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. <ra...@ic...> - 2001-03-03 18:49:04
|
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 :-)] -- Rafael |
From: Rafael L. <rla...@us...> - 2001-03-03 18:43:36
|
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 :-)] 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. |
From: Joao C. <jca...@in...> - 2001-03-03 16:10:47
|
On Saturday 03 March 2001 04:53, Maurice LeBrun wrote: | Were these intentional? They look like generated files. Yes, its intentional. The double underscores is an Octave convention to h= ide=20 script files. Joao | | Joao Cardoso writes: | > Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support | > In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/PLplot/support | > | > Added Files: | > =09__comet.m __pl_contour.m __pl_draw_legend.m __pl_fill.m | > =09__pl_matstr.m __pl_mesh.m __pl_opt.m __pl_plenv.m __pl_plot3.m | > =09__pl_plotit.m __pl_pltext.m __pl_polargrid.m __pl_store.m | > =09__plr1__.m __plr2__.m __plr__.m __plt1__.m __plt2__.m | > =09__plt2mm__.m __plt2mv__.m __plt2ss__.m __plt2vm__.m | > =09__plt2vv__.m __plt__.m is_strmatrix.m is_strvector.m | > Log Message: | > Initial import of Octave bindings | > | > _______________________________________________ | > Plplot-cvs mailing list | > Plp...@li... | > http://lists.sourceforge.net/lists/listinfo/plplot-cvs |
From: Maurice L. <ml...@us...> - 2001-03-03 12:46:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22459/cf Modified Files: configure.in pkg_f77.in sysconf.in sysloc.in Added Files: lib_sh_hpux.in lib_sh_hpux_cxx.in Log Message: Patch by Dean Clamons to clean up some problems seen on HPUX. |
From: Maurice L. <ml...@us...> - 2001-03-03 12:46:08
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv22459/src Modified Files: plcont.c plstripc.c Log Message: Patch by Dean Clamons to clean up some problems seen on HPUX. |
From: Maurice L. <ml...@us...> - 2001-03-03 12:46:08
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory usw-pr-cvs1:/tmp/cvs-serv22459/bindings/tk Modified Files: tkMain.c Log Message: Patch by Dean Clamons to clean up some problems seen on HPUX. |
From: Maurice L. <ml...@us...> - 2001-03-03 12:46:07
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv22459 Modified Files: configure Log Message: Patch by Dean Clamons to clean up some problems seen on HPUX. |
From: Maurice L. <mj...@ga...> - 2001-03-03 04:51:46
|
Were these intentional? They look like generated files. Joao Cardoso writes: > Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support > In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/PLplot/support > > Added Files: > __comet.m __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 > __plr1__.m __plr2__.m __plr__.m __plt1__.m __plt2__.m > __plt2mm__.m __plt2mv__.m __plt2ss__.m __plt2vm__.m > __plt2vv__.m __plt__.m is_strmatrix.m is_strvector.m > Log Message: > Initial import of Octave bindings > > _______________________________________________ > Plplot-cvs mailing list > Plp...@li... > http://lists.sourceforge.net/lists/listinfo/plplot-cvs -- Maurice LeBrun mj...@ga... |
From: Alan W. I. <ai...@us...> - 2001-03-03 00:31:04
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory usw-pr-cvs1:/tmp/cvs-serv15455 Modified Files: api.xml Log Message: plenv axis documentation made consistent with new axis parameter logic within plenv. Documentation rebuilt and uploaded to live website. |
From: Joao C. <jc...@us...> - 2001-03-03 00:03:03
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory usw-pr-cvs1:/tmp/cvs-serv7661/octave/demos Removed Files: Makefile plcdemos.h x01c.c x02c.c x03c.c x04c.c x05c.c x06c.c x07c.c x08c.c x09c.c x10c.c x11c.c x12c.c x13c.c x14c.c x15c.c x16c.c x17c.c x18c.c x19c.c Log Message: Not needed. Either generated during make or duplicate from plplot distro. |
From: Joao C. <jc...@us...> - 2001-03-03 00:03:03
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv7661/octave/PLplot Removed Files: matwrap_warnings plplot.h plplot_octave.cc Log Message: Not needed. Either generated during make or duplicate from plplot distro. |
From: Joao C. <jc...@us...> - 2001-03-03 00:03:03
|
Update of /cvsroot/plplot/plplot/bindings/octave/etc In directory usw-pr-cvs1:/tmp/cvs-serv7661/octave/etc Removed Files: Makefile Log Message: Not needed. Either generated during make or duplicate from plplot distro. |
From: Joao C. <jc...@us...> - 2001-03-03 00:03:03
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv7661/octave Removed Files: documentation matwrap_warnings Log Message: Not needed. Either generated during make or duplicate from plplot distro. |
From: Alan W. I. <ai...@us...> - 2001-03-02 23:56:05
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2810 Modified Files: plvpor.c Log Message: Improve documentation and make all the various axis calls more consistent with each other following Joao's recommendation. I have also tested this code (and the logic change in c_plaxes in plbox.c) for all varieties of allowed axis values. |
From: Alan W. I. <ai...@us...> - 2001-03-02 23:52:32
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv2257 Modified Files: plbox.c Log Message: Remove log constraint on axis logic in c_plaxes |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/misc In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/misc Added Files: diffn.m gradn.m rosen.gnu rosen.m rosenbrock.m Log Message: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/etc/txt In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/etc/txt Added Files: pladv.txt plbin.txt plbox.txt plbox3.txt plclr.txt plcol.txt plcon0.txt plcon1.txt plcon2.txt plconf.txt plcont.txt plend.txt plend1.txt plenv.txt plerrx.txt plerry.txt plexit.txt plfill.txt plfont.txt plfontld.txt plgfam.txt plgfile.txt plgfnam.txt plgpage.txt plgra.txt plgspa.txt plgstrm.txt plgxax.txt plgyax.txt plgzax.txt plhist.txt plinit.txt pljoin.txt pllab.txt plline.txt pllsty.txt plmesh.txt plmtex.txt plot3d.txt plpage.txt plpat.txt plpoin.txt plprec.txt plpsty.txt plptex.txt plschr.txt plsfam.txt plsfile.txt plsfnam.txt plsmaj.txt plsmin.txt plsori.txt plspage.txt plsstrm.txt plssym.txt plstar.txt plstart.txt plstyl.txt plsvpa.txt plsxax.txt plsyax.txt plsym.txt plszax.txt pltext.txt plvasp.txt plvpas.txt plvpor.txt plvsta.txt plw3d.txt plwid.txt plwind.txt Log Message: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/etc In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/etc Added Files: Makefile README plplot.doc plplot.ps plpoin.ps Log Message: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/demos Added Files: Makefile 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 plcdemos.h plplot_octave_demo.m x01c.c x01c.m x02c.c x02c.m x03c.c x03c.m x04c.c x04c.m x05c.c x05c.m x06c.c x06c.m x07c.c x07c.m x08c.c x08c.m x09c.c x09c.m x10c.c x10c.m x11c.c x11c.m x12c.c x12c.m x13c.c x13c.m x14c.c x14c.m x15c.c x15c.m x16c.c x16c.m x17c.c x17c.m x18c.c x18c.m x19c.c x19c.m Log Message: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:30
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/PLplot/support Added Files: __comet.m __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 __plr1__.m __plr2__.m __plr__.m __plt1__.m __plt2__.m __plt2mm__.m __plt2mv__.m __plt2ss__.m __plt2vm__.m __plt2vv__.m __plt__.m is_strmatrix.m is_strvector.m Log Message: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:30
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave/PLplot Added Files: arrow.m arrows.m autostyle.m axis.m axis_set.m blue.m bone.m bottom_title.m clip.m closeallfig.m closefig.m comet.m contour.m cool.m copper.m fig.m fig_state.m figure.m fill.m free_fig.m ginput.m green.m grid.m gtext.m hls2rgb.m hot.m hsv.m label_plot.m legend.m loglog.m lp_setup.m massage.c matwrap_warnings mesh.m mplot.m multiplot.m oneplot.m pink.m plclearplot.m plclg.m plcolormap.m pldef.m plimage.m plot.m plot3.m plot_border.m plot_margin.m plplot.h plplot_octave.cc plplot_octave_path.m plplot_stub.m polar.m prism.m red.m rgb2hls.m rgbplot.m save_fig.m semilogx.m semilogy.m set_view.m shade.m shg.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: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:46:30
|
Update of /cvsroot/plplot/plplot/bindings/octave In directory usw-pr-cvs1:/tmp/cvs-serv31331/octave Added Files: BUGS COPYING FGA INSTALL LICENCE Makefile README ToDo documentation globals-in-scripts massage.c matwrap_warnings plplot.h plplot_octave.cc plplot_rej.h plplot_stub.m Log Message: Initial import of Octave bindings |
From: Joao C. <jc...@us...> - 2001-03-02 23:38:44
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory usw-pr-cvs1:/tmp/cvs-serv27776/octave/PLplot/support Log Message: Directory /cvsroot/plplot/plplot/bindings/octave/PLplot/support added to the repository |
From: Joao C. <jc...@us...> - 2001-03-02 23:38:43
|
Update of /cvsroot/plplot/plplot/bindings/octave/etc/txt In directory usw-pr-cvs1:/tmp/cvs-serv27776/octave/etc/txt Log Message: Directory /cvsroot/plplot/plplot/bindings/octave/etc/txt added to the repository |
From: Joao C. <jc...@us...> - 2001-03-02 23:38:43
|
Update of /cvsroot/plplot/plplot/bindings/octave/misc In directory usw-pr-cvs1:/tmp/cvs-serv27776/octave/misc Log Message: Directory /cvsroot/plplot/plplot/bindings/octave/misc added to the repository |