log src/elhash.c @ 5665:8593e614573a

age author description
2011-10-09 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
2011-09-04 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
2011-06-19 Aidan Kehoe Expand the documentation of #'eq-hash, mention the CL PRINT-OBJECT protocol
2011-03-28 Mats Lidell Merged with trunk.
2010-12-30 Mats Lidell Merged with trunk.
2010-11-26 Mats Lidell Merge with 21.5 trunk.
2010-10-14 Mats Lidell Changed bulk of GPLv2 or later files identified by script
2011-03-24 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
2010-12-30 Aidan Kehoe Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
2010-11-20 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
2010-09-18 Aidan Kehoe Simplify the API of PARSE_KEYWORDS for callers.
2010-06-13 Stephen J. Turnbull Fix typo in permission notice of elhash.c.
2010-05-31 Aidan Kehoe Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 1
2010-04-07 Ben Wing fix cygwin compile, fix warning and style in elhash.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-19 Ben Wing more cleanups to object-memory-usage stuff
2010-03-15 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
2010-03-13 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
2010-03-07 Ben Wing merge ben-lisp-object
2010-03-05 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
2010-02-24 Ben Wing merge ben-lisp-object
2010-01-20 Ben Wing separate regular and disksave finalization, print method fixes. ben-lisp-object
2009-12-28 Ben Wing latest work on lisp-object workspace; ben-lisp-object
2009-12-27 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
2009-12-26 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
2010-03-01 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
2010-02-04 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
2010-02-01 Ben Wing merge
2010-01-28 Ben Wing merge