2010-10-14 |
Mats Lidell |
Changed bulk of GPLv2 or later files identified by script
|
2011-04-03 |
Aidan Kehoe |
Use GC_EXTERNAL_LIST_LOOP_* where appropriate, fns.c
|
2011-03-17 |
Didier Verna |
Improve read-only error reporting.
|
2011-02-09 |
Aidan Kehoe |
Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
|
2011-02-05 |
Aidan Kehoe |
Have #'sort*, #'merge use the same test approach as functions from cl-seq.el
|
2011-01-30 |
Mike Sperber |
Don't commit suicide when an X device dies.
|
2011-01-14 |
Aidan Kehoe |
Move #'delq, #'delete to Lisp, adding support for sequences.
|
2010-12-30 |
Aidan Kehoe |
Support up to nine keywords in the PARSE_KEYWORDS() macro.
|
2010-12-30 |
Aidan Kehoe |
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
|
2010-11-20 |
Aidan Kehoe |
Have NATNUMP give t for positive bignums; check limits appropriately.
|
2010-09-20 |
Aidan Kehoe |
Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.
|
2010-09-18 |
Aidan Kehoe |
Turns out #elsif is not valid preprocessor syntax, who knew!
|
2010-09-18 |
Aidan Kehoe |
Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
|
2010-09-18 |
Aidan Kehoe |
Simplify the API of PARSE_KEYWORDS for callers.
|
2010-08-15 |
Aidan Kehoe |
Print symbols with ratio-like names and the associated ratios distinctly.
|
2010-07-24 |
Aidan Kehoe |
Be more careful about side-effects from Lisp code, #'reduce
|
2010-05-28 |
Aidan Kehoe |
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
|
2010-05-16 |
Aidan Kehoe |
Move `default-file-system-ignore-case' to C; fix bug in directory hash tables
|
2010-04-12 |
Ben Wing |
port Mule-ization of mule-wnnfns.c from ben-unicode-internal
|
2010-04-05 |
Aidan Kehoe |
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
|
2010-04-05 |
Ben Wing |
merge
|
2010-04-05 |
Ben Wing |
Cosmetic XFT-code fixes, some variable renamings
|
2010-04-01 |
Aidan Kehoe |
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
|
2010-03-30 |
Ben Wing |
fix C++ compilation
|
2010-03-30 |
Ben Wing |
merge
|
2010-03-30 |
Ben Wing |
add memory usage info for specifiers
|
2010-03-30 |
Ben Wing |
merge
|
2010-02-22 |
Ben Wing |
rename objects* (.c, .h and .el files) to fontcolor*
|
2010-03-25 |
Ben Wing |
various fixes to memory-usage stats
|
2010-03-24 |
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
|
2010-03-23 |
Ben Wing |
extract gap array from extents.c, use in range tables
|
2010-03-21 |
Ben Wing |
fix various problems with allocation statistics, track overhead properly
|
2010-03-19 |
Ben Wing |
more cleanups to object-memory-usage stuff
|
2010-03-18 |
Ben Wing |
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
|
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
|
2010-01-13 |
Ben Wing |
add more foo_checking_assert macros
|
2010-01-13 |
Ben Wing |
when `debug', abort when lisp error during loadup
|
2010-01-07 |
Aidan Kehoe |
Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.
|
2009-11-15 |
Aidan Kehoe |
Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
|
2009-09-19 |
Aidan Kehoe |
Move the #'query-coding-region implementation to C.
|
2009-08-24 |
Jerry James |
Fix build problems on WIN32 platforms caused by the large image crash fix.
|
2009-08-11 |
Aidan Kehoe |
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
|
2009-08-16 |
Aidan Kehoe |
Support full Common Lisp multiple values in C.
|
2008-10-25 |
Stephen J. Turnbull |
Merge in ac-fix-2008-10-25. Fix up ChangeLogs.
|
2008-10-25 |
Stephen J. Turnbull |
Fix g++ const char -> char warnings.
ac-fix-2008-10-25
|
2008-08-05 |
Aidan Kehoe |
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
|
2008-01-15 |
Aidan Kehoe |
Avoid clearing print-gensym-alist inappropriately when printing hash tables.
|
2007-12-24 |
Aidan Kehoe |
Provide a DEFAULT argument in #'intern-soft.
|
2007-12-17 |
Aidan Kehoe |
Provide %b in #'format; use it for converting between ints and bit vectors.
|
2007-08-21 |
aidan |
[xemacs-hg @ 2007-08-21 20:32:33 by aidan]
|
2007-08-17 |
crestani |
[xemacs-hg @ 2007-08-17 08:04:25 by crestani]
|
2007-08-04 |
aidan |
[xemacs-hg @ 2007-08-04 20:00:10 by aidan]
|
2007-05-26 |
aidan |
[xemacs-hg @ 2007-05-26 18:28:19 by aidan]
|
2006-11-05 |
aidan |
[xemacs-hg @ 2006-11-05 22:31:31 by aidan]
|
2006-07-08 |
aidan |
[xemacs-hg @ 2006-07-08 16:15:54 by aidan]
|
2006-05-06 |
aidan |
[xemacs-hg @ 2006-05-06 08:09:35 by aidan]
|
2006-03-30 |
crestani |
[xemacs-hg @ 2006-03-30 23:10:36 by crestani]
|
2006-03-26 |
crestani |
[xemacs-hg @ 2006-03-26 14:33:37 by crestani]
|
2006-03-20 |
crestani |
[xemacs-hg @ 2006-03-20 21:20:19 by crestani]
|
2006-02-27 |
crestani |
[xemacs-hg @ 2006-02-27 16:29:00 by crestani]
|
2006-02-21 |
stephent |
[xemacs-hg @ 2006-02-21 11:33:41 by stephent]
|