Tue, 17 Dec 2013 19:29:10 +0200 |
Aidan Kehoe |
Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
|
Sat, 05 May 2012 20:48:24 +0100 |
Aidan Kehoe |
Co-operate with the byte-optimizer in the bytecomp.el labels implementation.
|
Fri, 30 Dec 2011 16:05:31 +0000 |
Aidan Kehoe |
Integrate CL code better into core, remove obsolete compatibility code.
|
Sun, 09 Oct 2011 12:55:51 +0100 |
Aidan Kehoe |
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
|
Sun, 02 Oct 2011 15:32:16 +0100 |
Aidan Kehoe |
Support inlining labels, bytecomp.el.
|
Sun, 04 Sep 2011 20:37:55 +0100 |
Aidan Kehoe |
Drop cl-macro-environment in favour of byte-compile-macro-environment.
|
Tue, 26 Apr 2011 23:41:47 +0200 |
Mats Lidell |
Merged with trunk.
|
Sat, 23 Apr 2011 23:47:13 +0200 |
Mats Lidell |
Merge with trunk.
|
Mon, 07 Feb 2011 21:22:17 +0100 |
Mats Lidell |
Merge with trunk.
|
Wed, 19 Jan 2011 22:35:23 +0100 |
Mats Lidell |
Merge with trunk.
|
Sat, 23 Apr 2011 22:42:10 +0100 |
Aidan Kehoe |
Check types (unless `byte-compile-delete-errors' is t), #'char<, #'char=, etc.
|
Fri, 31 Dec 2010 00:27:29 +0100 |
Mats Lidell |
Merged with trunk.
|
Fri, 26 Nov 2010 06:43:36 +0100 |
Mats Lidell |
Merge with 21.5 trunk.
|
Thu, 28 Oct 2010 23:53:24 +0200 |
Mats Lidell |
Rebase with 21.5 trunk.
|
Thu, 14 Oct 2010 17:15:20 +0200 |
Mats Lidell |
Changed bulk of GPLv2 or later files identified by script
|
Sun, 17 Apr 2011 11:14:38 +0100 |
Aidan Kehoe |
Add various Common Lisp character functions, making porting CL code easier.
|
Tue, 29 Mar 2011 23:27:46 +0100 |
Aidan Kehoe |
Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs
|
Mon, 07 Feb 2011 12:01:24 +0000 |
Aidan Kehoe |
Improve the lexical scoping in #'block, #'return-from.
|
Sat, 15 Jan 2011 15:45:46 +0000 |
Aidan Kehoe |
Accept more complex TYPEs in #'concatenate, cl-extra.el
|
Wed, 29 Dec 2010 23:38:38 +0000 |
Aidan Kehoe |
Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.
|
Wed, 17 Nov 2010 14:30:03 +0000 |
Aidan Kehoe |
Handle slightly more complex type specifications, #'coerce, #'typep.
|
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.
|
Thu, 16 Sep 2010 20:34:49 +0100 |
Aidan Kehoe |
Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
|
Fri, 03 Sep 2010 17:14:10 +0100 |
Aidan Kehoe |
Add fixnum as an accepted destination type, #'coerce
|
Sat, 24 Jul 2010 17:38:35 +0100 |
Aidan Kehoe |
Bit vectors are also sequences; enforce this in some CL functions.
|
Wed, 02 Jun 2010 16:18:50 +0100 |
Aidan Kehoe |
Add Common Lisp's #'complement to cl-extra.el.
|
Sun, 30 May 2010 13:27:36 +0100 |
Aidan Kehoe |
Tidying of CL files; make docstrings read better, remove commented-out code
|
Sun, 21 Mar 2010 13:20:35 +0000 |
Aidan Kehoe |
Handle (function ...) specially, cl-prettyprint.
|
Wed, 24 Feb 2010 17:17:13 +0000 |
Aidan Kehoe |
Normally return a compiled function if one argument, #'constantly.
|