Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5247:02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
src/ChangeLog addition:
2010-08-21 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (read_escape):
Make error messages better reflect the text that was encountered,
when overlong hex character escapes or non-Latin-1 octal character
escapes are encountered.
man/ChangeLog addition:
2010-08-21 Aidan Kehoe <kehoea@parhasard.net>
* lispref/objects.texi (Character Type):
Go into more detail here on the specific type of error provoked on
overlong hex character escapes and non-Latin-1 octal character
escapes; give details of why the latter may be encountered, and
what to do with such code.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 21 Aug 2010 19:02:44 +0100 |
parents | 0f7d483cff5a |
children | 378a34562cbe |
comparison
equal
deleted
inserted
replaced
5244:04811a268716 | 5247:02d875ebd1ea |
---|---|
1 2010-08-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lispref/objects.texi (Character Type): | |
4 Go into more detail here on the specific type of error provoked on | |
5 overlong hex character escapes and non-Latin-1 octal character | |
6 escapes; give details of why the latter may be encountered, and | |
7 what to do with such code. | |
8 | |
1 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> | 9 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * external-widget.texi: Correct FSF address in permission notice. | 11 * external-widget.texi: Correct FSF address in permission notice. |
4 | 12 |
5 2010-05-28 Aidan Kehoe <kehoea@parhasard.net> | 13 2010-05-28 Aidan Kehoe <kehoea@parhasard.net> |