Sat, 11 Apr 2015 18:06:17 +0100 |
Aidan Kehoe |
Correct a bug in #'check-type, non-setf'able PLACEs
|
Wed, 08 Apr 2015 21:03:18 +0100 |
Aidan Kehoe |
Be more careful about C integer overflow, #'parse-integer.
|
Mon, 16 Mar 2015 00:28:18 +0000 |
Aidan Kehoe |
Add the non-ASCII digit support, now #'parse-integer can handle it.
|
Thu, 12 Mar 2015 16:27:13 +0000 |
Aidan Kehoe |
Merge.
|
Wed, 25 Feb 2015 11:47:12 +0000 |
Aidan Kehoe |
Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits.
|
Wed, 04 Mar 2015 15:54:00 +0000 |
Aidan Kehoe |
Fix some bugs in #'substitute, #'nsubstitute.
|
Tue, 17 Dec 2013 19:29:10 +0200 |
Aidan Kehoe |
Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
|
Sun, 15 Dec 2013 17:01:58 +0000 |
Aidan Kehoe |
Only make promote_args_lazy() available if WITH_NUMBER_TYPES.
|
Sun, 15 Dec 2013 10:26:31 +0000 |
Aidan Kehoe |
Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().
|
Mon, 17 Jun 2013 19:54:02 +0100 |
Aidan Kehoe |
Make #'apply-partially more intelligent still when byte-compiled.
|
Mon, 17 Jun 2013 10:23:00 -0600 |
Jerry James |
Convert C (un)signed long long values to bignums properly.
|
Mon, 24 Dec 2012 14:12:51 +0900 |
Stephen J. Turnbull |
Fix subsetp based on patch by Benson and Steven Mitchell.
|
Sun, 06 May 2012 15:29:59 +0100 |
Aidan Kehoe |
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
|
Sat, 14 Jan 2012 12:16:05 +0000 |
Aidan Kehoe |
Be more careful about non-quoted-symbol TAGs, #'byte-compile-catch
|
Wed, 09 Nov 2011 13:16:19 +0000 |
Aidan Kehoe |
Update tests that have started failing because of changed design decisions.
|
Mon, 03 Oct 2011 20:16:14 +0100 |
Aidan Kehoe |
Declare labels as line where appropriate; use #'labels, not #'flet, tests.
|
Sun, 02 Oct 2011 15:32:16 +0100 |
Aidan Kehoe |
Support inlining labels, bytecomp.el.
|
Sun, 04 Sep 2011 19:51:35 +0100 |
Aidan Kehoe |
Implement print-circle, allowing recursive and circular structures to be read.
|
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.
|
Tue, 26 Apr 2011 23:41: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.
|
Sun, 07 Nov 2010 00:22:33 +0100 |
Mats Lidell |
Merge with 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
|
Thu, 17 Mar 2011 20:13:00 +0000 |
Aidan Kehoe |
Conditionalise the old-* functions and byte codes at compile time.
|
Fri, 11 Mar 2011 20:40:01 +0000 |
Aidan Kehoe |
Address the easy test failures in tests/automated.
|
Thu, 24 Feb 2011 09:36:19 +0000 |
Aidan Kehoe |
#'substring-no-properties: check STRING's type, get_string_range_char won't.
|
Thu, 10 Feb 2011 08:46:10 +0000 |
Aidan Kehoe |
Correct a bug with circularity checking in #'mapcar*, #'map, etc.
|
Mon, 07 Feb 2011 12:01:24 +0000 |
Aidan Kehoe |
Improve the lexical scoping in #'block, #'return-from.
|
Sun, 23 Jan 2011 13:56:37 +0000 |
Aidan Kehoe |
Loop at macroexpansion time when sanity-checking :start, :end keyword args.
|
Sun, 23 Jan 2011 13:13:54 +0000 |
Aidan Kehoe |
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.
|
Sat, 15 Jan 2011 15:45:46 +0000 |
Aidan Kehoe |
Accept more complex TYPEs in #'concatenate, cl-extra.el
|
Fri, 14 Jan 2011 23:16:25 +0000 |
Aidan Kehoe |
Pass in the DEFAULT argument to position() as documented, #'find.
|
Sun, 02 Jan 2011 16:18:26 +0000 |
Aidan Kehoe |
Tweak a few compiler macros for functions in cl-seq.el.
|
Thu, 30 Dec 2010 01:14:13 +0000 |
Aidan Kehoe |
Test sanity-checking of :start, :end keyword arguments when appropriate.
|
Sat, 20 Nov 2010 16:49:11 +0000 |
Aidan Kehoe |
Have NATNUMP give t for positive bignums; check limits appropriately.
|
Sat, 06 Nov 2010 21:18:52 +0000 |
Aidan Kehoe |
Accept sequences generally, not just lists, #'reverse, #'nreverse.
|
Sat, 06 Nov 2010 14:51:13 +0000 |
Aidan Kehoe |
Error in #'list-length if LIST is dotted; check for this error with #'mapcar
|
Mon, 25 Oct 2010 13:15:53 +0100 |
Aidan Kehoe |
Make sure (format "%b" 0) is non-zero length, print.c
|
Thu, 14 Oct 2010 18:50:38 +0100 |
Aidan Kehoe |
Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
|
Tue, 12 Oct 2010 18:14:12 +0100 |
Aidan Kehoe |
Don't share a counter when checking for circularity, list_merge().
|
Sun, 15 Aug 2010 15:42:45 +0100 |
Aidan Kehoe |
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
|
Sun, 15 Aug 2010 13:29:10 +0100 |
Aidan Kehoe |
Print symbols with ratio-like names and the associated ratios distinctly.
|
Sat, 24 Jul 2010 15:56:57 +0100 |
Aidan Kehoe |
Be more careful about side-effects from Lisp code, #'reduce
|
Mon, 05 Apr 2010 13:03:35 +0100 |
Aidan Kehoe |
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
|
Sat, 03 Apr 2010 16:27:07 +0100 |
Aidan Kehoe |
Be more careful about parentheses and number features, #'equalp tests
|
Fri, 12 Mar 2010 18:27:51 -0600 |
Ben Wing |
Undo Assert-equal, Assert=, etc.; make `Assert' handle this automatically
|
Fri, 19 Feb 2010 23:46:53 +0000 |
Aidan Kehoe |
Use better types when ESCAPECHAR is specified, split_string_by_ichar_1
|
Sun, 07 Feb 2010 12:24:03 +0000 |
Aidan Kehoe |
Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.
|
Fri, 19 Feb 2010 23:21:27 +0000 |
Aidan Kehoe |
Fix a multiple-value bug, mapcarX; correct a comment and a label name.
|
Mon, 01 Feb 2010 01:02:40 -0600 |
Ben Wing |
implement equalp in C, fix case-folding, add equal() method for keymaps
|
Fri, 29 Jan 2010 20:57:42 -0600 |
Ben Wing |
fix longstanding search bug involving searching for Control-1 chars
|