diff src/ChangeLog @ 4323:0990c9b77109

[project @ 2003-02-14 07:36:26 by jwe]
author jwe
date Fri, 14 Feb 2003 07:36:27 +0000
parents 05973ead74eb
children dcdca99fe2f0
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 14 01:58:12 2003 +0000
+++ b/src/ChangeLog	Fri Feb 14 07:36:27 2003 +0000
@@ -1,3 +1,15 @@
+2003-02-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* ov-str-mat.h (octave_char_matrix_str::is_real_type, 
+	octave_char_matrix_str::is_matrix_type,
+	octave_char_matrix_str::is_numeric_type): Always return false.
+
+2003-02-13  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* lex.l (<CCHAR>): If we are parsing a command, reset start state.
+	Use BEGIN (INITIAL) instead of BEGIN 0.  Use parens around start
+	state in BEGIN statements.
+
 2003-02-13  Paul Kienzle <pkienzle@users.sf.net>
 
 	* variables.cc (Fmlock, Fmunlock, Fmislocked): New functions.