comparison src/ChangeLog @ 5870:df50aaeddca5

Don't tickle an unreasonable but standard C lib limitation, thank you Vin! src/ChangeLog addition: 2015-03-17 Aidan Kehoe <kehoea@parhasard.net> * data.c (fill_ichar_array): Be a bit more careful never to supply the C library's isupper() with a value outside of that range specified by the C standard. Thank you Vin Shelton for reporting the Linux segmentation violation this provokes, and happy St. Patrick's Day to everyone reading the XEmacs lists!
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 17 Mar 2015 00:29:39 +0000
parents e0f1dfaa821e
children 58e72e27fb81
comparison
equal deleted inserted replaced
5869:04b854934407 5870:df50aaeddca5
1 2015-03-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * data.c (fill_ichar_array):
4 Be a bit more careful never to supply the C library's isupper()
5 with a value outside of that range specified by the C
6 standard. Thank you Vin Shelton for reporting the Linux
7 segmentation violation this provokes, and happy St. Patrick's Day
8 to everyone reading the XEmacs lists!
9
1 2015-03-08 Aidan Kehoe <kehoea@parhasard.net> 10 2015-03-08 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * data.c (Fparse_integer): 12 * data.c (Fparse_integer):
4 Document a complication that arises when a leading minus sign has 13 Document a complication that arises when a leading minus sign has
5 a digit weight but is nonetheles interpreted as a minus. 14 a digit weight but is nonetheles interpreted as a minus.