log src/symbols.c @ 4971:bcdf496e49d0

age author description
Thu, 04 Feb 2010 05:55:25 -0600 Ben Wing put back patch to get more informative staticpro debugging
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Wed, 27 Jan 2010 00:35:36 -0600 Ben Wing function renamings to track names of char typedefs
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Wed, 20 Jan 2010 22:30:33 -0600 Ben Wing (for main branch) add long comment about types of magic symbols
Wed, 03 Feb 2010 09:30:49 -0600 Ben Wing temporarily back out part of patch to avoid compile probs
Wed, 03 Feb 2010 08:01:55 -0600 Ben Wing add more byte-code assertions and better failure output
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sat, 19 Dec 2009 18:10:20 +0000 Aidan Kehoe Remove attempted support for 1996-era emacs without self-quoting keywords.
Sun, 16 Aug 2009 20:55:49 +0100 Aidan Kehoe Support full Common Lisp multiple values in C.
Sun, 14 Jun 2009 15:07:13 +0100 Aidan Kehoe Support #'function-arglist with built-in special forms.
Mon, 22 Dec 2008 14:07:48 +0000 Aidan Kehoe Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}
Wed, 27 Aug 2008 00:39:09 +0200 Aidan Kehoe Use EQ() and !EQ() in symbols.c, thank you Robert Delius Royar.