log src/general-slots.h @ 5908:6174848f3e6c

age author description
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.
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
Wed, 23 Jan 2013 11:48:46 -0700 Jerry James Support :visible in menu specifications.
Sun, 04 Dec 2011 18:42:50 +0000 Aidan Kehoe Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Tue, 06 Sep 2011 11:44:50 +0100 Aidan Kehoe Pass eighth bit on TTY consoles to coding system if needed.
Fri, 31 Dec 2010 00:27:29 +0100 Mats Lidell Merged with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 30 Dec 2010 00:50:10 +0000 Aidan Kehoe Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
Mon, 31 May 2010 16:47:44 +0100 Aidan Kehoe Use keywords in structure syntax; new #define, NEED_TO_HANDLE_21_4_CODE 1
Thu, 29 Apr 2010 15:49:21 +0100 Aidan Kehoe Error on too many arguments to #'function, #'quote.
Tue, 06 Apr 2010 23:29:35 -0500 Ben Wing fix cygwin compile, fix warning and style in elhash.c
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
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects