log src/gc.c @ 5400:aa78b0b0b289

age author description
Mon, 05 Jul 2010 18:17:39 +0200 Marcus Crestani Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.
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
Wed, 24 Mar 2010 01:22:51 -0500 Ben Wing cleanup of code related to xfree(), better KKCC backtrace capabilities, document XD_INLINE_LISP_OBJECT_BLOCK_PTR, fix some memory leaks, other code cleanup
Mon, 22 Mar 2010 19:12:15 -0500 Ben Wing extract gap array from extents.c, use in range tables
Fri, 19 Mar 2010 14:47:44 -0500 Ben Wing more cleanups to object-memory-usage stuff
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
Sun, 21 Feb 2010 20:58:45 -0600 Ben Wing fix build problem with pdump
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
Mon, 08 Feb 2010 07:00:24 -0600 Ben Wing cleanups to debug-print, try harder to make it work during GC
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
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Tue, 19 Jan 2010 01:21:39 -0600 Ben Wing make it easier to debug staticpro crashes.