log

age author description
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.
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 09:03:22 +0000 Aidan Kehoe digit.el missed on previous commit
Mon, 16 Mar 2015 00:40:31 +0000 Aidan Kehoe Correct some code with badly-placed parentheses, thank you Mats Lidell.
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.
Sun, 15 Mar 2015 21:13:23 +0000 Aidan Kehoe Behave better with nil TERM for gnuclient, remove bitrotted TTY init code
Sat, 14 Mar 2015 01:40:49 +0000 Aidan Kehoe Create a new error for when a char is needed but event-to-character gives nil
Sat, 14 Mar 2015 01:16:45 +0000 Aidan Kehoe event-stream.c, support help-event-list as does GNU.
Sat, 14 Mar 2015 00:42:46 +0000 Aidan Kehoe Correct .gdbinit, non-NEW_GC builds.
Sat, 14 Mar 2015 00:07:50 +0000 Aidan Kehoe #'event-matches-key-specifier-p, check keysyms and modifiers too on TTY
Thu, 12 Mar 2015 23:31:42 +0000 Aidan Kehoe Be more careful about echo_buf arithmetic, event-stream.c.
Thu, 12 Mar 2015 00:59:27 +0000 Aidan Kehoe Be more careful about saving a non-nil value for START in message-stack.
Wed, 11 Mar 2015 18:06:15 +0000 Aidan Kehoe Look for cased character classes when deciding on case-fold-search, #'isearch
Wed, 11 Mar 2015 15:06:05 +0000 Aidan Kehoe Update message-stack to reflect START and END supplied to #'append-message