changeset 3694:48415caaea35

[project @ 2000-07-07 21:32:32 by jwe]
author jwe
date Fri, 07 Jul 2000 21:32:32 +0000
parents 87fa55a09f19
children 64ca92e02a7e
files libcruft/ChangeLog src/ChangeLog
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <stevenj@gil-galad.mit.edu>
+2000-06-30  Steven G. Johnson  <stevenj@alum.mit.edu>
 
 	* blas-xtra, lapack-xtra: New directories.
 	* Makefile.in (CRUFT_DIRS): Add them to the list.
--- 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  <stevenj@gil-galad.mit.edu>
+2000-07-05  Steven G. Johnson  <stevenj@alum.mit.edu>
 
 	* Makefile.in (BLAS_LIBS): Substitute here.
 	(octave): Use $(BLAS_LIBS) in the final link command.
 
-2000-06-30  Steven G. Johnson  <stevenj@gil-galad.mit.edu>
+2000-06-30  Steven G. Johnson  <stevenj@alum.mit.edu>
 
 	* 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  <stevenj@gil-galad.mit.edu>
+2000-06-29  Steven G. Johnson  <stevenj@alum.mit.edu>
 
 	All of the following changes are protected by #ifdef HAVE_HDF5.