log src/lread.c @ 5606:7c383c5784ed

age author description
Sat, 03 Dec 2011 15:55:14 +0000 Aidan Kehoe Zero-terminate when passing strings to parse_integer(), lread.c
Sat, 03 Dec 2011 15:13:55 +0000 Aidan Kehoe Accept bignums unambiguously in the syntax for object labels, lread.c.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Sun, 04 Sep 2011 19:51:35 +0100 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
Sun, 01 May 2011 13:51:33 +0100 Aidan Kehoe Never pass a leading + to mpz_set_string, parse_integer ().
Fri, 26 Nov 2010 06:43:36 +0100 Mats Lidell Merge with 21.5 trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Sat, 21 Aug 2010 19:02:44 +0100 Aidan Kehoe Make Lisp reader errors more informative with over-long hex, octal characters
Sun, 15 Aug 2010 13:29:10 +0100 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
Mon, 07 Jun 2010 18:42:10 +0100 Aidan Kehoe Remove all support for InfoDock.
Mon, 24 May 2010 10:43:29 +0200 Mike Sperber Accept #B<binary>, #O<octal>, and #X<hex>.
Sun, 16 May 2010 12:33:21 +0100 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Fri, 12 Mar 2010 20:23:50 -0600 Ben Wing Clean up prototypes for Lisp variables/symbols. Put decls for them with
Tue, 02 Mar 2010 13:42:37 -0700 Jerry James Signal an error upon reading 1/0.
Mon, 08 Feb 2010 21:28:57 -0600 Ben Wing enable more warnings and fix them
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Wed, 03 Feb 2010 20:51:18 -0600 Ben Wing rewrite dynarr code
Wed, 27 Jan 2010 00:45:06 -0600 Ben Wing turn on load-ignore-out-of-date-elc-files by default
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Wed, 03 Feb 2010 08:50:00 -0600 Ben Wing remove old no-longer-useful kludgy compiled-fun annotations hack
Wed, 03 Feb 2010 08:01:55 -0600 Ben Wing add more byte-code assertions and better failure output
Wed, 13 Jan 2010 04:07:42 -0600 Ben Wing Various cleanups for Dynarr code, from Unicode-internal ws
Sun, 16 Aug 2009 20:55:49 +0100 Aidan Kehoe Support full Common Lisp multiple values in C.
Tue, 10 Feb 2009 16:07:31 +0000 Aidan Kehoe Make #$ truly read-only for Lisp; check this in the test suite.
Wed, 16 Jul 2008 22:36:03 +0200 Aidan Kehoe Error on over-long hex character escapes.
Wed, 07 May 2008 21:21:08 +0200 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out
Sun, 20 Jan 2008 19:53:54 +0100 Aidan Kehoe Support #!, to allow XEmacs to be called as a script interpreter.