Mercurial > hg > xemacs-beta
log src/data.c @ 5936:574f0cded429 cygwin
age | author | description |
---|---|---|
Sun, 13 Dec 2015 13:22:58 +0000 | Henry Thompson | try to replace all nnnL or nnnUL constants with EMACS_[U]INT cygwin |
Sat, 09 May 2015 10:50:32 +0100 | Aidan Kehoe | Be less misleading in errors, data.c |
Sat, 09 May 2015 00:40:57 +0100 | Aidan Kehoe | Use parse_integer() in read_atom(); support bases with ratios like integers |
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 |