log src/lread.c @ 5908:6174848f3e6c

age author description
Sat, 09 May 2015 00:40:57 +0100 Aidan Kehoe Use parse_integer() in read_atom(); support bases with ratios like integers
Wed, 25 Feb 2015 11:47:12 +0000 Aidan Kehoe Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits.
Tue, 07 Oct 2014 21:16:10 -0600 Jerry James Add TLS support. See xemacs-patches message with ID
Sun, 15 Sep 2013 23:47:37 +0900 Stephen J. Turnbull Eliminate several compiler (clang) warnings.
Mon, 06 Aug 2012 13:07:55 +0100 Aidan Kehoe Adopt GNU's ## syntax for the interned symbol with name "".
Sat, 10 Dec 2011 16:17:49 +0000 Aidan Kehoe Add the zero, *then* flush, when reading integers for the #N=... syntax.
Sat, 03 Dec 2011 15:55:14 +0000 Aidan Kehoe Zero-terminate when passing strings to parse_integer(), lread.c