changeset 4868:0d7b436d0e87

[project @ 2004-04-20 19:45:17 by jwe]
author jwe
date Tue, 20 Apr 2004 19:45:17 +0000
parents c7f9ea142fda
children b92d59213e63
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Apr 20 19:41:11 2004 +0000
+++ b/src/ChangeLog	Tue Apr 20 19:45:17 2004 +0000
@@ -1,3 +1,14 @@
+2004-04-20  John W. Eaton  <jwe@octave.org>
+
+	* ls-mat-ascii.cc (read_mat_ascii_data): Prepend "X" to keywords.
+	Only drop text after last "." in name.
+
+	* lex.l (is_keyword): New function.
+	(Fiskeyword): Use it.
+	* lex.h: Provide decl.
+
+	* lex.l (is_keyword_token): Rename from is_keyword.
+
 2004-04-16  John W. Eaton  <jwe@octave.org>
 
 	* file-io.cc (maybe_warn_interface_change): New function.