# HG changeset patch # User jwe # Date 963005552 0 # Node ID 48415caaea35fdd12602305922ba87220de36064 # Parent 87fa55a09f1972d1788575c1dcafef3a57163d7f [project @ 2000-07-07 21:32:32 by jwe] diff -r 87fa55a09f19 -r 48415caaea35 libcruft/ChangeLog --- a/libcruft/ChangeLog Wed Jul 05 16:04:11 2000 +0000 +++ b/libcruft/ChangeLog Fri Jul 07 21:32:32 2000 +0000 @@ -1,4 +1,4 @@ -2000-06-30 Steven G. Johnson +2000-06-30 Steven G. Johnson * blas-xtra, lapack-xtra: New directories. * Makefile.in (CRUFT_DIRS): Add them to the list. diff -r 87fa55a09f19 -r 48415caaea35 src/ChangeLog --- a/src/ChangeLog Wed Jul 05 16:04:11 2000 +0000 +++ b/src/ChangeLog Fri Jul 07 21:32:32 2000 +0000 @@ -5,12 +5,12 @@ Set file pointer to 0 after closing. (c_file_ptr_buf::~c_file_ptr_buf): Call close after flushing. -2000-07-05 Steven G. Johnson +2000-07-05 Steven G. Johnson * Makefile.in (BLAS_LIBS): Substitute here. (octave): Use $(BLAS_LIBS) in the final link command. -2000-06-30 Steven G. Johnson +2000-06-30 Steven G. Johnson * Makefile.in (octave): Link $(FLIBS) last. * octave.cc (main): Force our own xerbla to be linked instead of @@ -36,7 +36,7 @@ (Fsave): Handle LS_MAT5_BINARY case too. (Fload): Handle LS_MAT5_BINARY case too. -2000-06-29 Steven G. Johnson +2000-06-29 Steven G. Johnson All of the following changes are protected by #ifdef HAVE_HDF5.