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: Alan W. I. <ai...@us...> - 2001-06-03 21:30:48
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv13467 Modified Files: plplotP.h Log Message: Define ORIENTATION to be 3 (landscape mode for ljii, ljiip, ps, and pstek drivers). This is experimental. To get old behaviour this is the one central place to change it back to ORIENTATION 1 (seascape mode). |
From: Alan W. I. <ai...@us...> - 2001-06-03 21:09:23
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv10600 Modified Files: pbm.c Log Message: Remove commented out plRotPhy calls altogether so as not to confuse with drivers which actually use plRotPhy. |
From: Alan W. I. <ai...@us...> - 2001-06-03 20:59:23
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv12139 Modified Files: ljii.c ljiip.c ps.c pstex.c Log Message: Generalize these drivers to use ORIENTATION as first parameter of plRotPhy. In ps.c and pstex.c I have additionally generalized the angle definition to depend on ORIENTATION. This works well for the ps driver for ORIENTATION of 1 or 3 for -drvopt text (or not). |
From: Alan W. I. <ai...@us...> - 2001-06-03 19:23:17
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv20679 Modified Files: plcore.c Log Message: Commentary change. |
From: Rafael L. <rla...@us...> - 2001-06-02 08:39:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv32542 Modified Files: plplot-config.in Log Message: Included braces ({}) around matrix_lib in the parameter expansion part. When @LIB_TAG@ was replaced by "d" a variable $matrix_libd was referenced, which obviously is a bug. Now, we have ${matrix_lib}d in the parameter expansion part, which has the desired behavior. |
From: Rafael L. <rla...@us...> - 2001-06-01 20:25:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv26594 Modified Files: plplot-config.in Log Message: Thanks, Alan, for spotting and fixing the "-ld" bug. I am just committing a simpler and more elegant way to fix it. I removed your "test -z $matrix_lib" because the "${matrix_lib:+-l$matrix_lib@LIB_TAG@}" construct does the job very well. |
From: Alan W. I. <ai...@us...> - 2001-06-01 20:04:44
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21937 Modified Files: plplot-config.in Log Message: Old version produced -ld (i.e., a library name consisting of just the tag) when libtclmatrix was not configured and double precision configured. New version fixes this bug by appending the tag only if the matrix library name has a non-zero length. |
From: Alan W. I. <ai...@us...> - 2001-05-30 19:47:13
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv24374 Modified Files: plcore.c Log Message: Extend character aspect ratio preservation to case where the overall aspect ratio is changed by the -a option (or equivalent call to plsdidev). There is also some reorganization of the old code that preserved the character aspect ratio for the -freeaspect case with 90 deg rotations. Note, the character aspect ratio preservation changes only occur in the c_plinit routine. The idea is that when the overall aspect ratio is changed, the xpmm and ypmm values are changed in a compensating way so that, for example, all circular characters continue to display as circular (rather than elliptical as in old code when the aspect ratio was changed). |
From: Geoffrey F. <fu...@us...> - 2001-05-26 21:24:42
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16715 Modified Files: Tag: dyndrv_1 dg300.c hpgl.c impress.c linuxvga.c ljii.c ljiip.c null.c pbm.c plmeta.c tek.c xfig.c xwin.c Log Message: Convert many (but not all) drivers to use the new dispatch table initialization semantics. Introduced a per-device dispatch table init function which fills in the entries. This function is called for both static and dynamic driver configurations, so they two are treated on equall footing at the API level. Drivers not touched in this commit, are hereby broken, until someone can get around to updating them. |
From: Geoffrey F. <fu...@us...> - 2001-05-26 21:22:31
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv16302 Modified Files: Tag: dyndrv_1 ps.c Log Message: Removed all the inane driver "forwarding" functions introduced in a prior recent commit. Instead, switch to the new canonical driver initialization style in which there is one dispatch table init function per device (potentially multiple such devices per driver), and these dispatch table init functions take care of filling in the dispatch table function pointer entries. If it suits the driver to share some functions across multiple devices, that is the driver's business, and is easily accommodated in this manner. |
From: Geoffrey F. <fu...@us...> - 2001-05-26 21:20:14
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv15572 Modified Files: Tag: dyndrv_1 plcore.c Log Message: Reworked the initialization of the dispatch table. Instead of copying over the static tables, we instead walk a statically defined list of configured drivers. For each, we call the device specific dispatch table initialization function to get the dispatch table wired up. Finally, the dynloader was reworked so that it only pulls out the one function name for the device-specific dispatch initialization function from each driver. This function is then called, passing in the dispatch table that needs to be filled in. This means we only use the dynamic symbol search facility to extract a single symbol from the driver per dynloadable device. This is simpler than the old system, in which the dynloader itself would lookup the symbols for all the dispatch init functions. That scheme suffered however from making it hard to share common driver functions between multiple devices (in the same driver). The new scheme makes it easy for drivers to share common canonical driver entry functions between multiple distinct devices associated with the same dynloadable driver. |
From: Geoffrey F. <fu...@us...> - 2001-05-26 21:14:39
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv13940 Modified Files: Tag: dyndrv_1 plcore.h Log Message: Majorly revamped. The old way of initializing the static device dispatch tables is #if 0'd out. In its place we have a new table of function pointers to functions which are able to initialize a dispatch table for a given device. This table is now the only evidence of static knowledge of configured drivers left in the code base. We need to expunge this too, but one thing at a time. Anyway, the new way is much less bulky than the old way. The actual filling in of all the gazillion function pointers is now relegated to device specific functions, which themselves generally reside with the drivers themselves. This leaves the system with overall generally better "locality of knowledge", although more should be done in this way still. |
From: Geoffrey F. <fu...@us...> - 2001-05-26 21:11:32
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv12798 Modified Files: Tag: dyndrv_1 drivers.h Log Message: Add prototypes for the 40 or so device dispatch table initialization functions. Remove prototypes for many of the canonical driver functions. These prototypes no longer need to be widely visible, because we no longer initialize the global dispatch table in plcore.h as was done before. Instead, we have only a list of the active static devices, and their dispatch table initialization functions are called, each of which in turn fills in the dispatch table function ponters with the device driver specific function entry points. Consequently, most of the canonical driver functions need only to be known inside the actual driver file. The remaining canonical driver functions that are still prototyped in drivers.h, result from one of these situations: 1) I haven't gotten around to converting the driver to use the new dispatch table initialization style yet. These drivers are effectively broken by this commit, and will have to be upgraded to the new dispatch table initialization scheme before they will work again. 2) There were several cases where I have the impression that some driver functions are used by multiple clients. Where I had suspicions of this, I left the prototypes in drivers.h, and didn't touch them. 3) There appear to be cases where names are at least overloaded, even if the functions are not. Without deep investigation, I left this all untouched. It is surely broken, and will require updating before these drivers will work again in the dyndrv world. |
From: Geoffrey F. <fu...@us...> - 2001-05-26 20:55:55
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv9255 Modified Files: Tag: dyndrv_1 dispatch.h Log Message: Add typedef PLDispatchInit for a function signature to use for functions that will initialize a dispatch table struct for each device. |
From: Rafael L. <rla...@us...> - 2001-05-23 13:53:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10698 Modified Files: configure.in plplot-config.in sysloc.in Log Message: These changes improves the plplot-config script in two ways: 1) When --disable-tcl is given to configure, the "-ltclmatrix" option is no more output by "plplot-config --libs". In order to do that, the MATLIB_NAME variable of configure is only set when Tcl building is enabled. 2) In order to increase portability, the rpath option output by plplot-config (if the --without-rpath option is not used) has the style: -Wl,-rpath,$prefix/lib instead of: -Wl,-rpath -Wl,$prefix/lib I have tested this only in Linux with gcc. Hope these changes will not break anything. |
From: Alan W. I. <ai...@us...> - 2001-05-21 00:06:36
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv1581 Modified Files: plcore.c Log Message: Change c_plinit so that character aspect ratio is preserved when overall aspect ratio is swapped by 90 degree rotation with -freeaspect. This change occurs just in one place in the code and should allow me to finally (!) drop special portrait-mode drivers in yplot. |
From: Alan W. I. <ai...@us...> - 2001-05-16 21:28:27
|
Update of /cvsroot/plplot/plplot/rpm In directory usw-pr-cvs1:/tmp/cvs-serv12275 Added Files: plplot_redhat7.1.spec Log Message: Spec file used to create RedHat 7.1 rpms. |
From: Joao C. <jc...@us...> - 2001-05-12 00:10:18
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv20227/drivers Modified Files: ps.c Log Message: Correct bug in 3d plot (previous polilyne not finished) Change some postscript constructs. Use "/def" for smaller files. Add "-drvopt text=2" option for using vertically slanted text in 3d plots. Still with some bugs. |
From: Joao C. <jc...@us...> - 2001-05-12 00:06:16
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv19437/src Modified Files: plbox.c plsym.c Log Message: Correct my poor English :( |
From: Joao C. <jc...@us...> - 2001-05-09 22:51:41
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv14885/drivers Modified Files: ps.c Log Message: Correct rotation bug. Zoom font (-drvopt text) scale problem remains. Parse #udg text escape sequences, ignore the others. Add "-drvopt color" option. |
From: Joao C. <jc...@us...> - 2001-05-09 22:49:17
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv14405/drivers Modified Files: pstex.c Log Message: Correct rotation bug. Zoom font (-drvopt text) scale problem remains. |
From: Joao C. <jc...@us...> - 2001-05-09 22:47:45
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv14002/drivers Modified Files: xfig.c Log Message: Correct rotation bug. Zoom font (-drvopt text) scale problem remains. Change int/float to PLINT/PLFLT, use plwarn(), plexit(). |
From: Joao C. <jc...@us...> - 2001-05-09 22:42:36
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv13077/examples/c Modified Files: x04c.c Log Message: Make the "20dB/decade" annotation visible. |
From: Joao C. <jc...@us...> - 2001-05-09 22:41:34
|
Update of /cvsroot/plplot/plplot/scripts In directory usw-pr-cvs1:/tmp/cvs-serv12955/scripts Modified Files: pstex2eps Log Message: Use natural size, instead of reducing by 50%. |
From: Joao C. <jc...@us...> - 2001-05-09 22:40:47
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv12726/src Modified Files: plargs.c Log Message: Changed comments of opt_drvopt(); cleaned a bit. |