Mercurial > hg > xemacs-beta
comparison src/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 | 808131ba4a57 |
children | db84c9d41437 |
comparison
equal
deleted
inserted
replaced
5244:04811a268716 | 5247:02d875ebd1ea |
---|---|
1 2010-08-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lread.c (read_escape): | |
4 Make error messages better reflect the text that was encountered, | |
5 when overlong hex character escapes or non-Latin-1 octal character | |
6 escapes are encountered. | |
7 | |
1 2010-08-15 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-08-15 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * print.c (print_symbol): | 10 * print.c (print_symbol): |
4 Escape any symbols that look like ratios, in the same way we do | 11 Escape any symbols that look like ratios, in the same way we do |
5 symbols that look like floats or integers. Prevents confusion in | 12 symbols that look like floats or integers. Prevents confusion in |