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-04-13 18:25:17
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv28335/src Modified Files: Tag: bp_pstex_driver plsym.c Log Message: corrected bug in plmtex(), which caused the clipping limits not to be set if using plP_text(). I think that this is a bug, as if someone manages to do a plot whithout ever calling plmtex, directly or indirectly, then the clipping limits are not set! |
From: Rafael L. <rla...@us...> - 2001-04-13 09:15:10
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv14190 Modified Files: Tag: AM-LT Makefile.am Log Message: This is a preliminary (albeit working) implementation of the selective building of drivers for inclusion in libplplot. A convenience library (libpldrv.la) is built in the drivers directory and libplplot is linked against it. Drivers are selected using --enable-<driver> options to configure, like in the current configuration scheme. An AC_SUBSTituted variable called DRIVERS contains the names of the *.lo objects, on which libpldrv depends. This implementation has still one problem, namely the fact that the PL_DRIVERS_LIST variable in configure.in contains a list of the files in the drivers directory, not the actual drivers, like in the current configuration scheme. For instance, "gd" appears in PL_DRIVERS_LIST and PLD_gd gets defined in plDevs.h. However, drivers/gd.c needs the definition of PLD_jpeg and PLD_png. I will work out a solution for this problem as soon as possible. For now, I can include some "easy" drivers in libplplotd, like ps and xfig. This is already a big step forward. There are some miscellaneous changes going with this commit, like the proper definition of M4_FLAGS (with -DDOUBLE, that was missing) and the definition "CLEANFILES = sfstubs.f" in bindings/f77/Makefile.am. |
From: Rafael L. <rla...@us...> - 2001-04-13 09:15:06
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv14170 Modified Files: Tag: AM-LT .cvsignore Added Files: Tag: AM-LT Makefile.am Log Message: This is a preliminary (albeit working) implementation of the selective building of drivers for inclusion in libplplot. A convenience library (libpldrv.la) is built in the drivers directory and libplplot is linked against it. Drivers are selected using --enable-<driver> options to configure, like in the current configuration scheme. An AC_SUBSTituted variable called DRIVERS contains the names of the *.lo objects, on which libpldrv depends. This implementation has still one problem, namely the fact that the PL_DRIVERS_LIST variable in configure.in contains a list of the files in the drivers directory, not the actual drivers, like in the current configuration scheme. For instance, "gd" appears in PL_DRIVERS_LIST and PLD_gd gets defined in plDevs.h. However, drivers/gd.c needs the definition of PLD_jpeg and PLD_png. I will work out a solution for this problem as soon as possible. For now, I can include some "easy" drivers in libplplotd, like ps and xfig. This is already a big step forward. There are some miscellaneous changes going with this commit, like the proper definition of M4_FLAGS (with -DDOUBLE, that was missing) and the definition "CLEANFILES = sfstubs.f" in bindings/f77/Makefile.am. |
From: Rafael L. <rla...@us...> - 2001-04-13 09:15:02
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory usw-pr-cvs1:/tmp/cvs-serv14154 Modified Files: Tag: AM-LT Makefile.am Log Message: This is a preliminary (albeit working) implementation of the selective building of drivers for inclusion in libplplot. A convenience library (libpldrv.la) is built in the drivers directory and libplplot is linked against it. Drivers are selected using --enable-<driver> options to configure, like in the current configuration scheme. An AC_SUBSTituted variable called DRIVERS contains the names of the *.lo objects, on which libpldrv depends. This implementation has still one problem, namely the fact that the PL_DRIVERS_LIST variable in configure.in contains a list of the files in the drivers directory, not the actual drivers, like in the current configuration scheme. For instance, "gd" appears in PL_DRIVERS_LIST and PLD_gd gets defined in plDevs.h. However, drivers/gd.c needs the definition of PLD_jpeg and PLD_png. I will work out a solution for this problem as soon as possible. For now, I can include some "easy" drivers in libplplotd, like ps and xfig. This is already a big step forward. There are some miscellaneous changes going with this commit, like the proper definition of M4_FLAGS (with -DDOUBLE, that was missing) and the definition "CLEANFILES = sfstubs.f" in bindings/f77/Makefile.am. |
From: Rafael L. <rla...@us...> - 2001-04-13 09:15:00
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv14112 Modified Files: Tag: AM-LT Makefile.am acconfig.h configure.in Log Message: This is a preliminary (albeit working) implementation of the selective building of drivers for inclusion in libplplot. A convenience library (libpldrv.la) is built in the drivers directory and libplplot is linked against it. Drivers are selected using --enable-<driver> options to configure, like in the current configuration scheme. An AC_SUBSTituted variable called DRIVERS contains the names of the *.lo objects, on which libpldrv depends. This implementation has still one problem, namely the fact that the PL_DRIVERS_LIST variable in configure.in contains a list of the files in the drivers directory, not the actual drivers, like in the current configuration scheme. For instance, "gd" appears in PL_DRIVERS_LIST and PLD_gd gets defined in plDevs.h. However, drivers/gd.c needs the definition of PLD_jpeg and PLD_png. I will work out a solution for this problem as soon as possible. For now, I can include some "easy" drivers in libplplotd, like ps and xfig. This is already a big step forward. There are some miscellaneous changes going with this commit, like the proper definition of M4_FLAGS (with -DDOUBLE, that was missing) and the definition "CLEANFILES = sfstubs.f" in bindings/f77/Makefile.am. |
From: Rafael L. <rla...@us...> - 2001-04-13 08:00:13
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv3751 Modified Files: Tag: AM-LT Makefile.am Log Message: Added support for generation of libraries with tagged name in case of use of PL_DOUBLE. The trick is done using Automake conditionals (with_double) and has been implemented for libplplot, libplcxx, and libplf77. The definition of the library version number (a la Libtool) is done now in configure.in (look at variable SOVERSION) and is AC_SUBSTituted. |
From: Rafael L. <rla...@us...> - 2001-04-13 08:00:09
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory usw-pr-cvs1:/tmp/cvs-serv3736 Modified Files: Tag: AM-LT Makefile.am Log Message: Added support for generation of libraries with tagged name in case of use of PL_DOUBLE. The trick is done using Automake conditionals (with_double) and has been implemented for libplplot, libplcxx, and libplf77. The definition of the library version number (a la Libtool) is done now in configure.in (look at variable SOVERSION) and is AC_SUBSTituted. |
From: Rafael L. <rla...@us...> - 2001-04-13 08:00:05
|
Update of /cvsroot/plplot/plplot/bindings/c++ In directory usw-pr-cvs1:/tmp/cvs-serv3716 Modified Files: Tag: AM-LT Makefile.am Log Message: Added support for generation of libraries with tagged name in case of use of PL_DOUBLE. The trick is done using Automake conditionals (with_double) and has been implemented for libplplot, libplcxx, and libplf77. The definition of the library version number (a la Libtool) is done now in configure.in (look at variable SOVERSION) and is AC_SUBSTituted. |
From: Rafael L. <rla...@us...> - 2001-04-13 08:00:03
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv3668 Modified Files: Tag: AM-LT configure.in Log Message: Added support for generation of libraries with tagged name in case of use of PL_DOUBLE. The trick is done using Automake conditionals (with_double) and has been implemented for libplplot, libplcxx, and libplf77. The definition of the library version number (a la Libtool) is done now in configure.in (look at variable SOVERSION) and is AC_SUBSTituted. |
From: Joao C. <jc...@us...> - 2001-04-12 21:40:15
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv23160/src Modified Files: Tag: bp_pstex_driver plbox.c plsym.c Log Message: Support for visual debuging of pstext driver using compile time DEBUG |
From: Joao C. <jc...@us...> - 2001-04-12 21:38:09
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv22740/include Modified Files: Tag: bp_pstex_driver ps.h Log Message: protect against multiple inclusion |
From: Joao C. <jc...@us...> - 2001-04-12 21:37:44
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv22600/include Modified Files: Tag: bp_pstex_driver drivers.h plcore.h Log Message: support for family on pstex driver |
From: Joao C. <jc...@us...> - 2001-04-12 21:36:32
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv22199/drivers Modified Files: Tag: bp_pstex_driver pstex.c Log Message: Correct bug in color. Correct bug in left justification. Add family support. Small improvements in esc text processing. Legends in vertical ticks in 3d plots are buggy! Cleaned up. |
From: Joao C. <jc...@us...> - 2001-04-12 15:09:49
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv12855/cf Modified Files: Tag: bp_pstex_driver configure.in dist.in objs.in plDevs.h.in Log Message: added support for the pstex driver. |
From: Rafael L. <rla...@us...> - 2001-04-12 13:50:08
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory usw-pr-cvs1:/tmp/cvs-serv31526 Added Files: Tag: AM-LT Makefile.am Log Message: Added support for F77 bindings build & install on branch AM-LT. A separate library for the Fortran binding is built (libplf77.{so.*,a}). This comes from a suggestion by Maurice and is trivially implemented with automake/libtool. |
From: Rafael L. <rla...@us...> - 2001-04-12 13:50:04
|
Update of /cvsroot/plplot/plplot/bindings In directory usw-pr-cvs1:/tmp/cvs-serv31505 Modified Files: Tag: AM-LT Makefile.am Log Message: Added support for F77 bindings build & install on branch AM-LT. A separate library for the Fortran binding is built (libplf77.{so.*,a}). This comes from a suggestion by Maurice and is trivially implemented with automake/libtool. |
From: Rafael L. <rla...@us...> - 2001-04-12 13:30:08
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory usw-pr-cvs1:/tmp/cvs-serv28606 Modified Files: Tag: AM-LT plstubs.h sc3d.c sccont.c scstubs.c Log Message: Replaced #include "plplot/*.h" by #include "*.h", as per the changes already done in ../src and ../include. |
From: Rafael L. <rla...@us...> - 2001-04-12 13:28:49
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory usw-pr-cvs1:/tmp/cvs-serv28422 Added Files: Tag: AM-LT .cvsignore Log Message: CVS exclusions |
From: Rafael L. <rla...@us...> - 2001-04-12 13:28:09
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv28303 Modified Files: Tag: AM-LT configure.in Log Message: Added support for F77 bindings build & install on branch AM-LT. Optional compilation is available through option --enable-f77. Availability of the m4 preprocessor program is checked using AC_CHECK_PROGS (this is not done in the MAIN trunk, but it should). Checking for a f77 compiler (AC_PROG_F77) is done conditioned to $enable_f77 = yes. |
From: Rafael L. <rla...@us...> - 2001-04-12 07:25:03
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11428 Modified Files: initlib.in Log Message: Removed bogus $(CXX_OBJ) from LIB_OBJS_SO definition. |
From: Joao C. <jc...@us...> - 2001-04-12 05:10:37
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv27935/src Modified Files: Tag: bp_pstex_driver plcore.c Log Message: Added plP_text() for drivers that want to draw text, such as the pstex driver. |
From: Joao C. <jc...@us...> - 2001-04-12 05:08:53
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv27738/src Modified Files: Tag: bp_pstex_driver plbox.c plsym.c Log Message: plztx() and plxytx() in plbox.c and plmtex() and plptex() in plsym.c now chech to see if driver wants to draw its own text and call plP_text() accordingly. Currently the parameters passed to plP_text() allow for a very similar text drawing in latex. |
From: Joao C. <jc...@us...> - 2001-04-12 05:03:14
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv27089/include Modified Files: Tag: bp_pstex_driver drivers.h plcore.h plplot.h plplotP.h plstrm.h Log Message: Added support to pstex driver. |
From: Joao C. <jc...@us...> - 2001-04-12 05:01:46
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv26902/drivers Modified Files: Tag: bp_pstex_driver ps.c Log Message: Moved driver definitions to include/ps.h |
From: Joao C. <jc...@us...> - 2001-04-12 04:59:55
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv26607 Added Files: Tag: bp_pstex_driver pstex.c Log Message: Initial version of pstex driver (Postscript/LaTeX) |