diff src/ChangeLog @ 5542:dab422055bab

Correct array bound for syntax_code_spec.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:20 +0900
parents 4307b8e5998c
children fbe90e6f7a43
line wrap: on
line diff
--- a/src/ChangeLog	Mon Aug 08 13:57:19 2011 +0900
+++ b/src/ChangeLog	Mon Aug 08 13:57:20 2011 +0900
@@ -1,3 +1,14 @@
+2011-08-05  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	There are only (octal) 0200 ASCII characters, and only 128 values
+	supplied in the definition.
+
+	* syntax.h (syntax_spec_code):
+	* syntax.c (syntax_spec_code):
+	Declare array with correct dimension.
+	* search.c (skip_chars):
+	Correct bounds check on index of syntax_spec_code.
+
 2011-08-04  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* search.c (byte_scan_buffer):