Mercurial > hg > xemacs-beta
log src/elhash.c @ 4820:e6dec75ded0e
age | author | description |
---|---|---|
Sat, 09 Jan 2010 17:28:51 +0000 | Aidan Kehoe | Use keywords, not ordinary symbols, in the structure syntax for hash tables. |
Thu, 17 Dec 2009 17:29:32 +0000 | Aidan Kehoe | Make my last change to elhash.c more kosher, comparing pointers not ints |
Thu, 17 Dec 2009 14:51:37 +0000 | Aidan Kehoe | Cast enumerations to int before comparing them for the sake of VC++. |
Thu, 17 Dec 2009 13:50:45 +0000 | Aidan Kehoe | Serialise non-default hash table rehash thresholds correctly; use this. |
Sun, 20 Sep 2009 21:29:00 +0100 | Aidan Kehoe | Add argument information to remaining MANY or UNEVALLED C subrs. |
Tue, 25 Nov 2008 10:44:16 +0900 | Stephen J. Turnbull | Document non-obvious usages. |
Mon, 21 Jan 2008 22:12:36 +0100 | Aidan Kehoe | Document return values for #'puthash, #'clrhash. |