log src/alloc.c @ 5785:7343a186a475

age author description
Sun, 15 Sep 2013 23:47:37 +0900 Stephen J. Turnbull Eliminate several compiler (clang) warnings.
Mon, 17 Jun 2013 10:23:00 -0600 Jerry James Convert C (un)signed long long values to bignums properly.
Sun, 04 Dec 2011 18:42:50 +0000 Aidan Kehoe Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Sun, 04 Sep 2011 19:51:35 +0100 Aidan Kehoe Implement print-circle, allowing recursive and circular structures to be read.
Sat, 23 Apr 2011 23:47:13 +0200 Mats Lidell Merge with trunk.
Tue, 29 Mar 2011 00:02:47 +0200 Mats Lidell Merged with trunk.
Mon, 14 Feb 2011 22:43:46 +0100 Mats Lidell Merge with trunk.
Fri, 26 Nov 2010 06:43:36 +0100 Mats Lidell Merge with 21.5 trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Tue, 29 Mar 2011 15:59:56 -0600 Jerry James Make listu() and listn() assemble lists in forward order. Use them.
Thu, 24 Mar 2011 11:00:11 -0600 Jerry James Fix misspelled words, and some grammar, across the entire source tree.
Wed, 09 Feb 2011 20:15:50 +0000 Aidan Kehoe Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Tue, 08 Jun 2010 15:58:47 +0100 Aidan Kehoe Move #'purecopy from alloc.c to being an obsolete alias for #'identity
Mon, 05 Apr 2010 13:03:35 +0100 Aidan Kehoe Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Mon, 29 Mar 2010 22:47:55 -0500 Ben Wing add memory usage info for specifiers
Mon, 29 Mar 2010 00:11:03 -0500 Ben Wing merge
Thu, 25 Mar 2010 06:07:25 -0500 Ben Wing various fixes to memory-usage stats
Sun, 21 Mar 2010 04:41:49 -0500 Ben Wing clean up, rearrange allocation statistics code
Sun, 21 Mar 2010 13:25:21 +0000 Aidan Kehoe Don't assume a Lisp_Object will fit in a Bytecount, src/alloc.c
Sat, 20 Mar 2010 20:20:30 -0500 Ben Wing fix various problems with allocation statistics, track overhead properly
Fri, 19 Mar 2010 17:02:11 -0500 Ben Wing merge
Fri, 19 Mar 2010 14:47:44 -0500 Ben Wing more cleanups to object-memory-usage stuff
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Tue, 16 Mar 2010 23:09:34 -0500 Ben Wing fix compilation problems identified by Robert Delius Royar
Mon, 15 Mar 2010 16:35:38 -0500 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
Sat, 13 Mar 2010 05:38:08 -0600 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
Fri, 05 Mar 2010 04:08:17 -0600 Ben Wing more cleanups, terminology clarification, lots of doc work ben-lisp-object
Wed, 24 Feb 2010 19:04:27 -0600 Ben Wing merge ben-lisp-object
Wed, 24 Feb 2010 01:58:04 -0600 Ben Wing merge ben-lisp-object
Wed, 20 Jan 2010 07:05:57 -0600 Ben Wing separate regular and disksave finalization, print method fixes. ben-lisp-object
Mon, 28 Dec 2009 01:15:52 -0600 Ben Wing latest work on lisp-object workspace; ben-lisp-object
Sat, 26 Dec 2009 21:18:49 -0600 Ben Wing merge up to latest default branch, doesn't compile yet ben-lisp-object
Sat, 26 Dec 2009 00:20:27 -0600 Ben Wing Checking in final CVS version of workspace 'ben-lisp-object' ben-lisp-object ben-lisp-object-final-ws-year-2005
Mon, 22 Feb 2010 06:56:35 -0600 Ben Wing fix compile warning
Sun, 21 Feb 2010 15:29:12 -0600 Ben Wing fix memory usage stats to include pdumped objects
Sun, 21 Feb 2010 05:19:08 -0600 Ben Wing clean up a bit the object-memory-usage-stats after gc
Sat, 20 Feb 2010 03:24:08 -0600 Ben Wing some random fixups
Mon, 08 Feb 2010 21:28:57 -0600 Ben Wing enable more warnings and fix them
Thu, 04 Feb 2010 07:28:14 -0600 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
Wed, 03 Feb 2010 21:46:21 -0600 Ben Wing Automatic merge
Mon, 01 Feb 2010 13:35:15 -0600 Ben Wing fix compile error
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
Tue, 19 Jan 2010 11:25:37 -0600 Ben Wing (for main branch) when freeing check against DEADBEEF_CONSTANT since that's what we use elsewhere
Tue, 19 Jan 2010 01:21:39 -0600 Ben Wing make it easier to debug staticpro crashes.
Wed, 03 Feb 2010 08:50:00 -0600 Ben Wing remove old no-longer-useful kludgy compiled-fun annotations hack
Wed, 03 Feb 2010 08:01:55 -0600 Ben Wing add more byte-code assertions and better failure output
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Mon, 18 Jan 2010 06:05:21 -0600 Ben Wing try harder to avoid crashing when debug-printing
Wed, 06 Jan 2010 10:44:06 -0700 Jerry James Enable rudimentary support for valgrind, including functions that tell valgrind
Thu, 17 Dec 2009 13:15:04 +0000 Aidan Kehoe Don't attempt to free dumped data, alloc.c:resize_string()
Mon, 09 Nov 2009 09:21:59 -0700 Jerry James Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Sun, 20 Sep 2009 21:29:00 +0100 Aidan Kehoe Add argument information to remaining MANY or UNEVALLED C subrs.
Tue, 18 Jul 2006 15:01:30 +0000 crestani [xemacs-hg @ 2006-07-18 15:01:27 by crestani]
Mon, 19 Jun 2006 18:10:19 +0000 james [xemacs-hg @ 2006-06-19 18:10:17 by james]
Sun, 23 Apr 2006 20:12:31 +0000 aidan [xemacs-hg @ 2006-04-23 20:12:25 by aidan]
Sun, 26 Mar 2006 15:24:27 +0000 crestani [xemacs-hg @ 2006-03-26 15:24:25 by crestani]