log src/alloc.c @ 4976:16112448d484

age author description
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()