comparison src/ChangeLog @ 4688:7e54adf407a1

Fix a bug with Unicode error sequences and very short input strings. src/ChangeLog addition: 2009-09-11 Aidan Kehoe <kehoea@parhasard.net> * unicode.c (unicode_convert): Fix a bug with error sequences and very short input strings. tests/ChangeLog addition: 2009-09-11 Aidan Kehoe <kehoea@parhasard.net> * automated/mule-tests.el (featurep): Check that a Unicode bug with very short inputs has been fixed.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 11 Sep 2009 17:54:07 +0100
parents cdabd56ce1b5
children 257b468bf2ca
comparison
equal deleted inserted replaced
4687:02b7c7189041 4688:7e54adf407a1
1 2009-09-11 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.c (unicode_convert):
4 Fix a bug with error sequences and very short input strings.
5
1 2009-08-31 Aidan Kehoe <kehoea@parhasard.net> 6 2009-08-31 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * eval.c (For, Fand): 8 * eval.c (For, Fand):
4 Don't declare val as REGISTER in these functions, for some reason 9 Don't declare val as REGISTER in these functions, for some reason
5 it breaks the non-DEBUG union build. These functions are only 10 it breaks the non-DEBUG union build. These functions are only