From: Alan W. I. <ai...@us...> - 2002-12-07 19:05:39
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv32290 Modified Files: ChangeLog Log Message: Search for Pltk and Plplotter entry points in libplplot if a search in the dynamic drivers fails. This is required for static drivers since in that case the entry points (and drivers) are put in libplplot. |
From: Alan W. I. <ai...@us...> - 2002-12-07 21:01:12
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv4222 Modified Files: ChangeLog PROBLEMS Log Message: Reorganize and update PROBLEMS to set our priorities about what must be accomplished before the next release. |
From: Alan W. I. <ai...@us...> - 2002-12-08 07:10:39
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv11927 Modified Files: PROBLEMS Log Message: Yet another set of changes to our PROBLEMS file reflecting list traffic in the last month or so. |
From: Alan W. I. <ai...@us...> - 2002-12-09 02:29:01
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv7384 Modified Files: bootstrap.sh Log Message: Add --copy option to automake so that it will make copies rather than symlinks. This should facilitate making tarballs for cross-platform testing. |
From: Alan W. I. <ai...@us...> - 2002-12-09 17:52:38
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv26799 Modified Files: ChangeLog configure.ac Log Message: Only run AM_PATH_PYTHON(1.5) if python is enabled. Hopefully, this will solve Joao's OSF1 problem with python. |
From: Alan W. I. <ai...@us...> - 2002-12-09 22:16:41
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv27445 Modified Files: ChangeLog Log Message: Change from lt_dlopen to lt_dlopenext for more cross-platform suffix generality. |
From: Alan W. I. <ai...@us...> - 2002-12-10 03:42:29
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv29200 Modified Files: ChangeLog sysloc.in Log Message: Sort out configuration problems when tcl disabled. This has been tested both with and without dynamic drivers, and hopefully will finally sort out the OSF1 build problems Joao has encountered. sysloc.in: has_tcl is now set to enable_tcl. bindings/Makefile.am: pkgIndex.tcl now only built if tcl enabled. utils/Makefile.am: pltcl now only built if tcl enabled. |
From: Alan W. I. <ai...@us...> - 2002-12-10 07:24:04
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv21765 Modified Files: ChangeLog Log Message: Comment out premature removal of libltdl resources in plend since plinit may be called again after a call to plend. In fact there is no way to guarantee any particular call to plend is the last so these libltdl resources must always remain allocated until the overall programme exits. |
From: Alan W. I. <ai...@us...> - 2002-12-11 18:30:40
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv26345 Modified Files: ChangeLog configure.ac Log Message: xflags and lmflag activated for drivers which need linking to X libraries or the math library. Additional AM_CONDITIONALS were done in configure.ac to help implement this. |
From: Alan W. I. <ai...@us...> - 2002-12-11 18:54:11
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv4686 Modified Files: ChangeLog Log Message: Tweak install logic for cases where python, tcl, or tk are not enabled. |
From: Alan W. I. <ai...@us...> - 2002-12-12 20:44:36
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv29704 Modified Files: ChangeLog configure.ac Log Message: Drop ".so" suffix from records in created drivers.db. Apparently, this makes libtldl work properly on OSF1, and it still also works properly on Linux with this change. |
From: Alan W. I. <ai...@us...> - 2002-12-12 21:11:36
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv8289 Modified Files: .cvsignore Log Message: tweak |
From: Joao C. <jc...@us...> - 2002-12-13 00:21:03
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv11678 Modified Files: sysloc.in Log Message: Use the builtin matwrap when the user has none installed. AT merge change of directories. |
From: Joao C. <jc...@us...> - 2002-12-13 01:33:20
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv31905 Modified Files: acconfig.h configure.ac Log Message: Check the existence of isinf() and finite(). At least OSF1 does not seems to have isinf(). This is needed for the c example x08c.c. Not mandatory, however, look at the comment in x08c.c: /* Note that isinf() is not needed with the standard XPTS, YPTS and x and y minimum and maximum values, but if the user changes any of these, then we can get the log of a negative number. */ |
From: Joao C. <jc...@us...> - 2002-12-13 19:46:14
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv19373 Modified Files: sysloc.in Log Message: Strip directory from mkoctfile and octave in case user specify it. |
From: Alan W. I. <ai...@us...> - 2002-12-13 22:07:39
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv7886 Modified Files: ChangeLog PROBLEMS Log Message: Document octave example problems now fixed. |
From: Alan W. I. <ai...@us...> - 2002-12-17 00:08:14
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv14258 Modified Files: configure.ac Log Message: Default tkwin is set to yes. Prepare, but comment out for now (until Vince checks out this fix) a possible cygwin fix. |
From: Alan W. I. <ai...@us...> - 2002-12-17 03:52:21
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv5643 Modified Files: ChangeLog configure.ac Log Message: Implement autotools support for building and installing java plplot wrapper library, libplplotjava, java/plplot/core classes, and installing java source for examples in java/plplot/examples. |
From: Alan W. I. <ai...@us...> - 2002-12-17 03:53:15
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv6233 Modified Files: ChangeLog Log Message: tweak |
From: Alan W. I. <ai...@us...> - 2002-12-17 20:51:51
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv1458 Modified Files: PROBLEMS Log Message: Document some configuration issues with --disable-shared that need to be addressed. |
From: Joao C. <jc...@us...> - 2002-12-21 02:58:12
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv5646 Modified Files: sysloc.in Log Message: Correct typo that allows 'configure' to use a specific Octave version. |
From: Joao C. <jc...@us...> - 2002-12-22 18:03:18
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv6265 Modified Files: sysloc.in Log Message: Check for tcl/tk-8.4 and itcl/itk-3.3. Suse-8.1 are shipped with those. "itk" is not detected, however. |
From: Maurice L. <ml...@us...> - 2002-12-22 22:38:57
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv24843 Modified Files: configure.ac Log Message: Eliminated space after all -L options as libtool evidently doesn't like these, and switched to a uniform "stringified" way of writing this whole section. Looks good in font-lock mode.. |
From: Alan W. I. <ai...@us...> - 2002-12-23 00:57:31
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv12149 Modified Files: AUTHORS Log Message: Update this list to coincide with our sourceforge developers |
From: Alan W. I. <ai...@us...> - 2002-12-23 01:12:08
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv15364 Modified Files: README Log Message: Refer to the AUTHORS file for credits. |