log src/ChangeLog @ 5914:bd4d2c8ef9cc

age author description
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.
Mon, 20 Apr 2015 15:09:11 -0600 Jerry James Define ALIGNOF using C11 and C++11 operators.
Sat, 18 Apr 2015 23:00:14 +0100 Aidan Kehoe Import the #'clear-string API from GNU, use it in tls.c
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
Wed, 08 Apr 2015 21:03:18 +0100 Aidan Kehoe Be more careful about C integer overflow, #'parse-integer.
Fri, 03 Apr 2015 00:15:18 +0100 Aidan Kehoe Escape quotation marks when printing values interactively, #'getenv
Tue, 31 Mar 2015 18:42:21 +0100 Aidan Kehoe Preserv the current buffer on non-local exit, #'accept-process-output.
Sat, 28 Mar 2015 16:03:33 -0400 Vin Shelton Fix a small typo
Fri, 27 Mar 2015 23:39:49 +0000 Aidan Kehoe Move extents.c to working in byte positions only; fix a bug, extent_detach()
Thu, 26 Mar 2015 20:47:12 -0400 Vin Shelton Removed src/m/x86_64.h and fixed a typo in src/s/cygwin64.h
Thu, 26 Mar 2015 14:39:53 -0400 Vin Shelton Configure support for 64-bit cygwin
Tue, 24 Mar 2015 16:49:53 -0400 Vin Shelton Use cast for malloc call to satisfy VS6
Tue, 24 Mar 2015 15:50:43 -0400 Vin Shelton Get M-x shell working on cygwin
Fri, 20 Mar 2015 13:48:16 +0000 Aidan Kehoe Don't extract a fixnum value unnecessarily, thank you Robert Delius Royar
Tue, 17 Mar 2015 00:47:48 +0000 Aidan Kehoe Don't rely on zero termination for Vfixnum_to_char_map, thank you Vin.
Tue, 17 Mar 2015 00:29:39 +0000 Aidan Kehoe Don't tickle an unreasonable but standard C lib limitation, thank you Vin!
Mon, 16 Mar 2015 00:28:18 +0000 Aidan Kehoe Add the non-ASCII digit support, now #'parse-integer can handle it.