log

age author description
2011-03-08 Aidan Kehoe Remove various redundant wrapper lambdas, core lisp.
2011-03-01 Aidan Kehoe Automated merge with file:///home/aidan/xemacs-21.5-checked-out
2011-03-01 Aidan Kehoe Change "special form" to "special operator" in the manuals, too
2011-02-24 Aidan Kehoe #'substring-no-properties: check STRING's type, get_string_range_char won't.
2011-02-19 Aidan Kehoe Document the CL set functions and #'eql in the Lispref, not just cl.texi
2011-02-16 Aidan Kehoe #'byte-compile-normal-call; only examine properties of (car FORM) if a symbol
2011-02-16 Aidan Kehoe xemacs.def.in.in: no longer export acons(), export Facons() instead.
2011-02-12 Aidan Kehoe Be better about eliminating `block's that are not `return-from'd, bytecomp.el
2011-02-10 Aidan Kehoe Correct a bug with circularity checking in #'mapcar*, #'map, etc.
2011-02-09 Aidan Kehoe Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
2011-02-07 Aidan Kehoe Improve the lexical scoping in #'block, #'return-from.
2011-02-07 Aidan Kehoe Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.
2011-02-06 Aidan Kehoe Supply check_string_lessp_nokey explicitly to list_sort(), #'apropos-internal
2011-02-05 Aidan Kehoe Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
2011-01-30 Mike Sperber Unbreak font-lock during `revert-buffer.
2011-01-30 Mike Sperber Don't commit suicide when an X device dies.
2011-01-23 Aidan Kehoe Loop at macroexpansion time when sanity-checking :start, :end keyword args.
2011-01-23 Aidan Kehoe Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
2011-01-23 Aidan Kehoe Use Ben's recently-introduced listu (), where appropriate.
2011-01-22 Aidan Kehoe Don't quote keywords, they've been self-quoting for well over a decade.
2011-01-22 Aidan Kehoe Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
2011-01-22 Aidan Kehoe Require that NAME be an unquoted symbol, #'block, #'return-from
2011-01-18 Mike Sperber Zap freebsd.h.
2011-01-15 Aidan Kehoe Try again, s/usg5-4.h, this type with qxestrcpy_ascii(), etc.
2011-01-15 Aidan Kehoe Accept more complex TYPEs in #'concatenate, cl-extra.el
2011-01-14 Aidan Kehoe Move #'delq, #'delete to Lisp, adding support for sequences.
2011-01-14 Aidan Kehoe Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h
2011-01-14 Aidan Kehoe Pass in the DEFAULT argument to position() as documented, #'find.