comparison src/ChangeLog @ 5871:58e72e27fb81

Don't rely on zero termination for Vfixnum_to_char_map, thank you Vin. lisp/ChangeLog addition: (vars_of_data): Don't rely on zero termination here for Vfixnum_to_char_map, give an explicit bytecount. Again, thank you Vin!
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 17 Mar 2015 00:47:48 +0000
parents df50aaeddca5
children 5a311f1f46aa
comparison
equal deleted inserted replaced
5870:df50aaeddca5 5871:58e72e27fb81
4 Be a bit more careful never to supply the C library's isupper() 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 5 with a value outside of that range specified by the C
6 standard. Thank you Vin Shelton for reporting the Linux 6 standard. Thank you Vin Shelton for reporting the Linux
7 segmentation violation this provokes, and happy St. Patrick's Day 7 segmentation violation this provokes, and happy St. Patrick's Day
8 to everyone reading the XEmacs lists! 8 to everyone reading the XEmacs lists!
9 (vars_of_data): Don't rely on zero termination here for
10 Vfixnum_to_char_map, give an explicit bytecount. Again, thank you
11 Vin!
9 12
10 2015-03-08 Aidan Kehoe <kehoea@parhasard.net> 13 2015-03-08 Aidan Kehoe <kehoea@parhasard.net>
11 14
12 * data.c (Fparse_integer): 15 * data.c (Fparse_integer):
13 Document a complication that arises when a leading minus sign has 16 Document a complication that arises when a leading minus sign has