log src/alloc.c @ 5307:c096d8051f89

age author description
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Tue, 08 Jun 2010 15:58:47 +0100 Aidan Kehoe Move #'purecopy from alloc.c to being an obsolete alias for #'identity
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, 29 Mar 2010 22:47:55 -0500 Ben Wing add memory usage info for specifiers
Mon, 29 Mar 2010 00:11:03 -0500 Ben Wing merge
Thu, 25 Mar 2010 06:07:25 -0500 Ben Wing various fixes to memory-usage stats
Sun, 21 Mar 2010 04:41:49 -0500 Ben Wing clean up, rearrange allocation statistics code
Sun, 21 Mar 2010 13:25:21 +0000 Aidan Kehoe Don't assume a Lisp_Object will fit in a Bytecount, src/alloc.c
Sat, 20 Mar 2010 20:20:30 -0500 Ben Wing fix various problems with allocation statistics, track overhead properly
Fri, 19 Mar 2010 17:02:11 -0500 Ben Wing merge
Fri, 19 Mar 2010 14:47:44 -0500 Ben Wing more cleanups to object-memory-usage stuff
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Tue, 16 Mar 2010 23:09:34 -0500 Ben Wing fix compilation problems identified by Robert Delius Royar
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
Sat, 13 Mar 2010 05:38:08 -0600 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_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 19:04:27 -0600 Ben Wing merge 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
Mon, 28 Dec 2009 01:15:52 -0600 Ben Wing latest work on lisp-object workspace; 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
Mon, 22 Feb 2010 06:56:35 -0600 Ben Wing fix compile warning
Sun, 21 Feb 2010 15:29:12 -0600 Ben Wing fix memory usage stats to include pdumped objects
Sun, 21 Feb 2010 05:19:08 -0600 Ben Wing clean up a bit the object-memory-usage-stats after gc
Sat, 20 Feb 2010 03:24:08 -0600 Ben Wing some random fixups
Mon, 08 Feb 2010 21:28:57 -0600 Ben Wing enable more warnings and fix them
Thu, 04 Feb 2010 07:28:14 -0600 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Mon, 01 Feb 2010 13:35:15 -0600 Ben Wing fix compile error