Fix typos in docstrings and function names.
[sbcl.git] / src / code / target-hash-table.lisp
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2011-11-10 Nikodemus Siivolaunify locks
2010-04-07 Nikodemus Siivola1.0.37.52: better MAKE-HASH-TABLE :WEAKNESS documentation
2009-05-21 Nikodemus Siivola1.0.28.63: SB-EXT:DEFINE-HASH-TABLE-TEST
2008-12-21 Nikodemus Siivola1.0.23.61: tweak concurrent hash-table access check
2008-10-31 Nikodemus Siivola1.0.22.3: use EQ instead of EQL to check *GC-EPOCH*
2008-08-04 Nikodemus Siivola1.0.19.20: fast CLRHASH on empty hash-tables
2008-06-30 Nikodemus Siivola1.0.18.7: just one POWER-OF-TWO-CEILING, thank you
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2008-02-08 Nikodemus Siivola1.0.14.0.23: hash-table printing improvements
2008-02-04 Nikodemus Siivola1.0.14.18: fix bogus STYLE-WARNING for MAKE-HASH-TABLE...
2008-01-03 Juho Snellman1.0.13.12: Make :SB-HASH-TABLE-DEBUG feature more useful
2007-11-12 Nikodemus Siivola1.0.11.22: hash-table synchronization support
2007-11-06 Nikodemus Siivola1.0.11.12: MAPHASH and WITH-HASH-TABLE documentation
2007-11-06 Nikodemus Siivola1.0.11.10: remove useless WITHOUT-GCING
2007-11-06 Nikodemus Siivola1.0.11.9: whitespace
2007-10-14 Juho Snellman1.0.10.46: Inline the local functions in MAYBE-REHASH
2007-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-06-28 Nikodemus Siivola1.0.7.3: non-consing GETHASH and (SETF GETHASH)
2007-04-29 Nikodemus Siivola1.0.5.6: compare-and-swap / instance-set-conditional...
2007-04-29 Nikodemus Siivola1.0.5.2: non-racy WITH-SPINLOCK-AND-WITHOUT-GCING
2007-04-14 Juho Snellman1.0.4.87: better EQUALP hash function for arrays
2007-04-14 Juho Snellman1.0.4.84: better EQUAL hash-tables, revert 0.9.15.21...
2007-04-06 Nikodemus Siivola1.0.4.30: make WITH-SPINLOCK-AND-WITHOUT-GCING inhibit...
2007-03-31 Nikodemus Siivola1.0.4.11: trivial hash-table cleanup / optimization
2006-09-15 Gabor Melis0.9.16.32: weak hash tables
2006-08-20 Gabor Melis0.9.15.41: preparation for weak hash tables
2005-11-20 Gabor Melis0.9.6.53: in the name of stability and goodwill
2005-11-18 Gabor Melis0.9.6.52:
2005-11-18 Gabor Melis0.9.6.50: stability before creativity
2005-09-02 Christophe Rhodes0.9.4.24:
2005-08-16 Juho Snellman0.9.3.60:
2005-08-09 Gabor Melis0.9.3.34: cosmetics
2005-08-05 Paul F. Dietz0.9.3.30:
2005-08-05 Paul F. Dietz0.9.3.29:
2005-07-14 William Harold Newman0.9.2.43:
2005-01-06 Christophe Rhodes0.8.18.14:
2004-05-12 Christophe Rhodes0.8.10.21:
2004-03-15 Christophe Rhodes0.8.8.26:
2003-11-29 Christophe Rhodes0.8.6.15:
2003-05-05 Christophe Rhodes0.8alpha.0.13:
2002-08-14 William Harold Newman0.7.6.20:
2002-02-15 William Harold Newman0.7.1.20:
2001-11-02 William Harold Newman0.pre7.83:
2001-10-06 William Harold Newman0.pre7.50:
2001-10-06 William Harold Newman0.pre7.49:
2001-07-30 William Harold Newman0.6.12.49:
2001-05-20 William Harold Newman0.6.12.11:
2001-05-20 William Harold Newman0.6.12.10:
2001-03-22 William Harold Newman0.6.11.23:
2000-12-14 William Harold Newman0.6.9.7:
2000-11-05 William Harold Newman0.6.8.9:
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-09-22 William Harold Newmanprimarily intending to integrate Colin Walter's O(N...
2000-09-18 William Harold NewmanInitial revision