diff liboctave/ChangeLog @ 3069:db6d57d718f7

[project @ 1997-07-10 23:34:03 by jwe]
author jwe
date Thu, 10 Jul 1997 23:34:07 +0000
parents 17e2f90e0d3b
children 42975c59d2a0
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Jul 08 02:18:21 1997 +0000
+++ b/liboctave/ChangeLog	Thu Jul 10 23:34:07 1997 +0000
@@ -1,5 +1,13 @@
+Wed Jul  9 19:40:23 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* lo-sysdep.cc (octave_getcwd): If getwd is available, use it.
+	Call error handler if we can't find the current directory.
+
 Mon Jul  7 21:14:41 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* lo-mappers.cc (xisnan (double)): Return only 1 or 0.
+	(xfinite (double)): Ditto.
+
 	* dbleQR.cc (QR::init): Don't forget to initialize Q when type is raw.
 	* CmplxQR.cc (ComplexQR::init): Ditto.