diff liboctave/ChangeLog @ 6897:935d23e16951

[project @ 2007-09-13 19:13:56 by jwe]
author jwe
date Thu, 13 Sep 2007 19:13:56 +0000
parents 1cbb8b606d63
children c8081f4c094f
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-13  John W. Eaton  <jwe@octave.org>
+
+	* lo-utils.cc (read_inf_nan_na, octave_read_double,
+	octave_read_complex): Use istream::get instead of >> to read
+	individual characters.
+
 2007-09-10  John W. Eaton  <jwe@octave.org>
 
 	* Array.cc (assign1): Don't call make_unique for invalid assignment.