log

age author description
Wed, 03 Jun 2015 20:13:07 +0100 Aidan Kehoe Avoid confusion about ELC vs. source file encoding, #'load, #'load-internal.
Fri, 29 May 2015 17:06:24 +0100 Aidan Kehoe Avoid allocation in #'integer-length; add #'logcount.
Fri, 15 May 2015 18:11:47 +0100 Aidan Kehoe Use the existing C-level line number cache within #'line-number.
Mon, 11 May 2015 18:04:58 +0100 Aidan Kehoe Remove an old, buggy attempt to preserve East Asian chars, encode_unicode_char
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 10:50:32 +0100 Aidan Kehoe Be less misleading in errors, data.c
Sat, 09 May 2015 01:23:45 +0100 Aidan Kehoe Placate the C++ compiler, read_rational().
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 20:04:42 +0100 Aidan Kehoe Sort the symbols in general-slots.h using the Lisp provided.
Fri, 08 May 2015 20:02:06 +0100 Aidan Kehoe chartab.h, #define get_char_table_mirrors_ok correctly sans ERROR_CHECK_TYPES
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().
Fri, 08 May 2015 13:58:22 +0100 Aidan Kehoe Return ratios in canonical form too, #'string-to-number
Fri, 08 May 2015 12:47:13 +0100 Aidan Kehoe Make get_char_table in loop bodies more tolerable without optimization.
Tue, 05 May 2015 13:12:14 +0900 Stephen J. Turnbull Oops, regenerate and push configure.
Tue, 05 May 2015 13:09:58 +0900 Stephen J. Turnbull Report all compiler arguments in Installation.
Tue, 05 May 2015 12:45:20 +0900 Stephen J. Turnbull Collect macro definitions in configure.ac.
Tue, 05 May 2015 04:06:37 +0900 Stephen J. Turnbull Regenerate configure.
Tue, 05 May 2015 04:04:29 +0900 Stephen J. Turnbull Add ChangeLog.
Tue, 05 May 2015 03:48:07 +0900 Stephen J. Turnbull Fix shell syntax error.
Mon, 04 May 2015 14:32:22 +0900 Stephen J. Turnbull Update Postgresql module for 2015 and MacPorts reality.
Mon, 20 Apr 2015 15:09:11 -0600 Jerry James Define ALIGNOF using C11 and C++11 operators.
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:34:14 +0100 Aidan Kehoe #'set-locale-for-language-environment, bind a local variable correctly.
Sat, 11 Apr 2015 18:06:17 +0100 Aidan Kehoe Correct a bug in #'check-type, non-setf'able PLACEs
Thu, 09 Apr 2015 14:54:37 +0100 Aidan Kehoe Call #'read-passwd when requesting a password from the user, tls.c
Thu, 09 Apr 2015 14:27:02 +0100 Aidan Kehoe Prototype for X509_check_host() has changed, detect this in configure.ac