You can subscribe to this list here.
1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2000 |
Jan
(70) |
Feb
(69) |
Mar
(40) |
Apr
(218) |
May
(114) |
Jun
(100) |
Jul
(207) |
Aug
(158) |
Sep
(129) |
Oct
(52) |
Nov
(19) |
Dec
(20) |
2001 |
Jan
(22) |
Feb
(9) |
Mar
(15) |
Apr
(54) |
May
(14) |
Jun
(39) |
Jul
(32) |
Aug
(57) |
Sep
(46) |
Oct
(40) |
Nov
(43) |
Dec
(27) |
2002 |
Jan
(9) |
Feb
(26) |
Mar
(20) |
Apr
(25) |
May
(69) |
Jun
(132) |
Jul
(9) |
Aug
(89) |
Sep
(58) |
Oct
(37) |
Nov
(72) |
Dec
(155) |
2003 |
Jan
(76) |
Feb
(37) |
Mar
(79) |
Apr
(50) |
May
(50) |
Jun
(11) |
Jul
(25) |
Aug
(14) |
Sep
(14) |
Oct
(16) |
Nov
(55) |
Dec
(98) |
2004 |
Jan
(56) |
Feb
(19) |
Mar
(66) |
Apr
(16) |
May
(29) |
Jun
(13) |
Jul
(31) |
Aug
(5) |
Sep
(13) |
Oct
(22) |
Nov
(5) |
Dec
(32) |
2005 |
Jan
(27) |
Feb
(49) |
Mar
(44) |
Apr
(33) |
May
(40) |
Jun
(27) |
Jul
(2) |
Aug
(3) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(7) |
Feb
(6) |
Mar
(63) |
Apr
(25) |
May
(16) |
Jun
(32) |
Jul
(44) |
Aug
(103) |
Sep
(37) |
Oct
(12) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(2) |
Feb
(1) |
Mar
(11) |
Apr
(4) |
May
(3) |
Jun
(20) |
Jul
(4) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(19) |
Dec
(9) |
2008 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(34) |
May
|
Jun
(31) |
Jul
(40) |
Aug
|
Sep
(9) |
Oct
(80) |
Nov
(25) |
Dec
(5) |
2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
(245) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(1) |
2010 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(69) |
Jul
(59) |
Aug
(78) |
Sep
(9) |
Oct
(20) |
Nov
(43) |
Dec
(12) |
2011 |
Jan
(7) |
Feb
(15) |
Mar
(71) |
Apr
(37) |
May
(27) |
Jun
(17) |
Jul
(14) |
Aug
(40) |
Sep
(39) |
Oct
(27) |
Nov
(41) |
Dec
(71) |
2012 |
Jan
(37) |
Feb
(15) |
Mar
(10) |
Apr
(31) |
May
(48) |
Jun
(4) |
Jul
(23) |
Aug
(6) |
Sep
(9) |
Oct
(3) |
Nov
(13) |
Dec
(2) |
2013 |
Jan
(37) |
Feb
(41) |
Mar
(35) |
Apr
(15) |
May
(33) |
Jun
(4) |
Jul
(10) |
Aug
(18) |
Sep
(43) |
Oct
(20) |
Nov
(39) |
Dec
(3) |
2014 |
Jan
(2) |
Feb
(3) |
Mar
|
Apr
(25) |
May
(3) |
Jun
(1) |
Jul
(5) |
Aug
(5) |
Sep
(4) |
Oct
(1) |
Nov
(11) |
Dec
(13) |
2015 |
Jan
(28) |
Feb
(45) |
Mar
(180) |
Apr
(51) |
May
(55) |
Jun
(26) |
Jul
(11) |
Aug
(80) |
Sep
(47) |
Oct
(47) |
Nov
(39) |
Dec
(1) |
2016 |
Jan
|
Feb
(6) |
Mar
(6) |
Apr
(13) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(19) |
Sep
(18) |
Oct
(22) |
Nov
|
Dec
(1) |
2017 |
Jan
(2) |
Feb
(3) |
Mar
|
Apr
(6) |
May
(15) |
Jun
|
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(5) |
Mar
(6) |
Apr
(16) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Doug B. <dj...@sl...> - 2000-05-25 19:46:11
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv23046 Modified Files: MANIFEST Log Message: added t/subclass4.t to MANIFEST |
From: John C. <ce...@sl...> - 2000-05-25 16:07:33
|
Update of /cvsroot/PDL/PDL/Basic/Slices In directory slayer.i.sourceforge.net:/tmp/cvs-serv17085/Basic/Slices Modified Files: slices.pd Log Message: Modified PP.pm to call $arg1->copy for subclassed objects in some simple cases, otherwise call $class->initialize. See Basic/Pod/Objects.pod for a detailed discussion. |
From: John C. <ce...@sl...> - 2000-05-25 16:07:33
|
Update of /cvsroot/PDL/PDL/t In directory slayer.i.sourceforge.net:/tmp/cvs-serv17085/t Added Files: subclass4.t Log Message: Modified PP.pm to call $arg1->copy for subclassed objects in some simple cases, otherwise call $class->initialize. See Basic/Pod/Objects.pod for a detailed discussion. |
From: John C. <ce...@sl...> - 2000-05-25 16:07:32
|
Update of /cvsroot/PDL/PDL/Basic/Gen In directory slayer.i.sourceforge.net:/tmp/cvs-serv17085/Basic/Gen Modified Files: PP.pm Log Message: Modified PP.pm to call $arg1->copy for subclassed objects in some simple cases, otherwise call $class->initialize. See Basic/Pod/Objects.pod for a detailed discussion. |
From: John C. <ce...@sl...> - 2000-05-25 16:07:32
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv17085 Modified Files: Changes Log Message: Modified PP.pm to call $arg1->copy for subclassed objects in some simple cases, otherwise call $class->initialize. See Basic/Pod/Objects.pod for a detailed discussion. |
From: John C. <ce...@sl...> - 2000-05-25 16:07:32
|
Update of /cvsroot/PDL/PDL/Basic/Pod In directory slayer.i.sourceforge.net:/tmp/cvs-serv17085/Basic/Pod Modified Files: Objects.pod Log Message: Modified PP.pm to call $arg1->copy for subclassed objects in some simple cases, otherwise call $class->initialize. See Basic/Pod/Objects.pod for a detailed discussion. |
From: Jim E. <jed...@sl...> - 2000-05-25 14:45:51
|
Update of /cvsroot/PDL/PDL/Graphics/TriD/TriD In directory slayer.i.sourceforge.net:/tmp/cvs-serv3385 Added Files: Tag: trid_experimental Labels.pm Log Message: moved Labels package from MathGraph.pm to it's own file. |
From: Jim E. <jed...@sl...> - 2000-05-25 14:41:43
|
Update of /cvsroot/PDL/PDL/Graphics/TriD/TriD In directory slayer.i.sourceforge.net:/tmp/cvs-serv3160/Graphics/TriD/TriD Modified Files: Tag: trid_experimental MathGraph.pm Tk.pm Added Files: Tag: trid_experimental Contours.pm Log Message: added TkTriD_demo.pm to perldl.PL added Contours.pm to TriD |
From: Jim E. <jed...@sl...> - 2000-05-25 14:41:43
|
Update of /cvsroot/PDL/PDL/Demos In directory slayer.i.sourceforge.net:/tmp/cvs-serv3160/Demos Modified Files: Tag: trid_experimental Makefile.PL Added Files: Tag: trid_experimental TkTriD_demo.pm Log Message: added TkTriD_demo.pm to perldl.PL added Contours.pm to TriD |
From: Jim E. <jed...@sl...> - 2000-05-25 14:41:43
|
Update of /cvsroot/PDL/PDL/Demos/TriD In directory slayer.i.sourceforge.net:/tmp/cvs-serv3160/Demos/TriD Modified Files: Tag: trid_experimental tmathgraph.p tvrml.p Log Message: added TkTriD_demo.pm to perldl.PL added Contours.pm to TriD |
From: Jim E. <jed...@sl...> - 2000-05-25 14:41:42
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv3160 Modified Files: Tag: trid_experimental Changes perldl.PL perldl.conf Log Message: added TkTriD_demo.pm to perldl.PL added Contours.pm to TriD |
From: Jim E. <jed...@sl...> - 2000-05-25 10:32:12
|
Update of /cvsroot/PDL/PDL/Graphics/TriD/TriD In directory slayer.i.sourceforge.net:/tmp/cvs-serv29483/TriD Modified Files: Tag: trid_experimental ArcBall.pm Control3D.pm GL.pm Graph.pm MathGraph.pm Objects.pm SimpleScaler.pm Tk.pm VRML.pm Log Message: The modified list has all of the files the real modified list is much shorter, anyway this is the first commit of TriD changes. |
From: Jim E. <jed...@sl...> - 2000-05-25 10:32:12
|
Update of /cvsroot/PDL/PDL/Graphics/TriD/OpenGLQ In directory slayer.i.sourceforge.net:/tmp/cvs-serv29483/OpenGLQ Modified Files: Tag: trid_experimental openglq.pd Log Message: The modified list has all of the files the real modified list is much shorter, anyway this is the first commit of TriD changes. |
From: Jim E. <jed...@sl...> - 2000-05-25 10:32:12
|
Update of /cvsroot/PDL/PDL/Graphics/TriD In directory slayer.i.sourceforge.net:/tmp/cvs-serv29483 Modified Files: Tag: trid_experimental README TriD.pm Log Message: The modified list has all of the files the real modified list is much shorter, anyway this is the first commit of TriD changes. |
From: Doug B. <dj...@sl...> - 2000-05-25 00:51:05
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv8680 Modified Files: Changes Log Message: cleaned up t/interp.t & t/interp_slatec.t tests |
From: Doug B. <dj...@sl...> - 2000-05-25 00:51:05
|
Update of /cvsroot/PDL/PDL/t In directory slayer.i.sourceforge.net:/tmp/cvs-serv8680/t Modified Files: interp.t interp_slatec.t Log Message: cleaned up t/interp.t & t/interp_slatec.t tests |
From: Doug B. <dj...@sl...> - 2000-05-24 02:53:26
|
Update of /cvsroot/PDL/PDL/Lib/FFT In directory slayer.i.sourceforge.net:/tmp/cvs-serv13609/Lib/FFT Modified Files: fft.pd Log Message: added option to iis (iis.pd) and minor doc changes to Indexing.pod, image2d.pd, fft.pd & NDF.pm |
From: Doug B. <dj...@sl...> - 2000-05-24 02:53:25
|
Update of /cvsroot/PDL/PDL/Graphics/IIS In directory slayer.i.sourceforge.net:/tmp/cvs-serv13609/Graphics/IIS Modified Files: iis.pd Log Message: added option to iis (iis.pd) and minor doc changes to Indexing.pod, image2d.pd, fft.pd & NDF.pm |
From: Doug B. <dj...@sl...> - 2000-05-24 02:53:25
|
Update of /cvsroot/PDL/PDL/Lib/Image2D In directory slayer.i.sourceforge.net:/tmp/cvs-serv13609/Lib/Image2D Modified Files: image2d.pd Log Message: added option to iis (iis.pd) and minor doc changes to Indexing.pod, image2d.pd, fft.pd & NDF.pm |
From: Doug B. <dj...@sl...> - 2000-05-24 02:53:25
|
Update of /cvsroot/PDL/PDL/Basic/Pod In directory slayer.i.sourceforge.net:/tmp/cvs-serv13609/Basic/Pod Modified Files: Indexing.pod Log Message: added option to iis (iis.pd) and minor doc changes to Indexing.pod, image2d.pd, fft.pd & NDF.pm |
From: Doug B. <dj...@sl...> - 2000-05-24 02:53:25
|
Update of /cvsroot/PDL/PDL/IO/NDF In directory slayer.i.sourceforge.net:/tmp/cvs-serv13609/IO/NDF Modified Files: NDF.pm Log Message: added option to iis (iis.pd) and minor doc changes to Indexing.pod, image2d.pd, fft.pd & NDF.pm |
From: Doug B. <dj...@sl...> - 2000-05-24 02:53:25
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv13609 Modified Files: Changes Log Message: added option to iis (iis.pd) and minor doc changes to Indexing.pod, image2d.pd, fft.pd & NDF.pm |
From: Christian S. <cs...@sl...> - 2000-05-23 06:06:12
|
Update of /cvsroot/PDL/PDL/Lib/Filter In directory slayer.i.sourceforge.net:/tmp/cvs-serv32625/Lib/Filter Modified Files: LinPred.pm Linear.pm Log Message: make PDL::Filter work ok with recent PDLs |
From: Christian S. <cs...@sl...> - 2000-05-23 06:06:12
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv32625 Modified Files: Changes Log Message: make PDL::Filter work ok with recent PDLs |
From: Doug B. <dj...@sl...> - 2000-05-23 03:05:04
|
Update of /cvsroot/PDL/PDL In directory slayer.i.sourceforge.net:/tmp/cvs-serv9900 Modified Files: Changes Log Message: minor change to Doc/Doc.pm |