comparison src/ChangeLog @ 5873:5a311f1f46aa

Don't extract a fixnum value unnecessarily, thank you Robert Delius Royar 2015-03-20 Aidan Kehoe <kehoea@parhasard.net> * data.c (build_fixnum_to_char_map): Whoops, highest_value is a Lisp_Object, no need to extract the fixnum from radix_table->default_ when initialising it. Thank you Robert Delius Royar, Uwe Brauer, and the union build.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 20 Mar 2015 13:48:16 +0000
parents 58e72e27fb81
children 4949ccab25f1
comparison
equal deleted inserted replaced
5872:f9e59cd39a9a 5873:5a311f1f46aa
1 2015-03-20 Aidan Kehoe <kehoea@parhasard.net>
2
3 * data.c (build_fixnum_to_char_map):
4 Whoops, highest_value is a Lisp_Object, no need to extract the
5 fixnum from radix_table->default_ when initialising it. Thank you
6 Robert Delius Royar, Uwe Brauer, and the union build.
7
1 2015-03-17 Aidan Kehoe <kehoea@parhasard.net> 8 2015-03-17 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * data.c (fill_ichar_array): 10 * data.c (fill_ichar_array):
4 Be a bit more careful never to supply the C library's isupper() 11 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 12 with a value outside of that range specified by the C