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: Geoffrey F. <fu...@sl...> - 2000-05-10 20:48:24
|
Update of /cvsroot/plplot/plplot/cf In directory slayer.i.sourceforge.net:/tmp/cvs-serv11048 Modified Files: sysloc.in Log Message: Configure INSTALL_RPATH correctly on Linux systems. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:47:47
|
Update of /cvsroot/plplot/plplot/cf In directory slayer.i.sourceforge.net:/tmp/cvs-serv11005 Modified Files: pkg_tk.in Log Message: Fix the install target for Tk so that plserver gets rpathed against $prefix/lib. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:46:41
|
Update of /cvsroot/plplot/plplot/cf In directory slayer.i.sourceforge.net:/tmp/cvs-serv10958 Modified Files: install.in Log Message: Don't run the install_demos or install_utils targets until after the library components have been installed. This is necessary so that when utils are relinked against dynamic libs, they pick up the correct (installed) versions. Didn't matter for archives, but makes a huge difference for .so's. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:44:56
|
Update of /cvsroot/plplot/plplot/cf In directory slayer.i.sourceforge.net:/tmp/cvs-serv10892 Modified Files: init.in Log Message: Add INSTALL_RPATH macro so we can distinguish between the rpath settings that are suitable for installed programs, versus development programs. Builds in plplot/tmp of demos and utils use $(RPATH), but when they get installed to $prefix/bin, they get relinked using $(INSTALL_RPATH), which omits "." from the rpath. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:42:19
|
Update of /cvsroot/plplot/plplot/src In directory slayer.i.sourceforge.net:/tmp/cvs-serv10762 Modified Files: plctrl.c Log Message: Modify plLibOpen and strcat_delim for Mac. Rob Managan. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:41:29
|
Update of /cvsroot/plplot/plplot/src In directory slayer.i.sourceforge.net:/tmp/cvs-serv10725 Modified Files: plargs.c Log Message: ifdef out use of strdup (nonstandard routine not in Mac libraries). There must be a better option here but I don't think it is likely to be used on the Mac. Rob Managan. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:40:09
|
Update of /cvsroot/plplot/plplot/include In directory slayer.i.sourceforge.net:/tmp/cvs-serv10661 Modified Files: drivers.h Log Message: Edit to give two macintosh options. Rob Managan. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:39:38
|
Update of /cvsroot/plplot/plplot/include In directory slayer.i.sourceforge.net:/tmp/cvs-serv10639 Modified Files: plcore.h Log Message: Add mac routines to terminal types. Rob Managan. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:38:38
|
Update of /cvsroot/plplot/plplot/include In directory slayer.i.sourceforge.net:/tmp/cvs-serv10583 Modified Files: plplot.h Log Message: Prototype of plarrows added. Rob Managan. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:37:38
|
Update of /cvsroot/plplot/plplot/include In directory slayer.i.sourceforge.net:/tmp/cvs-serv10543 Modified Files: pdf.h Log Message: Prototype of pdf_set added. Rob Managan. |
From: Geoffrey F. <fu...@sl...> - 2000-05-10 20:36:29
|
Update of /cvsroot/plplot/plplot/examples/c In directory slayer.i.sourceforge.net:/tmp/cvs-serv10471 Modified Files: plcdemos.h Log Message: Include plConfig.h to get PLDOUBLE definition. Rob Managan. |