Wed, 21 Dec 2011 16:54:30 +0000 |
Aidan Kehoe |
Call #'cl-macroexpand-all in #'cl-transform-function-property
|
Fri, 09 Dec 2011 08:38:07 +0000 |
Aidan Kehoe |
Correct and clarify docstring, #'load-time-value
|
Sat, 08 Oct 2011 12:26:09 +0100 |
Aidan Kehoe |
Move macros with shadows in bytecomp.el to the end of the files, cl-macs
|
Sun, 02 Oct 2011 15:32:16 +0100 |
Aidan Kehoe |
Support inlining labels, bytecomp.el.
|
Sun, 11 Sep 2011 16:05:05 +0100 |
Aidan Kehoe |
Be more careful still in #'cl-defsubst-expand.
|
Sat, 10 Sep 2011 13:17:29 +0100 |
Aidan Kehoe |
#'cl-defsubst-expand; avoid mutually-recursive symbol macros.
|
Wed, 07 Sep 2011 21:21:36 +0100 |
Aidan Kehoe |
Replace #'flet by #'labels where appropriate, core code.
|
Wed, 07 Sep 2011 16:26:45 +0100 |
Aidan Kehoe |
Improve the implementation, documentation of #'labels, #'flet.
|
Sun, 04 Sep 2011 20:37:55 +0100 |
Aidan Kehoe |
Drop cl-macro-environment in favour of byte-compile-macro-environment.
|
Sun, 04 Sep 2011 20:35:31 +0100 |
Aidan Kehoe |
Add a defsetf for get-char-table, necessary for the tests in the last commit.
|
Wed, 24 Aug 2011 11:06:41 +0100 |
Aidan Kehoe |
Add an assertion about argument order to #'apply-partially compiler macro
|
Fri, 12 Aug 2011 16:02:30 +0100 |
Aidan Kehoe |
Add the #'apply-partially API, as used by GNU.
|
Sun, 19 Jun 2011 19:47:13 +0100 |
Aidan Kehoe |
Fix a bug in my last commit, symbol macros that expand to themselves hang.
|
Sun, 19 Jun 2011 19:03:39 +0100 |
Aidan Kehoe |
Improve #'defsubst* a little, document a bug that remains.
|
Sun, 19 Jun 2011 17:43:03 +0100 |
Aidan Kehoe |
Reimplement a few GNU functions in terms of CL functions, subr.el
|
Sun, 29 May 2011 18:17:09 +0100 |
Aidan Kehoe |
Be a little better about deciding when to add CL docstring argument info.
|
Wed, 25 May 2011 14:01:38 +0200 |
Didier Verna |
Fix CL compliance of [symbol-]macrolet.
|
Wed, 18 May 2011 14:21:52 +0100 |
Aidan Kehoe |
Remove `bind-inits', cl-macs.el, it's no longer used.
|
Fri, 06 May 2011 10:37:14 +0100 |
Aidan Kehoe |
Correct the definition of #'cl-non-fixnum-number-p on 32-bit machines.
|
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.
|
Tue, 29 Mar 2011 00:02:47 +0200 |
Mats Lidell |
Merged with trunk.
|
Thu, 17 Mar 2011 23:42:59 +0100 |
Mats Lidell |
Merge with trunk.
|
Mon, 14 Feb 2011 22:43:46 +0100 |
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.
|
Sun, 24 Apr 2011 09:52:45 +0100 |
Aidan Kehoe |
Make sure distinct symbol macros with identical names expand distinctly.
|
Thu, 06 Jan 2011 00:35:22 +0100 |
Mats Lidell |
Merged with trunk.
|
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.
|
Mon, 15 Nov 2010 22:33:52 +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
|
Sat, 02 Apr 2011 16:13:20 +0100 |
Aidan Kehoe |
Implement #'load-time-value less hackishly, by modifying the byte compiler.
|
Thu, 24 Mar 2011 11:00:11 -0600 |
Jerry James |
Fix misspelled words, and some grammar, across the entire source tree.
|
Mon, 21 Mar 2011 12:27:07 +0000 |
Aidan Kehoe |
Add compiler macros for #'revappend, #'nreconc.
|
Mon, 21 Mar 2011 12:19:25 +0000 |
Aidan Kehoe |
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x40000000
|
Thu, 17 Mar 2011 21:07:16 +0000 |
Aidan Kehoe |
Eliminate unused blocks named nil, too, cl-macs.el, bytecomp.el
|
Tue, 08 Mar 2011 23:57:21 +0000 |
Aidan Kehoe |
Use Common Lisp-derived builtins in a few more places in core Lisp.
|
Tue, 08 Mar 2011 23:41:52 +0000 |
Aidan Kehoe |
Examining the result of #'length: `eql', not `=', it's better style & cheaper
|
Sat, 12 Feb 2011 14:07:38 +0000 |
Aidan Kehoe |
Be better about eliminating `block's that are not `return-from'd, bytecomp.el
|
Mon, 07 Feb 2011 12:01:24 +0000 |
Aidan Kehoe |
Improve the lexical scoping in #'block, #'return-from.
|
Sun, 23 Jan 2011 13:13:54 +0000 |
Aidan Kehoe |
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
|
Sat, 22 Jan 2011 17:20:19 +0000 |
Aidan Kehoe |
Require that NAME be an unquoted symbol, #'block, #'return-from
|
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.
|
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 00:06:14 +0000 |
Aidan Kehoe |
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
|
Wed, 29 Dec 2010 23:56:57 +0000 |
Aidan Kehoe |
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
|
Wed, 29 Dec 2010 23:53:48 +0000 |
Aidan Kehoe |
#'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
|
Wed, 29 Dec 2010 23:47:30 +0000 |
Aidan Kehoe |
= < > <= >=: it's OK to use the compiler macro when first, last args side effect
|
Wed, 29 Dec 2010 23:43:10 +0000 |
Aidan Kehoe |
Unrool a load-time loop at macro expansion time, cl-macs.el
|
Wed, 17 Nov 2010 14:30:03 +0000 |
Aidan Kehoe |
Handle slightly more complex type specifications, #'coerce, #'typep.
|
Sun, 14 Nov 2010 13:46:29 +0000 |
Aidan Kehoe |
Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
|
Mon, 25 Oct 2010 13:04:04 +0100 |
Aidan Kehoe |
Add compiler macros and compilation sanity-checks for functions with keywords.
|
Thu, 14 Oct 2010 18:50:38 +0100 |
Aidan Kehoe |
Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
|
Thu, 16 Sep 2010 15:34:35 +0100 |
Aidan Kehoe |
Rephrase the #'the docstring, make it nicer while byte-compiling.
|
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 13:36:03 +0100 |
Aidan Kehoe |
Add an implementation for #'the, cl-macs.el
|
Sat, 24 Jul 2010 17:38:35 +0100 |
Aidan Kehoe |
Bit vectors are also sequences; enforce this in some CL functions.
|