log tests/ChangeLog @ 5912:47ffa085a9ad

age author description
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.
Sat, 09 May 2015 00:40:57 +0100 Aidan Kehoe Use parse_integer() in read_atom(); support bases with ratios like integers
Fri, 08 May 2015 16:24:57 +0100 Aidan Kehoe Fix a bug in #'parse-integer with negative bignums and non-nil JUNK-ALLOWED
Fri, 08 May 2015 14:33:46 +0100 Aidan Kehoe Revise print_symbol(), never calling is{float,ratio}_string().
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.
Mon, 16 Mar 2015 00:11:30 +0000 Aidan Kehoe Automated merge with file:///Sources/xemacs-21.5-checked-out
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.
Mon, 16 Mar 2015 00:09:46 +0000 Aidan Kehoe Provide `char-code-limit', implement the GNU equivalent in terms of it.