log tests/automated/lisp-tests.el @ 5917:ffb5abc8dc4e

age author description
Thu, 11 Jun 2015 16:09:11 +0100 Aidan Kehoe Fix a bug in the #'equalp compiler macro.
Fri, 29 May 2015 17:06:24 +0100 Aidan Kehoe Avoid allocation in #'integer-length; add #'logcount.
Sun, 10 May 2015 23:55:41 +0100 Aidan Kehoe Fix a bug when passing a float to truncate and giving a bignum result.
Sun, 10 May 2015 19:07:09 +0100 Aidan Kehoe GMP functions that take doubles choke on non-finite values, avoid that.
Fri, 08 May 2015 16:24:57 +0100 Aidan Kehoe Fix a bug in #'parse-integer with negative bignums and non-nil JUNK-ALLOWED
Sat, 18 Apr 2015 23:10:40 +0100 Aidan Kehoe Merge.
Sat, 18 Apr 2015 23:00:14 +0100 Aidan Kehoe Import the #'clear-string API from GNU, use it in tls.c
Sat, 18 Apr 2015 23:00:14 +0100 Aidan Kehoe Import the #'clear-string API from GNU, use it in tls.c
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.