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-04-24 |
Aidan Kehoe |
Make sure distinct symbol macros with identical names expand distinctly.
|
2011-01-05 |
Mats Lidell |
Merged with trunk.
|
2010-12-30 |
Mats Lidell |
Merged with trunk.
|
2010-11-26 |
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-03-17 |
Aidan Kehoe |
Conditionalise the old-* functions and byte codes at compile time.
|
2011-03-11 |
Aidan Kehoe |
Address the easy test failures in tests/automated.
|
2011-02-24 |
Aidan Kehoe |
#'substring-no-properties: check STRING's type, get_string_range_char won't.
|
2011-02-10 |
Aidan Kehoe |
Correct a bug with circularity checking in #'mapcar*, #'map, etc.
|
2011-02-07 |
Aidan Kehoe |
Improve the lexical scoping in #'block, #'return-from.
|
2011-01-23 |
Aidan Kehoe |
Loop at macroexpansion time when sanity-checking :start, :end keyword args.
|
2011-01-23 |
Aidan Kehoe |
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
|
2011-01-15 |
Aidan Kehoe |
Accept more complex TYPEs in #'concatenate, cl-extra.el
|
2011-01-14 |
Aidan Kehoe |
Pass in the DEFAULT argument to position() as documented, #'find.
|
2011-01-02 |
Aidan Kehoe |
Tweak a few compiler macros for functions in cl-seq.el.
|
2010-12-30 |
Aidan Kehoe |
Test sanity-checking of :start, :end keyword arguments when appropriate.
|
2010-11-20 |
Aidan Kehoe |
Have NATNUMP give t for positive bignums; check limits appropriately.
|
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-25 |
Aidan Kehoe |
Make sure (format "%b" 0) is non-zero length, print.c
|
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-08-15 |
Aidan Kehoe |
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
|
2010-08-15 |
Aidan Kehoe |
Print symbols with ratio-like names and the associated ratios distinctly.
|
2010-07-24 |
Aidan Kehoe |
Be more careful about side-effects from Lisp code, #'reduce
|
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 more careful about parentheses and number features, #'equalp tests
|
2010-03-13 |
Ben Wing |
Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
|
2010-02-19 |
Aidan Kehoe |
Use better types when ESCAPECHAR is specified, split_string_by_ichar_1
|
2010-02-07 |
Aidan Kehoe |
Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.
|
2010-02-19 |
Aidan Kehoe |
Fix a multiple-value bug, mapcarX; correct a comment and a label name.
|
2010-02-01 |
Ben Wing |
implement equalp in C, fix case-folding, add equal() method for keymaps
|
2010-01-30 |
Ben Wing |
fix longstanding search bug involving searching for Control-1 chars
|
2010-01-24 |
Aidan Kehoe |
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
|
2010-01-14 |
Ben Wing |
Create Assert-eq, Assert-equal, etc.
|
2010-01-01 |
Aidan Kehoe |
#'functionp gives nil for special forms, as in CL and GNU Emacs 23.
|
2009-12-31 |
Aidan Kehoe |
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
|
2009-11-14 |
Aidan Kehoe |
Make #'letf not error if handed a #'values form.
|
2009-11-02 |
Stephen J. Turnbull |
Fix typo in test of equalp and add more tests.
|
2009-11-01 |
Aidan Kehoe |
Don't error if handed a string and a non-string, #'equalp.
|
2009-09-06 |
Aidan Kehoe |
Fix various small issues with the multiple-value implementation.
|
2009-08-16 |
Aidan Kehoe |
Test the multiple-value functionality.
|
2009-08-11 |
Aidan Kehoe |
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
|
2009-02-10 |
Aidan Kehoe |
Make #$ truly read-only for Lisp; check this in the test suite.
|
2009-01-18 |
Aidan Kehoe |
Fix make check after my last change.
|
2009-01-18 |
Aidan Kehoe |
Print char table values correctly.
|
2009-01-11 |
Aidan Kehoe |
Add #'subr-arity, API taken from GNU, implementation our own.
|
2008-01-15 |
Aidan Kehoe |
Don't assume lisp-tests.el will be correctly read as UTF-8.
|
2008-01-15 |
Aidan Kehoe |
Avoid clearing print-gensym-alist inappropriately when printing hash tables.
|
2007-11-27 |
aidan |
[xemacs-hg @ 2007-11-27 13:51:03 by aidan]
|
2004-05-13 |
james |
[xemacs-hg @ 2004-05-13 15:33:15 by james]
|
2004-05-03 |
james |
[xemacs-hg @ 2004-05-03 15:08:41 by james]
|
2004-04-05 |
james |
[xemacs-hg @ 2004-04-05 22:49:31 by james]
|
2003-04-23 |
stephent |
[xemacs-hg @ 2003-04-23 15:42:44 by stephent]
|
2002-05-05 |
ben |
[xemacs-hg @ 2002-05-05 11:30:15 by ben]
|