log src/lisp.h @ 5155:c97dc3b6de63

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 merge
2010-03-13 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
2010-03-13 Ben Wing merge
2010-03-13 Ben Wing Clean up prototypes for Lisp variables/symbols. Put decls for them with
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-28 Ben Wing latest work on lisp-object workspace; 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-04 Ben Wing merge
2010-03-04 Ben Wing merge
2010-03-03 Ben Wing merge
2010-03-02 Ben Wing move inclusion point of text.h to clean things up a bit
2010-03-03 Ben Wing Further frame-geometry cleanups
2010-03-03 Aidan Kehoe Make #'substring an alias of #'subseq; give the latter the byte code.
2010-03-01 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
2010-02-25 Ben Wing clean up toolbar/gutter edge geometry
2010-02-21 Ben Wing merge
2010-02-20 Ben Wing Fix quick-build, use asserts() in place of ABORT()
2010-02-20 Ben Wing major dynarr fixes
2010-02-10 Ben Wing error-checking, Windows shutdown changes
2010-02-09 Ben Wing fix bad defn of disabled inline assert
2010-02-09 Ben Wing merge
2010-02-09 Ben Wing enable more warnings and fix them
2010-02-08 Ben Wing cleanups for specifier font stages, from ben-unicode-internal (preparation for eliminating shadowed warnings)
2010-02-08 Ben Wing changes to VOID_TO_LISP et al.
2010-02-07 Aidan Kehoe Cast correctly, Dynarr_verify, Dynarr_verify_mod, no ERROR_CHECK_STRUCTURES
2010-02-07 Ben Wing Automatic merge
2010-02-07 Ben Wing fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
2010-02-06 Aidan Kehoe Merge.
2010-02-03 Aidan Kehoe Merge.
2010-01-31 Aidan Kehoe Move the various map* functions to C; add #'map-into.
2010-02-05 Ben Wing Automatic merge
2010-02-05 Ben Wing Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
2010-02-05 Ben Wing fix bug #668 (compile error, not --with-debug)
2010-02-04 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
2010-02-04 Ben Wing Automatic merge
2010-02-04 Ben Wing rewrite dynarr code
2010-02-01 Ben Wing merge
2010-02-01 Ben Wing merge
2010-01-30 Ben Wing slight cleanup, move EXFUN of regexp-quote to lisp.h
2010-01-28 Ben Wing merge
2010-01-27 Ben Wing function renamings to track names of char typedefs
2010-01-27 Ben Wing Mule-izing, various fixes related to char * arguments
2010-01-25 Ben Wing fix compile issues with gcc 4
2010-01-20 Ben Wing fix dynarr-related crash apparently due to compiler bug
2010-02-03 Ben Wing add more byte-code assertions and better failure output
2010-02-02 Ben Wing When aborting due to unknown opcode, output more descriptive msg
2010-02-01 Aidan Kehoe Make canoncase visible to Lisp; use it with chars in internal_equalp.
2010-02-01 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
2010-01-27 Ben Wing merge
2010-01-24 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
2010-01-18 Ben Wing try harder to avoid crashing when debug-printing
2010-01-14 Ben Wing fix compile problems
2010-01-13 Ben Wing clean up object print methods
2010-01-13 Ben Wing Various cleanups for Dynarr code, from Unicode-internal ws