log src/elhash.c @ 5940:c608d4b0b75e cygwin64 tip

age author description
2013-06-17 Jerry James Convert C (un)signed long long values to bignums properly.
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