Mercurial > hg > xemacs-beta
log src/bytecode.c @ 5098:e402e3506a53
age | author | description |
---|---|---|
2010-03-04 | Ben Wing | merge |
2010-03-02 | Ben Wing | fix compile errors/warnings |
2010-03-03 | Aidan Kehoe | Make #'substring an alias of #'subseq; give the latter the byte code. |
2010-02-05 | Ben Wing | fix compile problems in bytecode.c when no error-check-byte-code (issue 666) |
2010-02-04 | Ben Wing | fix compile problems |
2010-02-04 | Ben Wing | Automatic merge |
2010-02-01 | Ben Wing | merge |
2010-02-01 | Ben Wing | merge |
2010-01-28 | Ben Wing | merge |
2010-01-27 | Ben Wing | Mule-izing, various fixes related to char * arguments |
2010-02-03 | Ben Wing | fix minor compile problem |
2010-02-03 | Ben Wing | add more byte-code assertions and better failure output |
2010-02-02 | Ben Wing | When aborting due to unknown opcode, output more descriptive msg |
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 |