Mon, 18 Oct 2010 23:21:23 +0900 |
Stephen J. Turnbull |
Merge some permissions corrections to trunk.
|
Mon, 18 Oct 2010 23:03:27 +0900 |
Stephen J. Turnbull |
More permission consistency.
|
Mon, 14 Jun 2010 19:03:57 +0900 |
Stephen J. Turnbull |
More permission consistency.
|
Mon, 14 Jun 2010 15:47:30 +0900 |
Stephen J. Turnbull |
More permission consistency.
|
Mon, 14 Jun 2010 15:03:08 +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.
|
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
|
Thu, 16 Sep 2010 21:00:17 +0100 |
Aidan Kehoe |
Add an omitted comma, Check-Message, test-harness.el.
|
Thu, 16 Sep 2010 16:46:27 +0100 |
Aidan Kehoe |
Don't uselessly call #'nreverse, #'hash-table-key-list and friends.
|
Thu, 16 Sep 2010 15:58:10 +0100 |
Aidan Kehoe |
Use #'some, #'every, etc. for composing boolean operations on lists.
|
Thu, 16 Sep 2010 15:34:35 +0100 |
Aidan Kehoe |
Rephrase the #'the docstring, make it nicer while byte-compiling.
|
Thu, 16 Sep 2010 15:24:40 +0100 |
Aidan Kehoe |
Avoid byte compiler warnings, some needless consing, descr-text.el
|
Thu, 16 Sep 2010 15:06:38 +0100 |
Aidan Kehoe |
Change forms like (delq nil (mapcar ...)) to (mapcan ...).
|
Thu, 16 Sep 2010 14:31:40 +0100 |
Aidan Kehoe |
Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
|
Thu, 16 Sep 2010 14:10:44 +0100 |
Aidan Kehoe |
Warn at compile time, error at runtime, with (quote X Y), (function X Y).
|
Thu, 16 Sep 2010 13:51:49 +0100 |
Aidan Kehoe |
Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
|
Thu, 16 Sep 2010 13:36:03 +0100 |
Aidan Kehoe |
Add an implementation for #'the, cl-macs.el
|
Mon, 06 Sep 2010 17:29:51 +0100 |
Aidan Kehoe |
Move #'replace to C, add bounds-checking to it and to #'fill.
|
Sun, 05 Sep 2010 20:31:05 +0100 |
Aidan Kehoe |
Add support for the X11 dead-stroke in x-compose.el.
|
Fri, 03 Sep 2010 17:14:10 +0100 |
Aidan Kehoe |
Add fixnum as an accepted destination type, #'coerce
|
Thu, 02 Sep 2010 12:23:11 +0100 |
Aidan Kehoe |
Support process plists, for greater GNU compatibility.
|
Fri, 20 Aug 2010 13:04:54 +0200 |
Mike Sperber |
Add `save-some-buffers-action-alist'.
|
Fri, 20 Aug 2010 11:35:58 +0200 |
Mike Sperber |
Recover from merge SNAFU.
|
Wed, 18 Aug 2010 17:44:24 +0200 |
Mike Sperber |
Add ` diff-buffer-with-file'.
|
Sun, 15 Aug 2010 15:42:45 +0100 |
Aidan Kehoe |
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
|
Sat, 24 Jul 2010 17:38:35 +0100 |
Aidan Kehoe |
Bit vectors are also sequences; enforce this in some CL functions.
|
Sun, 13 Jun 2010 23:54:13 +0900 |
Stephen J. Turnbull |
Add ChangeLogs for recent address updates in permission notices.
|
Tue, 08 Jun 2010 16:37:32 +0100 |
Aidan Kehoe |
Fix a misspelling, diagnose.el.
|