comparison src/ChangeLog @ 4483:7869173584fc

Error on over-long hex character escapes. 2008-07-16 Aidan Kehoe <kehoea@parhasard.net> * lread.c (read_escape): Error if we're handed an over-long hex character escape, something which arises reasonably frequently in code written for GNU.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 16 Jul 2008 22:36:03 +0200
parents ec442dc06fe1
children d6e2e2e819d7
comparison
equal deleted inserted replaced
4478:ec442dc06fe1 4483:7869173584fc
1 2008-07-16 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lread.c (read_escape):
4 Error if we're handed an over-long hex character escape, something
5 which arises reasonably frequently in code written for GNU.
6
1 2008-07-07 Aidan Kehoe <kehoea@parhasard.net> 7 2008-07-07 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 Patch to make it up to the device-specific code whether 9 Patch to make it up to the device-specific code whether
4 various Lisp functions should be called during device creation, 10 various Lisp functions should be called during device creation,
5 not relying on the startup code to decide this. Also, rename 11 not relying on the startup code to decide this. Also, rename