2012-05-12 |
Aidan Kehoe |
Avoid signalling args-out-of-range errors, #'truncate-string-to-width
|
2012-05-12 |
Aidan Kehoe |
Sync #'truncate-string-to-width with GNU, add tests for it.
|
2012-05-05 |
Aidan Kehoe |
Remove some redundant functions, change others to labels, lisp/
|
2011-12-30 |
Aidan Kehoe |
Integrate CL code better into core, remove obsolete compatibility code.
|
2011-12-30 |
Aidan Kehoe |
Don't error with a non-list plist, #'copy-symbol
|
2011-08-12 |
Aidan Kehoe |
Add the #'apply-partially API, as used by GNU.
|
2011-06-19 |
Aidan Kehoe |
Reimplement a few GNU functions in terms of CL functions, subr.el
|
2011-05-08 |
Aidan Kehoe |
Complete support for macro-declaration-function, bytecomp{,-runtime}.el
|
2011-05-07 |
Aidan Kehoe |
Move #'split-path to subr.el, as was always the intention.
|
2011-04-30 |
Didier Verna |
Import looking-back from GNU Emacs.
|
2011-03-17 |
Mats Lidell |
Merge with trunk.
|
2011-01-19 |
Mats Lidell |
Merge with trunk.
|
2011-01-05 |
Mats Lidell |
Merged with trunk.
|
2010-12-30 |
Mats Lidell |
Merged with trunk.
|
2010-10-28 |
Mats Lidell |
Rebase with 21.5 trunk.
|
2010-10-14 |
Mats Lidell |
Changed bulk of GPLv2 or later files identified by script
|
2011-03-08 |
Aidan Kehoe |
Examining the result of #'length: `eql', not `=', it's better style & cheaper
|
2011-01-14 |
Aidan Kehoe |
Move #'delq, #'delete to Lisp, adding support for sequences.
|
2010-12-30 |
Aidan Kehoe |
Move the heavy lifting from cl-seq.el to C.
|
2010-12-30 |
Aidan Kehoe |
Implement some basic Lisp functions in terms of Common Lisp builtins.
|
2010-10-12 |
Aidan Kehoe |
Make the order of preloaded-file-list more sane.
|
2010-10-10 |
Aidan Kehoe |
Remove a couple of redundant functions, backquote.el
|
2010-05-30 |
Aidan Kehoe |
Add `float-time', implemented in Lisp.
|
2010-04-01 |
Aidan Kehoe |
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
|
2010-03-03 |
Aidan Kehoe |
Make #'substring an alias of #'subseq; give the latter the byte code.
|
2010-02-07 |
Aidan Kehoe |
Do not assume #'format-decode exists in fileio.c.
|
2010-01-31 |
Aidan Kehoe |
Change "special form" to "special operator" in our sources.
|
2010-01-09 |
Aidan Kehoe |
Fix a bug I introduced in #'with-trapping-errors.
|
2010-01-01 |
Aidan Kehoe |
Use uninterned symbols in various information-hiding contexts.
|
2009-01-11 |
Aidan Kehoe |
Add #'subr-arity, API taken from GNU, implementation our own.
|
2008-09-27 |
Stephen J. Turnbull |
Document initial position of point in `with-string-as-buffer-contents'.
|
2008-08-27 |
Aidan Kehoe |
Correct the implementation, add a few basic tests for #'skip-chars-quote.
|