2011-12-04 |
Aidan Kehoe |
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
|
2011-10-09 |
Aidan Kehoe |
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
|
2011-10-09 |
Aidan Kehoe |
Mechanically change INT to FIXNUM in our sources.
|
2011-09-04 |
Aidan Kehoe |
Implement print-circle, allowing recursive and circular structures to be read.
|
2011-06-19 |
Aidan Kehoe |
Correct a couple of comments, remove a superfluous gcpro1, fns.c
|
2011-06-01 |
Didier Verna |
Backed out changeset fa5fc2e3d9a6
|
2011-06-01 |
Didier Verna |
New function OBJECT-ADDRESS.
|
2011-05-20 |
Aidan Kehoe |
Remove the LOSING_BYTECODE compile-time option, it's been off since 1997.
|
2011-05-07 |
Aidan Kehoe |
Move #'split-path to subr.el, as was always the intention.
|
2011-04-23 |
Mats Lidell |
Merge with trunk.
|
2011-03-17 |
Mats Lidell |
Merge with trunk.
|
2011-02-22 |
Mats Lidell |
Merge with trunk.
|
2011-02-14 |
Mats Lidell |
Merge with trunk.
|
2011-02-07 |
Mats Lidell |
Merge with trunk.
|
2011-01-19 |
Mats Lidell |
Merge with trunk.
|
2011-01-05 |
Mats Lidell |
Merged with trunk.
|
2010-12-06 |
Mats Lidell |
Merged with trunk.
|
2010-11-26 |
Mats Lidell |
Merge with 21.5 trunk.
|
2010-11-15 |
Mats Lidell |
Merge with 21.5 trunk.
|
2010-11-06 |
Mats Lidell |
Merge 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-04-04 |
Aidan Kehoe |
Correct some interactions of :from-end and :count, #'delete*, #'remove*
|
2011-04-04 |
Aidan Kehoe |
Correct some nesting of GCPRO and UNGCPRO, thank you Mats' buildbot!
|
2011-04-03 |
Aidan Kehoe |
Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c
|
2011-03-17 |
Aidan Kehoe |
Conditionalise the old-* functions and byte codes at compile time.
|
2011-02-24 |
Aidan Kehoe |
#'substring-no-properties: check STRING's type, get_string_range_char won't.
|
2011-02-19 |
Aidan Kehoe |
Document the CL set functions and #'eql in the Lispref, not just cl.texi
|
2011-02-10 |
Aidan Kehoe |
Correct a bug with circularity checking in #'mapcar*, #'map, etc.
|
2011-02-05 |
Aidan Kehoe |
Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
|
2011-01-14 |
Aidan Kehoe |
Move #'delq, #'delete to Lisp, adding support for sequences.
|
2011-01-14 |
Aidan Kehoe |
Pass in the DEFAULT argument to position() as documented, #'find.
|
2011-01-02 |
Aidan Kehoe |
Let's try that last commit again; remove some more duplicate declarations.
|
2011-01-02 |
Aidan Kehoe |
Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c
|
2010-12-30 |
Aidan Kehoe |
Move the heavy lifting from cl-seq.el to C.
|
2010-11-30 |
Aidan Kehoe |
#'fill; move all declarations before statements, for the Visual Studio build
|
2010-11-20 |
Aidan Kehoe |
Have NATNUMP give t for positive bignums; check limits appropriately.
|
2010-11-17 |
Aidan Kehoe |
Handle bignum N correctly, #'butlast, #'nbutlast.
|
2010-11-14 |
Aidan Kehoe |
Fix some bugs in fns.c, discovered in passing while doing other work.
|
2010-11-14 |
Aidan Kehoe |
Correct argument name in docstring, #'random.
|
2010-11-06 |
Aidan Kehoe |
Accept sequences generally, not just lists, #'reverse, #'nreverse.
|
2010-11-06 |
Aidan Kehoe |
Error in #'list-length if LIST is dotted; check for this error with #'mapcar
|
2010-10-14 |
Aidan Kehoe |
Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
|
2010-10-12 |
Aidan Kehoe |
Don't share a counter when checking for circularity, list_merge().
|
2010-09-18 |
Aidan Kehoe |
Simplify the API of PARSE_KEYWORDS for callers.
|
2010-09-18 |
Aidan Kehoe |
Avoid statement-before-declaration problems with strict C89 builds, fns.c
|
2010-09-16 |
Aidan Kehoe |
Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
|
2010-09-16 |
Aidan Kehoe |
Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.
|
2010-09-07 |
Aidan Kehoe |
Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
|
2010-09-06 |
Aidan Kehoe |
Move #'replace to C, add bounds-checking to it and to #'fill.
|
2010-09-02 |
Aidan Kehoe |
Support process plists, for greater GNU compatibility.
|
2010-09-01 |
Aidan Kehoe |
Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()
|
2010-07-24 |
Aidan Kehoe |
Be more careful about side-effects from Lisp code, #'reduce
|
2010-06-06 |
Aidan Kehoe |
Move #'reduce to fns.c from cl-seq.el.
|
2010-06-01 |
Aidan Kehoe |
Add #'substring-no-properties, omitting any extent data.
|
2010-04-05 |
Aidan Kehoe |
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
|
2010-04-03 |
Aidan Kehoe |
Be much more careful about resizing a string argument, #'fill
|
2010-04-02 |
Aidan Kehoe |
Call init_string_ascii_begin() in #'sort*, #'fill, don't be clever.
|
2010-04-01 |
Aidan Kehoe |
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
|
2010-03-07 |
Ben Wing |
merge
ben-lisp-object
|