Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5541:ebd367b82ccd | 5542:dab422055bab |
---|---|
1 2011-08-05 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 There are only (octal) 0200 ASCII characters, and only 128 values | |
4 supplied in the definition. | |
5 | |
6 * syntax.h (syntax_spec_code): | |
7 * syntax.c (syntax_spec_code): | |
8 Declare array with correct dimension. | |
9 * search.c (skip_chars): | |
10 Correct bounds check on index of syntax_spec_code. | |
11 | |
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> | 12 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 13 |
3 * search.c (byte_scan_buffer): | 14 * search.c (byte_scan_buffer): |
4 Rename local variables to suppress GCC "shadowed global" warnings. | 15 Rename local variables to suppress GCC "shadowed global" warnings. |
5 The warnings are due to ANSI functions from <math.h> on Darwin. | 16 The warnings are due to ANSI functions from <math.h> on Darwin. |