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: Rafael L. <rla...@us...> - 2001-03-23 08:57:20
|
Update of /cvsroot/plplot/plplot/debian In directory usw-pr-cvs1:/tmp/cvs-serv15853 Modified Files: Tag: DEBIAN changelog Added Files: Tag: DEBIAN plplot-common.README.Debian Log Message: Version 5.0.2-0.potato.2. Very minor changes. |
From: Rafael L. <rla...@us...> - 2001-03-23 08:56:42
|
Update of /cvsroot/plplot/plplot/debian In directory usw-pr-cvs1:/tmp/cvs-serv15310 Modified Files: Tag: DEBIAN index.html.in Log Message: Output date stamp correctly. |
From: Geoffrey F. <fu...@us...> - 2001-03-22 23:51:58
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv24615/src Modified Files: Tag: dyndrv_1 plcore.c Log Message: Beginning to rework plGetDev(). The new plGetDev() first needs to initialize the dispatch_table (handled by plInitDispatchTable()). Then it can select the device the user wants from those listed in dispatch table (handled by plSelectDev(), the old plGetDev()). Finally it will need to actually load the driver if the selected device is not already loaded (or static). This part isn't done yet, but the first two parts now work. This is enough to let PLplot present the full list of static and dynamic drivers, culled from drivers/drivers.db. Issue: Note that we have lost the sequencing which used to be provided by the initialization list order in plcore.h. Probably we should introduce a sequencing priority number to the device block, but I'm not gonna get involved in that right now. Right now I'm just concentrating on getting the dynamically loadable drivers built, loaded, and invoked. |
From: Geoffrey F. <fu...@us...> - 2001-03-22 23:47:00
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv24173/include Modified Files: Tag: dyndrv_1 plcore.h Log Message: Move the former dispatch_table initialization over to static_devices. Add new (empty) dispatch_table, to be filled in at initialization time. Add control vars to ensure we do this exactly once. |
From: Geoffrey F. <fu...@us...> - 2001-03-22 23:45:52
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24057/cf Modified Files: Tag: dyndrv_1 configure.in Log Message: Add AC_DEFINE of ENABLE_DYNAMIC_DRIVERS so we can influence the inclusion of code that depends on -ldl. Write out the dynamically loadable drivers description database at configure time. Ultimately we may want to do this differently. I could see a PLplot utility program that queries the existent drivers to build up this database as the final solution. But for now we just use our configure-time awareness of what's been slated for dynamic compilation, to go ahead and emit this information directly. |
From: Geoffrey F. <fu...@us...> - 2001-03-22 23:43:26
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv23798/cf Modified Files: Tag: dyndrv_1 plConfig.h.in Log Message: Add macro ENABLE_DYNAMIC_DRIVERS so we can use it in #ifdef's inside the code. We don't want to have dynamic linking code in the library if we're not ocnfigured for dynamic drivers... |
From: Rafael L. <rla...@us...> - 2001-03-22 14:21:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv17828 Modified Files: Tag: DEBIAN configure.in init.in pkg_python.in sysloc.in Added Files: Tag: DEBIAN aclocal.m4 Log Message: Version 5.0.2-0.potato.1 of the Debian packages. |
From: Rafael L. <rla...@us...> - 2001-03-22 14:19:13
|
Update of /cvsroot/plplot/plplot/debian In directory usw-pr-cvs1:/tmp/cvs-serv17582 Modified Files: Tag: DEBIAN changelog control plplot-common.files plplot-dev.README.Debian plplot-dev.files plplot-doc.docs python-plplot.README.Debian rules Added Files: Tag: DEBIAN plplot-doc.doc-base plplot-doc.files plplot-doc.postinst Removed Files: Tag: DEBIAN README.debian Log Message: Version 5.0.2-0.potato.1 of the Debian packages. |
From: Joao C. <jc...@us...> - 2001-03-22 02:00:14
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv25346/bindings/octave Modified Files: plplot_octave_org.h Log Message: add support for plarrows() |
From: Joao C. <jc...@us...> - 2001-03-22 01:58:59
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv25125/bindings/octave/PLplot Modified Files: autostyle.m axis.m axis_set.m bone.m bottom_title.m closeallfig.m closefig.m comet.m contour.m cool.m fig.m fig_state.m figure.m fill.m free_fig.m ginput.m grid.m gtext.m hls2rgb.m hot.m label_plot.m legend.m lp_setup.m mesh.m mplot.m multiplot.m oneplot.m pink.m plclearplot.m plclg.m plcolormap.m plimage.m plot3.m plot_border.m plot_margin.m plplot_octave_path.m plplot_stub.m polar.m rgb2hls.m rgbplot.m save_fig.m set_view.m shade.m stripc.m stripc_add.m stripc_del.m subplot.m subwindow.m surfl.m tdeblank.m text.m title.m top_title.m use_plplot.m xlabel.m xticks.m ylabel.m yticks.m zlabel.m zoom.m Log Message: fix identation |
From: Joao C. <jc...@us...> - 2001-03-22 01:58:59
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory usw-pr-cvs1:/tmp/cvs-serv25125/bindings/octave/demos Modified Files: p1.m p10.m p11.m p12.m p13.m p14.m p15.m p19.m p2.m p20.m p3.m p4.m p5.m p6.m p7.m p8.m p9.m Log Message: fix identation |
From: Joao C. <jc...@us...> - 2001-03-22 01:57:55
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv24978/bindings/octave/PLplot Modified Files: arrows.m Log Message: use plarrows() |
From: Joao C. <jc...@us...> - 2001-03-22 01:57:28
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv24913/bindings/octave/PLplot Modified Files: arrow.m Log Message: fix for > +/- pi |
From: Joao C. <jc...@us...> - 2001-03-22 01:56:50
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory usw-pr-cvs1:/tmp/cvs-serv24840/bindings/octave/PLplot/support Modified Files: __pl_contour.m __pl_draw_legend.m __pl_fill.m __pl_matstr.m __pl_mesh.m __pl_opt.m __pl_plenv.m __pl_plot3.m __pl_plotit.m __pl_pltext.m __pl_polargrid.m __pl_store.m __plt2mm__.m __plt2mv__.m __plt2ss__.m __plt2vm__.m __plt2vv__.m __plt__.m Log Message: fix identation |
From: Geoffrey F. <fu...@us...> - 2001-03-21 21:35:02
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22475/cf Modified Files: Tag: dyndrv_1 misc.in Log Message: Fixed the clean target to wipe the drivers subdir, to use a proper, POSIX conformant find invocation for expunging the remnants of the configuration and build, and finally delete .plcfg when we're all done, to make a pristine state for the next reconfiguration. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 21:33:42
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22206/cf Modified Files: Tag: dyndrv_1 lib_sh_linux.in Log Message: I've never liked the double-duty compilation rule. Changed this to have seperate rules for building shared and not-shared .o's. Use GNU make pattern dependency style rules for specifying the proper behavior for compiling shared .o's, and then modified the shared lib target build rule accordingly. This further solidifies our reliance on GNU make. This needs to be reviewed. The same techniques should be extended to the other shared lib platforms, and in so doing, it may be that the need for these implicit rules to come in through platform-specific includable makefile components, can be expunged. We should be able to hoist these rules to a higher point, where they can be shared across all platforms, adjusting only the macro-ized compilation rule itself. Then we simply allow the dependency mechanism of make to do its job. State your dependencies, make will compile (only) what it has to. So, the current mods are a step in this direction, but more is possible, and warranted. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 21:28:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21146/cf Modified Files: Tag: dyndrv_1 initlib.in Log Message: Pull out the autoconf-subst'd driver macros, as they need to be hoisted higher in the Makefile. Added a macro for dynamic driver stuff to the everything: target. Question: Why does initdemo.in have an everything: target too? It seems to be ignored. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 21:27:12
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv20865/cf Added Files: Tag: dyndrv_1 dyndrv.in Log Message: First stab at an includable makefile component for holding the rules for building the dynloadable drivers. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 21:25:29
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv20594/cf Modified Files: Tag: dyndrv_1 dist.in Log Message: Rip out the DRIVERS_C and DRIVERS_OBJ macros, replace with autoconf expanded macros, which provides a technique for building just the needed drivers, and not all the rest. |
From: Geoffrey F. <fu...@us...> - 2001-03-21 21:23:58
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv20394/cf Modified Files: Tag: dyndrv_1 configure.in Log Message: Add some comments to describe the purpose of the code I added yesterday. Shouldda done it before... Touch .plcfg in the config dir (tmp) before anything else has happened. This lets us use find -newer .plcfg to figure out everything configure has set up, which allows a proper clean target to remove just the right stuff, without having to say "rm *" and get the usual message about CVS being a directory. Instead, by touching .plcfg, we have a date-stamp to refer against. Pull in the dynamic drivers makefile component, if dynamic (loadable) device drivers are enabled. When setting up the config, make a subdir for the drivers. This will be used for testing, then replicated at install time to the $prefix region. |
From: Rafael L. <rla...@us...> - 2001-03-21 17:30:24
|
Update of /cvsroot/plplot/plplot/debian In directory usw-pr-cvs1:/tmp/cvs-serv9155/debian Modified Files: Tag: DEBIAN README.CVS changelog Log Message: This is in preparation for the new upcoming Debian package (5.0.2-0.potato.1) |
From: Rafael L. <rla...@us...> - 2001-03-21 17:30:24
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv9155/cf Modified Files: Tag: DEBIAN pkg_python.in sysloc.in Log Message: This is in preparation for the new upcoming Debian package (5.0.2-0.potato.1) |
From: Rafael L. <rla...@us...> - 2001-03-21 17:27:20
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv8798/bindings/tk Removed Files: Tag: DEBIAN plframe.c Log Message: Removed from DEBIAN branch. After merge it became the same as in version 5.0.2 |
From: Rafael L. <rla...@us...> - 2001-03-21 17:18:56
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv6949/include Added Files: Tag: DEBIAN plplotP.h Log Message: This is only for the DEBIAN branch. Backported Maurice's patch to version 5.0.2 (use fseek/ftell everywhere to eliminate non-portable behavior). |
From: Rafael L. <rla...@us...> - 2001-03-21 17:18:56
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv6949/cf Added Files: Tag: DEBIAN configure.in plConfig.h.in Log Message: This is only for the DEBIAN branch. Backported Maurice's patch to version 5.0.2 (use fseek/ftell everywhere to eliminate non-portable behavior). |