log

age author description
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
Wed, 08 Apr 2015 21:03:18 +0100 Aidan Kehoe Be more careful about C integer overflow, #'parse-integer.
Sat, 04 Apr 2015 13:49:30 +0100 Aidan Kehoe Always return a string, #'current-message.
Fri, 03 Apr 2015 00:27:59 +0100 Aidan Kehoe If not waiting for C-x #, don't memorise the device, #'gnuserv-edit-files
Fri, 03 Apr 2015 00:15:18 +0100 Aidan Kehoe Escape quotation marks when printing values interactively, #'getenv
Wed, 01 Apr 2015 14:28:20 +0100 Aidan Kehoe Reduce regexp usage, now CL-oriented non-regexp code available, core Lisp
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
Sat, 21 Mar 2015 00:15:17 +0900 Stephen J. Turnbull Fix unintended default of TLS to OpenSSL.
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 12:22:50 +0000 Aidan Kehoe Clean up #'read-quoted-char, support help-event-list there.