log src/emacs.c @ 5728:0e2f2837c2bd

age author description
2011-12-04 Aidan Kehoe Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
2011-10-09 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
2011-09-04 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
2011-03-28 Mats Lidell Merged with trunk.
2010-10-15 Mike Sperber Move src/ to GPLv3.
2011-03-24 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
2010-09-02 Aidan Kehoe Support process plists, for greater GNU compatibility.
2010-06-13 Stephen J. Turnbull Fix up FSF's Franklin Street address in many files.
2010-06-07 Aidan Kehoe Remove all support for InfoDock.
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-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
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-03 Ben Wing merge
2010-03-02 Ben Wing fix compile errors/warnings
2010-03-03 Ben Wing Further frame-geometry cleanups
2010-02-20 Ben Wing Fix quick-build, use asserts() in place of ABORT()
2010-02-10 Ben Wing error-checking, Windows shutdown changes
2010-02-08 Ben Wing cleanups to debug-print, try harder to make it work during GC
2010-02-07 Ben Wing fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
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 Automatic merge
2010-02-04 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
2010-02-05 Ben Wing fix compile errors
2010-02-04 Ben Wing Automatic 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-02-03 Ben Wing merge
2010-02-03 Ben Wing add more byte-code assertions and better failure output
2010-02-03 Ben Wing xlike cleanup, documentation
2010-02-02 Ben Wing split USE_XFT into HAVE_XFT/USE_XFT
2010-01-15 Ben Wing rewrite check for bad memory in debug_can_save_memory
2010-01-14 Ben Wing fix compile problems
2010-01-12 Ben Wing Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
2010-01-06 Jerry James Unbreak the non-bignum build by only calling reinit_vars_of_number() if
2010-01-06 Jerry James Don't create any bignums before pdumping. Add bignum, ratio, and bigfloat
2009-11-18 Jerry James Remove support for obsolete systems. See xemacs-patches message with ID
2009-11-09 Jerry James Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
2009-10-05 Jerry James Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
2009-09-20 Aidan Kehoe Add argument information to remaining MANY or UNEVALLED C subrs.
2008-10-28 Stephen J. Turnbull First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.* g++-warning-removal-2008-10-28
2008-10-28 Stephen J. Turnbull Backout last patch; forgot to specify file.
2008-10-28 Stephen J. Turnbull Fix docstring typo.
2008-07-09 Aidan Kehoe Don't determine whether to call general device-type code at startup,
2008-05-13 Aidan Kehoe Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
2008-05-07 Aidan Kehoe Automated merge with file:/Sources/xemacs-21.5-checked-out