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: Maurice L. <ml...@us...> - 2001-03-06 07:20:23
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv15970 Modified Files: plcore.h Log Message: Switched default initial font to extended (font set 1). A default of font set 0 is a relic of a bygone era when 1M of memory was pretty cool. |
From: Alan W. I. <ai...@us...> - 2001-03-06 03:03:49
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2963/src Modified Files: plargs.c plshade.c Log Message: float --> PLFLT. Note this change has only been tested with the ps driver for the C demos, and I intend to do required similar changes on the other drivers and the other bindings tomorrow. Until I can get to these additional changes, I suspect certain things will be broken because of the plplot.h changes. |
From: Alan W. I. <ai...@us...> - 2001-03-06 03:03:49
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv2963/include Modified Files: plplot.h Log Message: float --> PLFLT. Note this change has only been tested with the ps driver for the C demos, and I intend to do required similar changes on the other drivers and the other bindings tomorrow. Until I can get to these additional changes, I suspect certain things will be broken because of the plplot.h changes. |
From: Alan W. I. <ai...@us...> - 2001-03-06 03:03:49
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv2963/drivers Modified Files: plbuf.c ps.c Log Message: float --> PLFLT. Note this change has only been tested with the ps driver for the C demos, and I intend to do required similar changes on the other drivers and the other bindings tomorrow. Until I can get to these additional changes, I suspect certain things will be broken because of the plplot.h changes. |
From: Alan W. I. <ai...@us...> - 2001-03-06 02:56:24
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv1609 Modified Files: plctrl.c Log Message: float --> PLFLT plus add some static function declarations that weren't there before. |
From: Alan W. I. <ai...@us...> - 2001-03-06 02:48:11
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv22279 Modified Files: x16c.c x18c.c Log Message: float --> PLFLT. |
From: Alan W. I. <ai...@us...> - 2001-03-05 02:05:56
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv6282 Modified Files: configure Log Message: regenerate |
From: Alan W. I. <ai...@us...> - 2001-03-04 22:40:25
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory usw-pr-cvs1:/tmp/cvs-serv5090 Modified Files: advanced.xml api-c.xml api-fortran.xml cplus.xml tcl.xml Log Message: Make capitalization of section titles consistent. |
From: Alan W. I. <ai...@us...> - 2001-03-04 22:38:49
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory usw-pr-cvs1:/tmp/cvs-serv4091 Modified Files: intro.xml Log Message: Improved contact information in "PLplot Plotting Library". Major updates to "Getting a copy of the PLplot package" and "Installing and Using the PLplot Library". |
From: Alan W. I. <ai...@us...> - 2001-03-04 22:31:25
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory usw-pr-cvs1:/tmp/cvs-serv3034 Modified Files: Makefile.am plplotdoc.xml.in Added Files: os_notes.xml Log Message: New OS notes chapter (Unix/Linux covered so far). |
From: Joao C. <jc...@us...> - 2001-03-04 19:42:00
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv9489 Modified Files: configure Log Message: support for Octave. Should this file be in in CVS? Why not use 'autogen' for development? |
From: Joao C. <jc...@us...> - 2001-03-04 19:38:39
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory usw-pr-cvs1:/tmp/cvs-serv9187/bindings/octave/demos Modified Files: x14c.m Log Message: small fixes |
From: Joao C. <jc...@us...> - 2001-03-04 19:37:14
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv9037/bindings/octave Removed Files: plplot_stub.m Log Message: It should be in PLplot directory only. |
From: Joao C. <jc...@us...> - 2001-03-04 19:35:55
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv8791/bindings/octave/PLplot Modified Files: plplot_stub.m Log Message: updated |
From: Joao C. <jc...@us...> - 2001-03-04 19:35:02
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv8659/bindings/octave/PLplot Modified Files: set_view.m Log Message: made compatible with octave-2.0.16 |
From: Joao C. <jc...@us...> - 2001-03-04 19:34:27
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv8552/bindings/octave/PLplot Modified Files: figure.m Log Message: make "wxin" the default driver |
From: Joao C. <jc...@us...> - 2001-03-04 19:33:46
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory usw-pr-cvs1:/tmp/cvs-serv8473/bindings/octave/PLplot/support Modified Files: __comet.m Log Message: lower delay |
From: Joao C. <jc...@us...> - 2001-03-04 19:29:58
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv8131/bindings/octave Removed Files: plplot_octave.cc Log Message: Substituted by its double and float counterparts. |
From: Joao C. <jc...@us...> - 2001-03-04 19:29:02
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv7932/bindings/octave Added Files: plplot_octave_d.cc plplot_octave_d.h plplot_octave_f.cc plplot_octave_f.h Log Message: These are the double and float versions of plplot_octave.cc and plplot.h, that where removed. They are generated by 'matwrap' using this directory Makefile. |
From: Joao C. <jc...@us...> - 2001-03-04 19:25:43
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv7609/bindings/octave Removed Files: plplot.h plplot_rej.h Log Message: Replaced by plplot_octave.h and plplot_octave_rej.h |
From: Joao C. <jc...@us...> - 2001-03-04 19:24:26
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv7515/bindings/octave Added Files: plplot_octave_org.h plplot_octave_rej.h Log Message: These files replace plplot..h and plplot_rej.h, to avoid confusion with PLplot distributed plplot.h |
From: Joao C. <jc...@us...> - 2001-03-04 19:21:07
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv7261/bindings/octave Modified Files: BUGS FGA INSTALL Makefile README ToDo Log Message: Update docs to new environment. |
From: Joao C. <jc...@us...> - 2001-03-04 19:19:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv7054/cf Modified Files: configure.in initlib.in install.in sysloc.in Added Files: pkg_octave.in Log Message: Added support for Octave. |
From: Alan W. I. <ir...@be...> - 2001-03-03 20:40:03
|
On Sat, 3 Mar 2001, Rafael Laboissiere wrote: > On Sat, Mar 03, 2001 at 10:45:07AM -0800, Rafael Laboissiere wrote: > > > char zdefined[nx][ny] > > [XPTS][YPTS], I meant. > > [You, Rafael, lousy cvs commit log writer :-)] I was wondering about that....;-) Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |
From: Alan W. I. <ir...@be...> - 2001-03-03 20:37:36
|
On Sat, 3 Mar 2001, Rafael Laboissiere wrote: > Update of /cvsroot/plplot/plplot/examples/c > In directory usw-pr-cvs1:/tmp/cvs-serv22235 > > Modified Files: > x16c.c > Log Message: > [You, Alan, lousy C programmer :-)] I am glad you said that with a smile, but of course you are absolutely right. Fortunately, that situation is improving. > > This demo was segfaulting when giving command line options -nx and -ny with > values higher than the default ones. This was being caused by this local > variable initialization: > > char zdefined[nx][ny] > > which, of course, does not honor the option values. zdefined is now > properly malloc'ed after plParseOpts has been called. Thanks for cleaning up the mess. Alan |