Mercurial > hg > octave-jordi
changeset 2586:00163160cf66
[project @ 1996-12-11 18:34:57 by jwe]
author | jwe |
---|---|
date | Wed, 11 Dec 1996 18:34:58 +0000 |
parents | ad4f3aceb35e |
children | 7323c6c5c1c4 |
files | libcruft/ChangeLog libcruft/misc/Makefile.in src/ChangeLog src/pt-plot.cc |
diffstat | 4 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 11 01:50:31 1996 John W. Eaton <jwe@bevo.che.wisc.edu> + + * misc/Makefile.in (SPECIAL_DEPEND): Delete d1mach.o from the list. + Tue Dec 10 01:43:10 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * Version 2.0 released.
--- a/libcruft/misc/Makefile.in +++ b/libcruft/misc/Makefile.in @@ -15,8 +15,7 @@ SPECIAL := machar.c d1mach-tst.for dostop.c f77-extern.cc \ f77-fcn.c f77-fcn.h lo-error.c lo-error.h -SPECIAL_DEPEND := d1mach.o machar.o dostop.o f77-extern.o \ - f77-fcn.o lo-error.o +SPECIAL_DEPEND := machar.o dostop.o f77-extern.o f77-fcn.o lo-error.o EXTERNAL_DISTFILES = $(DISTFILES)
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 11 12:33:16 1996 John W. Eaton <jwe@bevo.che.wisc.edu> + + * pt-plot.cc (GPLOT_CMD_END): Don't put semicolons at the end of + each plot command; it causes trouble with gnuplot 3.5. + Tue Dec 10 00:31:13 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * Version 2.0 released.