log

age author description
Mon, 07 Feb 2011 00:03:41 +0000 Aidan Kehoe Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.
Sun, 06 Feb 2011 23:46:17 +0000 Aidan Kehoe Supply check_string_lessp_nokey explicitly to list_sort(), #'apropos-internal
Sat, 05 Feb 2011 12:04:34 +0000 Aidan Kehoe Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
Sun, 30 Jan 2011 14:27:31 +0100 Mike Sperber Unbreak font-lock during `revert-buffer.
Sun, 30 Jan 2011 12:20:19 +0100 Mike Sperber Don't commit suicide when an X device dies.
Sun, 23 Jan 2011 13:56:37 +0000 Aidan Kehoe Loop at macroexpansion time when sanity-checking :start, :end keyword args.
Sun, 23 Jan 2011 13:13:54 +0000 Aidan Kehoe Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
Sun, 23 Jan 2011 12:47:02 +0000 Aidan Kehoe Use Ben's recently-introduced listu (), where appropriate.
Sat, 22 Jan 2011 23:29:25 +0000 Aidan Kehoe Don't quote keywords, they've been self-quoting for well over a decade.
Sat, 22 Jan 2011 17:21:22 +0000 Aidan Kehoe Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
Sat, 22 Jan 2011 17:20:19 +0000 Aidan Kehoe Require that NAME be an unquoted symbol, #'block, #'return-from
Tue, 18 Jan 2011 10:01:29 +0100 Mike Sperber Zap freebsd.h.
Sat, 15 Jan 2011 17:24:06 +0000 Aidan Kehoe Try again, s/usg5-4.h, this type with qxestrcpy_ascii(), etc.
Sat, 15 Jan 2011 15:45:46 +0000 Aidan Kehoe Accept more complex TYPEs in #'concatenate, cl-extra.el
Fri, 14 Jan 2011 23:35:29 +0000 Aidan Kehoe Move #'delq, #'delete to Lisp, adding support for sequences.
Fri, 14 Jan 2011 23:23:30 +0000 Aidan Kehoe Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h
Fri, 14 Jan 2011 23:16:25 +0000 Aidan Kehoe Pass in the DEFAULT argument to position() as documented, #'find.
Tue, 11 Jan 2011 13:39:35 +0000 Aidan Kehoe Replace POSIX index(3) with C89 strchr(3), lwlib-fonts.c
Mon, 10 Jan 2011 20:00:57 +0000 Aidan Kehoe Replace some C++ comments with C89-style /* */ comments, mc-alloc.c
Mon, 10 Jan 2011 17:55:06 +0000 Aidan Kehoe Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!
Sun, 02 Jan 2011 18:05:05 +0000 Aidan Kehoe Let's try that last commit again; remove some more duplicate declarations.
Sun, 02 Jan 2011 17:37:17 +0000 Aidan Kehoe Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c
Sun, 02 Jan 2011 17:04:13 +0000 Aidan Kehoe Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list
Sun, 02 Jan 2011 16:18:26 +0000 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
Sun, 02 Jan 2011 02:32:59 +0000 Aidan Kehoe Merge.
Thu, 30 Dec 2010 01:59:52 +0000 Aidan Kehoe Move the heavy lifting from cl-seq.el to C.
Sun, 02 Jan 2011 00:06:14 +0000 Aidan Kehoe Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
Sat, 01 Jan 2011 20:08:44 +0000 Aidan Kehoe Be more helpful in printing ephemerons, weak lists, and weak boxes.
Thu, 30 Dec 2010 13:46:50 +0000 Aidan Kehoe Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.
Thu, 30 Dec 2010 01:14:13 +0000 Aidan Kehoe Test sanity-checking of :start, :end keyword arguments when appropriate.