log src/gc.c @ 5657:2a870a7b86bd

age author description
2010-10-14 Mats Lidell Changed bulk of GPLv2 or later files identified by script
2010-07-05 Marcus Crestani Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.
2010-04-05 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
2010-03-24 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
2010-03-23 Ben Wing extract gap array from extents.c, use in range tables
2010-03-19 Ben Wing more cleanups to object-memory-usage stuff
2010-03-13 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
2010-03-05 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
2010-02-22 Ben Wing fix build problem with pdump
2010-02-20 Ben Wing some random fixups
2010-02-09 Ben Wing enable more warnings and fix them
2010-02-08 Ben Wing cleanups to debug-print, try harder to make it work during GC
2010-02-04 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
2010-02-04 Ben Wing Automatic merge
2010-01-27 Ben Wing Mule-izing, various fixes related to char * arguments