# HG changeset patch # User jwe # Date 847392512 0 # Node ID c89bce1baba30a93d9769d2d1db922418b53ff9d # Parent 7f6c73c8b18cb1b722da36d488f14d3f56cacf31 [project @ 1996-11-07 18:48:29 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 7 12:43:36 1996 John W. Eaton + + * Version 1.91. + Wed Nov 6 16:26:39 1996 John W. Eaton * configure.in: Add checks for group stuff. @@ -16,7 +20,6 @@ * acconfig.h: Add #undefs for HAVE_BSD_SIGNALS, HAVE_POSIX_SIGNALS, HAVE_USG_SIGHOLD, and MUST_REINSTALL_SIGHANDLERS. - Mon Nov 4 11:31:22 1996 John W. Eaton * configure.in: Check for gethostname in libsocket. Apparently diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 7 12:43:19 1996 John W. Eaton + + * Version 1.91. + Wed Oct 30 17:20:28 1996 John W. Eaton * Version 1.90. diff --git a/doc/interpreter/preface.texi b/doc/interpreter/preface.texi --- a/doc/interpreter/preface.texi +++ b/doc/interpreter/preface.texi @@ -104,8 +104,7 @@ releases available. @item -Michel Juillard ported Octave to DOS and OS/2 -systems. +Michel Juillard ported Octave to DOS systems. @item Friedrich Leisch (leisch@@ci.tuwien.ac.at) provided the diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 7 12:43:17 1996 John W. Eaton + + * Version 1.91. + Mon Nov 4 10:09:00 1996 John W. Eaton * lapack/dlag2.f, lapack/dggbal.f, lapack/dgghrd.f, lapack/dhgeqz.f: diff --git a/libcruft/Makefile.in b/libcruft/Makefile.in --- a/libcruft/Makefile.in +++ b/libcruft/Makefile.in @@ -24,7 +24,7 @@ # generate a new configure script in the top-level directory (edit # configure.in and run autoconf). -CRUFT_DIRS = balgen blas dassl fftpack fsqp lapack linpack \ +CRUFT_DIRS = balgen blas dassl eispack fftpack fsqp lapack linpack \ minpack misc npsol odepack qpsol quadpack ranlib slatec-fn \ villad diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,7 @@ Thu Nov 7 10:45:11 1996 John W. Eaton + * Version 1.91. + * Array3.cc (Array3::resize): Make it work. Wed Nov 6 22:44:33 1996 John W. Eaton diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 7 12:43:12 1996 John W. Eaton + + * Version 1.91. + Sat Nov 2 21:06:29 1996 John W. Eaton * image/image.m: Use tmpnam() instead of home-brew scheme. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ Thu Nov 7 07:59:07 1996 John W. Eaton + * Version 1.91. + * pt-fvc.cc (tree_indirect_ref::reference): If the lhs object is not a map, convert it to one. @@ -15,7 +17,7 @@ Wed Nov 6 12:32:48 1996 John W. Eaton - * pager.cc (do_sync): Don't call clear_external_pager here. + * pager.cc (do_sync): Don't call clear_external_pager() here. * pt-const.h (tree_constant::allocator) New static member. (tree_constant::operator new, tree_constant::operator delete): diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 7 12:43:03 1996 John W. Eaton + + * Version 1.91. + Wed Oct 30 17:19:12 1996 John W. Eaton * Version 1.90.