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
|