You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(33) |
Jun
|
Jul
(30) |
Aug
(2) |
Sep
|
Oct
(30) |
Nov
(136) |
Dec
(59) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(255) |
Feb
(169) |
Mar
(322) |
Apr
(185) |
May
(33) |
Jun
(89) |
Jul
(47) |
Aug
(59) |
Sep
(40) |
Oct
(31) |
Nov
(74) |
Dec
(84) |
2002 |
Jan
(163) |
Feb
(78) |
Mar
(23) |
Apr
(5) |
May
(22) |
Jun
(75) |
Jul
(143) |
Aug
(48) |
Sep
(111) |
Oct
(58) |
Nov
(124) |
Dec
(278) |
2003 |
Jan
(106) |
Feb
(276) |
Mar
(354) |
Apr
(97) |
May
(14) |
Jun
(3) |
Jul
(7) |
Aug
(21) |
Sep
(83) |
Oct
(110) |
Nov
(3) |
Dec
(119) |
2004 |
Jan
(318) |
Feb
(409) |
Mar
(68) |
Apr
(23) |
May
(105) |
Jun
(147) |
Jul
(69) |
Aug
(53) |
Sep
(23) |
Oct
(14) |
Nov
(15) |
Dec
(63) |
2005 |
Jan
(146) |
Feb
(69) |
Mar
(157) |
Apr
(127) |
May
(166) |
Jun
(8) |
Jul
(5) |
Aug
(3) |
Sep
(8) |
Oct
(17) |
Nov
(29) |
Dec
(34) |
2006 |
Jan
(3) |
Feb
(4) |
Mar
(1) |
Apr
(70) |
May
(241) |
Jun
(82) |
Jul
(344) |
Aug
(196) |
Sep
(87) |
Oct
(57) |
Nov
(121) |
Dec
(86) |
2007 |
Jan
(60) |
Feb
(67) |
Mar
(102) |
Apr
(28) |
May
(13) |
Jun
(29) |
Jul
(38) |
Aug
(56) |
Sep
(91) |
Oct
(89) |
Nov
(50) |
Dec
(68) |
2008 |
Jan
(87) |
Feb
(47) |
Mar
(100) |
Apr
(34) |
May
(65) |
Jun
(54) |
Jul
(98) |
Aug
(128) |
Sep
(109) |
Oct
(141) |
Nov
(40) |
Dec
(206) |
2009 |
Jan
(176) |
Feb
(226) |
Mar
(134) |
Apr
(84) |
May
(152) |
Jun
(85) |
Jul
(91) |
Aug
(153) |
Sep
(141) |
Oct
(59) |
Nov
(87) |
Dec
(75) |
2010 |
Jan
(58) |
Feb
(41) |
Mar
(51) |
Apr
(74) |
May
(81) |
Jun
(39) |
Jul
(30) |
Aug
(43) |
Sep
(76) |
Oct
(59) |
Nov
(62) |
Dec
(52) |
2011 |
Jan
(125) |
Feb
(41) |
Mar
(96) |
Apr
(53) |
May
(21) |
Jun
(23) |
Jul
(48) |
Aug
(71) |
Sep
(37) |
Oct
(81) |
Nov
(60) |
Dec
(32) |
2012 |
Jan
(51) |
Feb
(23) |
Mar
|
Apr
(8) |
May
(2) |
Jun
|
Jul
(8) |
Aug
(25) |
Sep
(4) |
Oct
(32) |
Nov
(17) |
Dec
(2) |
2013 |
Jan
(8) |
Feb
(2) |
Mar
(9) |
Apr
(9) |
May
(37) |
Jun
(48) |
Jul
(63) |
Aug
(42) |
Sep
(59) |
Oct
(83) |
Nov
(141) |
Dec
(133) |
2014 |
Jan
(57) |
Feb
(58) |
Mar
(58) |
Apr
(25) |
May
(14) |
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Joao C. <jc...@us...> - 2001-05-09 22:37:21
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv12132/src Modified Files: plcore.c Log Message: Make difilt() global, because some drivers need it. |
From: Joao C. <jc...@us...> - 2001-05-09 22:35:56
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv11825/include Modified Files: plcore.h plplotP.h Log Message: Declaration of difilt() moved from plcore.h to plplotP.h, because some drivers need it. |
From: Geoffrey F. <fu...@us...> - 2001-05-09 20:37:57
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv18284/src Modified Files: Tag: dyndrv_1 plcore.c Log Message: Convert the static master dispatch_table from a table of PLDispatchTables, to a table of PLDispatchTable *'s. Then when we init the table, we allocate an actual PLDispatchTable record for each member, and thus the global/static dispatch_table itself, becomes a vector of pointers. Now finally we can sort the entries based on the pl_seq field, which allows us to combine the static and dynamic drivers into a single list, get it sorted into the traditional presentation order, and run. |
From: Geoffrey F. <fu...@us...> - 2001-05-09 20:35:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17979/cf Modified Files: Tag: dyndrv_1 configure.in Log Message: Add the sequence number to the device/driver entries in drivers.db. This further couples configure.in to plcore.h, which is a bad thing, but will have to be solved in a seperate desuckification effort. |
From: Geoffrey F. <fu...@us...> - 2001-05-09 20:34:43
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17842/cf Modified Files: Tag: dyndrv_1 install.in Log Message: Add a target for installing the drivers. Not sure if this is right, might have to relink/reload the dynloadable driver modules due to rpath considerations. Have to come back to this at some point. |
From: Geoffrey F. <fu...@us...> - 2001-05-09 20:33:49
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17633/cf Modified Files: Tag: dyndrv_1 inst_lib.in Log Message: Add dispatch.h to the list of headers to be installed. |
From: Geoffrey F. <fu...@us...> - 2001-05-09 20:33:06
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv17572/include Modified Files: Tag: dyndrv_1 plcore.h Log Message: Converted all the device type initializer fields to use the plDevType enums. Added a pl_seq initializer for all device entries. |
From: Geoffrey F. <fu...@us...> - 2001-05-09 20:32:29
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv17414/include Modified Files: Tag: dyndrv_1 dispatch.h Log Message: Introduced plDevType enum, so we can abolish the stupid magic constants in the dispatch table initializer entries. Added a pl_seq field to the dispatch table, so we have a way to sort them into the desired presentation order. |
From: Geoffrey F. <fu...@us...> - 2001-05-08 20:51:16
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv12663/src Modified Files: Tag: dyndrv_1 plcore.c Log Message: Rework the global API (core) functions which invoke the driver specific functions, so that they do the dirty deed by dereferencing the function pointers buried in the dispatch table buried in the PLStream, without vectoring through the global dispatch table. Eliminates use of plcore.c:static PLINT offset; which was used to index the global dispatch table. |
From: Geoffrey F. <fu...@us...> - 2001-05-08 20:48:54
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv12180/include Modified Files: Tag: dyndrv_1 plstrm.h Log Message: Add a dispatch_table member to PLStream. Now the PLplot API functions can just dereference the function pointers in the dispatch_table entry for the stream itself, without getting involved with indexing into the global dispatch_table monstrosity. This paves the way for expunging the global dispatch_table altogether, if we decide to do that. |
From: Geoffrey F. <fu...@us...> - 2001-05-08 20:47:11
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv11719/include Modified Files: Tag: dyndrv_1 plcore.h Log Message: Pulled out the dispatch table struct def. Repair the static initializers for the dispatch table by using explicit casts to the plD_*_fp forms. This is gross, but C is very inhibited with respect to forward declaration of types, and this was the best I could come up with without forcing a change to the public interface of all the driver interface functions in all the drivers. |
From: Geoffrey F. <fu...@us...> - 2001-05-08 20:45:29
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv11360/include Modified Files: Tag: dyndrv_1 drivers.h Log Message: Pull out the dispatch function pointer typdefs that I put in before. They've moved over with the dispatch table struct. |
From: Geoffrey F. <fu...@us...> - 2001-05-08 20:44:52
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv11164/include Added Files: Tag: dyndrv_1 dispatch.h Log Message: Pull the definition of PLDispatchTable and associated function prototypes, out to a free standing file. Facilitates getting this into PLStream, which was problematic with its prievious location. |
From: Joao C. <jc...@us...> - 2001-05-04 19:48:15
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv31442/drivers Modified Files: ps.c Log Message: Correct the orientation bug. The font size must be corrected when zooming (-wplt option) |
From: Joao C. <jc...@us...> - 2001-05-04 16:56:51
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv28946/drivers Modified Files: ps.c Log Message: Add "-drvopt text" comand line option. Now the ps(c) driver uses postscript fonts for text. Bugs: Rotation, as usual :-(, does not work. Script font substituted by Helvetica (as in the pstex and xfig drivers) Todo: parse text escape sequences (partially only, #u#d#gn#fn) add -drvopt font=font_name to use other than Times fonts. |
From: Joao C. <jc...@us...> - 2001-04-30 19:38:15
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv24562/src Modified Files: plargs.c Log Message: correct bug in plParseDrvOpt() related with familying. |
From: Joao C. <jc...@us...> - 2001-04-30 16:30:23
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv22711/src Modified Files: plargs.c Log Message: Replace plabort()/exit() by plexit(). Allocate memory dinamically in opt_drvopt(). Allow in plParseDrvOpts() for 'char *variable' constructs in the driver side. |
From: Joao C. <jc...@us...> - 2001-04-30 16:24:20
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv21563/include Modified Files: plplotP.h Log Message: Add comments to the DrvOpt structure fields. |
From: Joao C. <jc...@us...> - 2001-04-30 00:05:11
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv17806/drivers Modified Files: xfig.c Log Message: xfig driver now uses postscript fonts, using the command line option -drvopt text. Then 'fig2dev -L eps po.fig po.eps' creates an eps (or pdf or whatever, man fig2dev). TODO: parse text escape sequences. Bugs: orientation is landscape only, as in the pstex driver. The -drvopt option has a bug, revealed by the -fam option! (both in the xfig and pstex driver) |
From: Joao C. <jc...@us...> - 2001-04-28 22:03:26
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv763/drivers Modified Files: pstex.c Log Message: Add color/monochome capability using the -drvopt driver command line option. -drvopt color=0|1. Small formating adjustments. Help! xemacs can't properly indent this file! |
From: Joao C. <jc...@us...> - 2001-04-28 22:01:00
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv32732/include Modified Files: plplotP.h Log Message: Add support for driver specific options in the command line, as -drvopt option[=value][,option[=value]* Added plParseDrvOpts(), plHelpDrvOpts() and opt_drvopt(), as well as related structures DrvOptCmd and DrvOpt. Drivers should setup a DrvOpt array with the accepted options, and call plParseDrvOpts(). |
From: Joao C. <jc...@us...> - 2001-04-28 22:01:00
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv32732/src Modified Files: plargs.c Log Message: Add support for driver specific options in the command line, as -drvopt option[=value][,option[=value]* Added plParseDrvOpts(), plHelpDrvOpts() and opt_drvopt(), as well as related structures DrvOptCmd and DrvOpt. Drivers should setup a DrvOpt array with the accepted options, and call plParseDrvOpts(). |
From: Joao C. <jc...@us...> - 2001-04-27 15:01:53
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv18941/src Modified Files: plbox.c Log Message: Initialize x and y variables in plztx(). |
From: Joao C. <jc...@us...> - 2001-04-27 14:58:51
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv18257/src Modified Files: plcore.c Log Message: Use the string baseline in plP_text(), even if not yet used by plplot. |
From: Joao C. <jc...@us...> - 2001-04-27 14:56:44
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv17790/src Modified Files: plsym.c Log Message: Remove non-used variables in plstr(). |