Mercurial > hg > xemacs-beta
log lisp/cl-macs.el @ 5015:d95c102a96d3
age | author | description |
---|---|---|
2010-02-03 | Aidan Kehoe | Move #'some, #'every to C, implementing them with mapcarX. |
2010-02-03 | Aidan Kehoe | Merge. |
2010-01-31 | Aidan Kehoe | Move the various map* functions to C; add #'map-into. |
2010-02-01 | Aidan Kehoe | Make canoncase visible to Lisp; use it with chars in internal_equalp. |
2010-02-01 | Ben Wing | implement equalp in C, fix case-folding, add equal() method for keymaps |
2010-01-24 | Aidan Kehoe | Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums |
2010-01-09 | Aidan Kehoe | Use keywords, not ordinary symbols, in the structure syntax for hash tables. |
2010-01-07 | Aidan Kehoe | Add a compiler macro for #'map, where CL-TYPE is constant and understood. |
2009-12-31 | Aidan Kehoe | Merge. |
2009-12-19 | Aidan Kehoe | Remove attempted support for 1996-era emacs without self-quoting keywords. |
2009-12-31 | Aidan Kehoe | Make #'equalp more compatible with CL; add a compiler macro, test & doc it. |
2009-12-18 | Aidan Kehoe | Eliminate most core code byte-compile warnings. |