log src/eval.c @ 5199:49e931565616

age author description
2010-03-15 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
2010-03-13 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
2010-03-07 Ben Wing merge ben-lisp-object
2010-03-05 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
2010-02-25 Ben Wing merge ben-lisp-object
2010-02-24 Ben Wing merge ben-lisp-object
2010-01-20 Ben Wing separate regular and disksave finalization, print method fixes. ben-lisp-object
2009-12-27 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
2009-12-26 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
2010-03-02 Aidan Kehoe Print multiple values with #<INTERNAL OBJECT (XEmacs bug?) ...>, too
2010-03-01 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
2010-02-20 Ben Wing Fix quick-build, use asserts() in place of ABORT()
2010-02-09 Ben Wing enable more warnings and fix them
2010-02-08 Ben Wing changes to VOID_TO_LISP et al.
2010-02-05 Ben Wing Automatic merge
2010-02-05 Ben Wing Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
2010-02-04 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
2010-02-04 Ben Wing Automatic merge
2010-02-01 Ben Wing merge
2010-01-27 Ben Wing Mule-izing, various fixes related to char * arguments
2010-02-03 Ben Wing add more byte-code assertions and better failure output
2010-01-31 Aidan Kehoe Change "special form" to "special operator" in our sources.
2010-01-13 Ben Wing clean up object print methods
2010-01-01 Aidan Kehoe #'functionp gives nil for special forms, as in CL and GNU Emacs 23.
2009-11-15 Aidan Kehoe Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
2009-09-20 Aidan Kehoe Add argument information to remaining MANY or UNEVALLED C subrs.
2009-09-06 Aidan Kehoe Fix various small issues with the multiple-value implementation.
2009-08-16 Aidan Kehoe Support full Common Lisp multiple values in C.
2009-07-26 Stephen J. Turnbull imported patch accept-process-output-docstring
2009-06-14 Aidan Kehoe Support #'function-arglist with built-in special forms.