Mercurial > hg > xemacs-beta
log src/data.c @ 5870:df50aaeddca5
age | author | description |
---|---|---|
Tue, 17 Mar 2015 00:29:39 +0000 | Aidan Kehoe | Don't tickle an unreasonable but standard C lib limitation, thank you Vin! |
Mon, 16 Mar 2015 00:28:18 +0000 | Aidan Kehoe | Add the non-ASCII digit support, now #'parse-integer can handle it. |
Wed, 25 Feb 2015 11:47:12 +0000 | Aidan Kehoe | Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits. |
Sun, 15 Dec 2013 10:26:31 +0000 | Aidan Kehoe | Be lazy converting markers to integers, bytecode_{arithcompare,arithop}(). |
Sun, 15 Dec 2013 09:57:28 +0000 | Aidan Kehoe | Return a fixnum as documented with marker arg, #'max, #'min |
Sun, 15 Sep 2013 23:47:37 +0900 | Stephen J. Turnbull | Eliminate several compiler (clang) warnings. |