|
From: Vince D. <vi...@sa...> - 2002-12-20 19:22:39
|
> since we assume our CVS users have a full application environment. This is unfortunately a wrong assumption for almost everyone not using Unix. hope that helps explain where I am coming from! Vince. |
|
From: Alan W. I. <ir...@be...> - 2002-12-20 21:19:03
|
On Fri, 20 Dec 2002, Vince Darley wrote: > > since we assume our CVS users have a full application environment. > > This is unfortunately a wrong assumption for almost everyone not using > Unix. > > hope that helps explain where I am coming from! I appreciate your point of view, and I hope to remove some heat from this issue from now on by substantially reducing the time between releases. That way almost everybody's needs (except hard core developers) should be satisfied by the latest tarball release. 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: Vince D. <vin...@us...> - 2002-12-20 19:12:21
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv15029 Removed Files: tclIndex Log Message: delete tclIndex again, please see win-tk if you work with windows |
|
From: Maurice L. <ml...@us...> - 2002-12-24 22:01:26
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv21772 Modified Files: Makefile.am Added Files: x01 x02 x03 x04 x05 x06 x07 x08 x09 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 Log Message: Script file front-ends to all the tcl example programs, with accompanying makefile changes. In the install dir, one can merely type e.g. "./x01" to run the first example program. Or to run them all, to an X window: for i in x??; do ./$i -dev x; done Been wanting to add these for a LONG time. |
|
From: Alan W. I. <ai...@us...> - 2002-12-26 00:53:27
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv24320/examples/tcl Modified Files: README.tcldemos Log Message: Tweak documentation to be consistent with current situation. |
|
From: Alan W. I. <ai...@us...> - 2003-01-15 15:45:18
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv30038/examples/tcl Removed Files: demos.tcl Log Message: Attempt to fix state information on zombied files (those in attic with state exp rather than state dead). |
|
From: Alan W. I. <ai...@us...> - 2003-01-16 03:16:23
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23124 Modified Files: x08.tcl x09.tcl Log Message: Make Tcl examples 8 and 9 consistent with the remaining examples. 8 has occasional 1 unit in last place differences while 9 is consistent with python and java examples. (Again, C example 9 is the odd man out by a large margin). |
|
From: Alan W. I. <ai...@us...> - 2003-01-16 07:58:37
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14834/examples/tcl Modified Files: x11.tcl Log Message: Make 8th, 9th and 11th Tcl examples consistent with recently changed C examples. This concludes the Tcl consistency effort (at least until the next change in the C examples). All python and java examples now agree exactly in their results, and tcl examples agree quite closely also with java and python. The long-standing discrepancy in the last page of example 9 between the C example and now all of the java, python, and tcl examples persists both for single and double precision libplplot (and C example 9). So this suggests there may be some problem with the C example 9, but I cannot find it! |
|
From: Rafael L. <rla...@us...> - 2003-02-05 19:57:51
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv14732 Modified Files: stats.log Log Message: This is a dummy commit. I am trying to fix the permissions of this file. |
|
From: Rafael L. <rla...@us...> - 2003-02-12 21:17:29
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv11900/examples/tcl Modified Files: Makefile.am Log Message: Removed $(mkindex) from EXTRA_DIST. This was bugging make dist. |
|
From: Alan W. I. <ai...@us...> - 2003-02-18 19:44:49
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv25641/examples/tcl Modified Files: README.tcldemos Log Message: Tweak to make instructions prefix and version independent |
|
From: Rafael L. <rla...@us...> - 2003-02-19 17:34:58
|
Update of /cvsroot/plplot/plplot/examples/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv16832/examples/tcl
Modified Files:
Makefile.am
Log Message:
Changed the instances of @VARIABLE@ to $(VARIABLE) in all Makefile.am's, as
I proposed in plplot-devel. This huge change has been successfully tested
with my automatic Debian packages generator. Hope that nothing is broken
now.
If you are wondering how I got it so quickly and so reliably, here is the
simple shell command that does the trick:
perl -pi -e 's/@([-_a-zA-Z0-9]+)@/\$($1)/g' `find . -name Makefile.am`
[I love Perl.]
|
|
From: Alan W. I. <ai...@us...> - 2003-04-17 01:16:40
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv22457/examples/tcl Modified Files: x11.tcl Log Message: Fixed cmap1 out of range problem for the 11th examples for octave, java, python, and tcl following what Joao did for the 11th c example. |
|
From: Alan W. I. <ai...@us...> - 2003-04-17 18:04:44
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv18499/examples/tcl Modified Files: x08.tcl Log Message: Follow recent changes in x08c.c for octave, java, python, and tcl examples. |
|
From: Alan W. I. <ai...@us...> - 2003-09-18 17:57:51
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv20644/tcl Modified Files: x08.tcl Log Message: Test log argument for > 0. to avoid math errors rather than trying to intercept those math errors afterward. |
|
From: Joao C. <jc...@us...> - 2003-10-10 18:27:21
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv10359/examples/tcl Modified Files: README.tcldemos Log Message: Adjust to show how to run the demos in the build tree. |
|
From: Rafael L. <rla...@us...> - 2003-12-30 18:40:29
|
Update of /cvsroot/plplot/plplot/examples/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv26652/examples/tcl
Modified Files:
Makefile.am
Log Message:
Sane treatment of DATA_DIR and DRV_DIR
The variables/#defines DATA_DIR and DRV_DIR are treated now in a more
coherent and Autotools-friendly way. The main changes regard:
- Use of $libdir and $datadir as prefixes of DRV_DIR and DATA_DIR,
respectively, in configure.ac. This allows users to easily override
the installation locations when running configure (options --libdir
and --datadir). The environment variables DATA_DIR and DRV_DIR are
still honored.
- DRV_DIR is an absolute path now, not relative to DATA_DIR as before.
Besides it being cleaner and more intuitive, the new design allows
better compliance with the FHS. Indeed, architecture-independent
files (like the font amd map files, as weel as examples and the Tcl
stuff) go by default in $prefix/share, while driver module files
(which are architecture-dependent) go in $prefix/lib.
As regards final results, the only difference with the previous situation is
that the *.fnt and *.map files are installed now in plplot<version>/ instead
of plplot<version>/data. I did not try to keep the previous situation
because it would imply in the definition of a new variable/#define.
However, if the other developers have really strong arguments in favor of
it, I will implement that.
|
|
From: Alan W. I. <ai...@us...> - 2004-01-03 03:16:51
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23823/tcl Modified Files: README.tcldemos Log Message: Change documentation from "lib" to "share" location used for lappend command. |
|
From: Rafael L. <rla...@us...> - 2004-01-17 15:45:38
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27478/examples/tcl Modified Files: Makefile.am Log Message: Replaced all occurrences of "../.." by the robust variable $(top_builddir) |
|
From: Rafael L. <rla...@us...> - 2004-01-17 16:41:42
|
Update of /cvsroot/plplot/plplot/examples/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv5024/examples/tcl
Modified Files:
Makefile.am x08.tcl
Log Message:
This jumbo cvs commit is the result of a herculean task to update the
copyright notices of most of the source files of PLplot.
I hope that I did not introduce any serious breakage. This seems plausible,
because I did changes only at the beginning of the files and only in
commented lines. However, I used a semi-automatic procedure for doing that
and some bugs may have slipped into the files. The sources still build okay
(at least the Debian packages) and I can install the libraries, and compile
and run some C examples. That is not enough, so PLEASE TEST!
This is what I did in more detail:
1) From the CVS ChangeLog, I considered all the files that changed since the
last release (5.2.1). I then added the line:
Copyright (C) 2004 Joe C. V. S. Committer
where the name of the developper who did the CVS commit is included.
2) Notice that the year in the line above should read 2004, even if the
changes were done last year, since Copyright years refer to when the
software is released.
3) For the same reason, I did not bother adding missing Copyright entries
for previous authors of each file. One copyright holder is enough for
our purposes.
4) I also reformatted and reworded the License Conditions text. This
included changing things like "This file is free software" to "PLplot is
free sofware" and so on.
5) Finally, some files were lacking License notices, especially the src/*.c.
I added them and put in the Copyright holder line the name of the
developer who did the last cvs commit for the file.
If you wish to know where your name appears, you can run from the
$(top_builddir):
grep -ri "copyright.*2004".
|