log

age author description
Mon, 14 Jun 2010 15:03:08 +0900 Stephen J. Turnbull More permission consistency.
Mon, 14 Jun 2010 01:12:54 +0900 Stephen J. Turnbull More permission consistency.
Thu, 14 Oct 2010 18:50:38 +0100 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
Tue, 12 Oct 2010 21:11:46 +0100 Aidan Kehoe Make the order of preloaded-file-list more sane.
Tue, 12 Oct 2010 18:14:12 +0100 Aidan Kehoe Don't share a counter when checking for circularity, list_merge().
Sun, 10 Oct 2010 12:32:38 +0100 Aidan Kehoe Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp
Sun, 10 Oct 2010 12:13:32 +0100 Aidan Kehoe Remove a couple of redundant functions, backquote.el
Mon, 20 Sep 2010 23:22:50 +0100 Aidan Kehoe Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.
Sat, 18 Sep 2010 18:02:28 +0100 Aidan Kehoe Turns out #elsif is not valid preprocessor syntax, who knew!
Sat, 18 Sep 2010 16:46:56 +0100 Aidan Kehoe Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
Sat, 18 Sep 2010 15:57:20 +0100 Aidan Kehoe Simplify the API of PARSE_KEYWORDS for callers.
Sat, 18 Sep 2010 15:03:54 +0100 Aidan Kehoe Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.
Sat, 18 Sep 2010 14:54:45 +0100 Aidan Kehoe Avoid statement-before-declaration problems with strict C89 builds, fns.c
Thu, 16 Sep 2010 21:00:17 +0100 Aidan Kehoe Add an omitted comma, Check-Message, test-harness.el.
Thu, 16 Sep 2010 20:34:49 +0100 Aidan Kehoe Accept circular lists where that is useful in #'mapcar*, #'map* and friends.