comparison src/ChangeLog @ 5886:c96000075e49

Be more careful about C integer overflow, #'parse-integer. src/ChangeLog addition: 2015-04-08 Aidan Kehoe <kehoea@parhasard.net> * data.c (parse_integer): Fix a bug in my detecting a C overflow here. tests/ChangeLog addition: 2015-04-08 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el: Add a couple of tests for #'parse-integer to check for a bug just fixed.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 08 Apr 2015 21:03:18 +0100
parents d93195c2c906
children 6eca500211f4
comparison
equal deleted inserted replaced
5885:c8bbb32fe124 5886:c96000075e49
1 2015-04-08 Aidan Kehoe <kehoea@parhasard.net>
2
3 * data.c (parse_integer):
4 Fix a bug in my detecting a C overflow here.
5
1 2015-04-01 Aidan Kehoe <kehoea@parhasard.net> 6 2015-04-01 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * process.c (Fgetenv): 8 * process.c (Fgetenv):
4 When interactively showing a variable's value, use %S in the 9 When interactively showing a variable's value, use %S in the
5 format string so quotation marks are escaped correctly. 10 format string so quotation marks are escaped correctly.