log src/lisp.h @ 5338:8608eadee6ba

age author description
Fri, 14 Jan 2011 23:35:29 +0000 Aidan Kehoe Move #'delq, #'delete to Lisp, adding support for sequences.
Thu, 30 Dec 2010 01:04:38 +0000 Aidan Kehoe Support up to nine keywords in the PARSE_KEYWORDS() macro.
Thu, 30 Dec 2010 00:50:10 +0000 Aidan Kehoe Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Mon, 20 Sep 2010 23:22:50 +0100 Aidan Kehoe Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.
Sat, 18 Sep 2010 18:02:28 +0100 Aidan Kehoe Turns out #elsif is not valid preprocessor syntax, who knew!
Sat, 18 Sep 2010 16:46:56 +0100 Aidan Kehoe Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
Sat, 18 Sep 2010 15:57:20 +0100 Aidan Kehoe Simplify the API of PARSE_KEYWORDS for callers.
Sun, 15 Aug 2010 13:29:10 +0100 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
Sat, 24 Jul 2010 15:56:57 +0100 Aidan Kehoe Be more careful about side-effects from Lisp code, #'reduce
Fri, 28 May 2010 13:48:22 +0100 Aidan Kehoe Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Sun, 16 May 2010 12:33:21 +0100 Aidan Kehoe Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
Mon, 12 Apr 2010 00:55:04 -0500 Ben Wing port Mule-ization of mule-wnnfns.c from ben-unicode-internal
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Mon, 05 Apr 2010 00:18:49 -0500 Ben Wing merge
Sun, 04 Apr 2010 23:46:50 -0500 Ben Wing Cosmetic XFT-code fixes, some variable renamings
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Mon, 29 Mar 2010 23:23:33 -0500 Ben Wing fix C++ compilation
Mon, 29 Mar 2010 22:52:01 -0500 Ben Wing merge
Mon, 29 Mar 2010 22:47:55 -0500 Ben Wing add memory usage info for specifiers
Mon, 29 Mar 2010 21:28:13 -0500 Ben Wing merge
Mon, 22 Feb 2010 06:49:30 -0600 Ben Wing rename objects* (.c, .h and .el files) to fontcolor*
Thu, 25 Mar 2010 06:07:25 -0500 Ben Wing various fixes to memory-usage stats
Wed, 24 Mar 2010 01:22:51 -0500 Ben Wing cleanup of code related to xfree(), better KKCC backtrace capabilities, document XD_INLINE_LISP_OBJECT_BLOCK_PTR, fix some memory leaks, other code cleanup
Mon, 22 Mar 2010 19:12:15 -0500 Ben Wing extract gap array from extents.c, use in range tables
Sat, 20 Mar 2010 20:20:30 -0500 Ben Wing fix various problems with allocation statistics, track overhead properly
Fri, 19 Mar 2010 14:47:44 -0500 Ben Wing more cleanups to object-memory-usage stuff
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Mon, 15 Mar 2010 16:35:38 -0500 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
Sat, 13 Mar 2010 11:38:54 -0600 Ben Wing merge