log src/bytecode.c @ 5635:2fc3f2f35523

age author description
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.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Fri, 26 Nov 2010 06:43:36 +0100 Mats Lidell Merge with 21.5 trunk.
Sun, 07 Nov 2010 00:22:33 +0100 Mats Lidell Merge with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 17 Mar 2011 20:13:00 +0000 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
Fri, 11 Mar 2011 20:40:01 +0000 Aidan Kehoe Address the easy test failures in tests/automated.
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Sat, 06 Nov 2010 21:18:52 +0000 Aidan Kehoe Accept sequences generally, not just lists, #'reverse, #'nreverse.
Sat, 17 Apr 2010 10:40:03 +0100 Aidan Kehoe Keep around file info for dumped functions and variables without docstrings.
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
Mon, 15 Mar 2010 16:35:38 -0500 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
Sun, 07 Mar 2010 02:09:59 -0600 Ben Wing merge ben-lisp-object
Fri, 05 Mar 2010 04:08:17 -0600 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
Wed, 24 Feb 2010 01:58:04 -0600 Ben Wing merge ben-lisp-object
Wed, 20 Jan 2010 07:05:57 -0600 Ben Wing separate regular and disksave finalization, print method fixes. ben-lisp-object
Sat, 26 Dec 2009 21:18:49 -0600 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
Sat, 26 Dec 2009 00:20:27 -0600 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
Thu, 04 Mar 2010 07:26:05 -0600 Ben Wing merge
Tue, 02 Mar 2010 05:22:10 -0600 Ben Wing fix compile errors/warnings
Wed, 03 Mar 2010 18:40:12 +0000 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
Fri, 05 Feb 2010 04:07:47 -0600 Ben Wing fix compile problems in bytecode.c when no error-check-byte-code (issue 666)
Thu, 04 Feb 2010 05:39:00 -0600 Ben Wing fix compile problems
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Mon, 01 Feb 2010 14:11:36 -0600 Ben Wing merge
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Thu, 28 Jan 2010 02:48:45 -0600 Ben Wing merge
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Wed, 03 Feb 2010 09:31:49 -0600 Ben Wing fix minor compile problem