Mercurial > hg > xemacs-beta
log src/data.c @ 5905:85fd1ab80057
age | author | description |
---|---|---|
Fri, 08 May 2015 16:24:57 +0100 | Aidan Kehoe | Fix a bug in #'parse-integer with negative bignums and non-nil JUNK-ALLOWED |
Fri, 08 May 2015 13:58:22 +0100 | Aidan Kehoe | Return ratios in canonical form too, #'string-to-number |
Wed, 08 Apr 2015 21:03:18 +0100 | Aidan Kehoe | Be more careful about C integer overflow, #'parse-integer. |
Tue, 24 Mar 2015 16:49:53 -0400 | Vin Shelton | Use cast for malloc call to satisfy VS6 |
Fri, 20 Mar 2015 13:48:16 +0000 | Aidan Kehoe | Don't extract a fixnum value unnecessarily, thank you Robert Delius Royar |
Tue, 17 Mar 2015 00:47:48 +0000 | Aidan Kehoe | Don't rely on zero termination for Vfixnum_to_char_map, thank you Vin. |