log src/lisp.h @ 5898:2aeaf9bc7175

age author description
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
Wed, 25 Feb 2015 11:47:12 +0000 Aidan Kehoe Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits.
Thu, 06 Nov 2014 09:34:06 -0700 Jerry James Fix build with g++.
Sat, 18 Oct 2014 21:48:10 +0100 Aidan Kehoe Some changes to eliminate warnings with Apple clang version 1.7.
Tue, 07 Oct 2014 21:16:10 -0600 Jerry James Add TLS support. See xemacs-patches message with ID
Mon, 27 Jan 2014 17:50:57 +0100 Mike Sperber Make `define-function' accept docstring, as in GNU Emacs.
Tue, 17 Dec 2013 19:29:10 +0200 Aidan Kehoe Add #'write-sequence, on the model of #'write-char, API from Common Lisp.
Mon, 17 Jun 2013 10:23:00 -0600 Jerry James Convert C (un)signed long long values to bignums properly.
Tue, 06 Nov 2012 21:34:15 +0000 Aidan Kehoe Back out 7371081ce8f7, I have a better approach.
Sun, 14 Oct 2012 22:10:39 +0100 Aidan Kehoe Have command remapping work interactively too, thank you Robert Pluim!
Sun, 02 Sep 2012 14:31:40 +0100 Aidan Kehoe Add command remapping, a more robust alternative to #'substitute-key-definition
Sun, 01 Jan 2012 15:18:52 +0000 Aidan Kehoe Support hash COLLECTIONs, #'{all,try}-completion{s,}; add #'test-completion
Tue, 27 Dec 2011 17:07:23 +0100 Didier Verna New "foreback" face property.
Mon, 26 Dec 2011 15:04:25 +0100 Didier Verna Replace the 'flush face property with the opposite 'shrink one.
Fri, 23 Dec 2011 10:56:16 +0100 Didier Verna The "flush" face property.
Sun, 04 Dec 2011 18:42:50 +0000 Aidan Kehoe Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Sun, 09 Oct 2011 12:55:51 +0100 Aidan Kehoe Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Sun, 09 Oct 2011 10:39:09 +0100 Aidan Kehoe Change integer to fixnum in a few places where it wasn't possible mechanically.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Sun, 04 Sep 2011 19:51:35 +0100 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
Sat, 25 Jun 2011 14:00:48 +0100 Aidan Kehoe Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Sun, 08 May 2011 09:19:25 +0100 Aidan Kehoe Complete support for macro-declaration-function, bytecomp{,-runtime}.el
Sat, 23 Apr 2011 23:47:13 +0200 Mats Lidell Merge with trunk.
Tue, 29 Mar 2011 00:02:47 +0200 Mats Lidell Merged with trunk.
Mon, 14 Feb 2011 22:43:46 +0100 Mats Lidell Merge with trunk.
Mon, 07 Feb 2011 21:22:17 +0100 Mats Lidell Merge with trunk.
Wed, 19 Jan 2011 22:35:23 +0100 Mats Lidell Merge with trunk.
Fri, 31 Dec 2010 00:27:29 +0100 Mats Lidell Merged with trunk.
Fri, 26 Nov 2010 06:43:36 +0100 Mats Lidell Merge with 21.5 trunk.