changeset 2767:c05ed7ef4c1a

[project @ 1997-03-01 02:55:05 by jwe]
author jwe
date Sat, 01 Mar 1997 02:57:40 +0000
parents 62dc317d97b9
children ee9582e6668f
files NEWS doc/ChangeLog liboctave/ChangeLog
diffstat 3 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 Summary of changes for version 2.0.5:
 ------------------------------------
 
+  * A `switch' statement is now available.  See the Statements chapter
+    in the manual for details.
+
   * Commands like ls, save, and cd may now also be used as formal
     parameters for functions.
 
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 28 20:53:40 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* texinfo.tex: Update to latest version from Karl Berry, and apply
+	previous patch too.
+
 Thu Feb 27 03:34:48 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* texinfo.tex (\codeunder): Maybe make it work for @var{} inside
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,17 @@
+Fri Feb 28 20:11:23 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* CmplxQR.cc (ComplexQR::init): New function.
+	(ComplexQR::ComplexQR): Use it.  Use initializer list too.
+	* CmplxQRP.cc (ComplexQRP::init): New function.
+	Get sizes right in all cases.
+	(ComplexQR::ComplexQRP): Use it.  Use initializer list too.
+
+	* dbleQR.cc (QR::init): New function.
+	(QR::QR): Use it.  Use initializer list too.
+	* dbleQRP.cc (QRP::init): New function.
+	Get sizes right in all cases.
+	(QR::QRP): Use it.  Use initializer list too.
+
 Wed Feb 26 15:46:28 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* mach-info.cc (oct_mach_info::string_to_float_format):