log

age author description
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
Mon, 22 Feb 2010 20:09:23 +0000 Aidan Kehoe Automated merge with file:///home/aidan/xemacs-21.5-checked-out
Mon, 22 Feb 2010 20:08:51 +0000 Aidan Kehoe Add #'constantly, as specified by ANSI Common Lisp.
Sun, 21 Feb 2010 23:20:44 -0500 Vin Shelton Simplify assertion in events.c so it will build under Visual Studio 6
Sun, 21 Feb 2010 20:58:45 -0600 Ben Wing fix build problem with pdump
Sun, 21 Feb 2010 03:06:43 -0600 Ben Wing fix to assert in extents.c, so `make check' works
Sat, 20 Feb 2010 23:56:01 -0600 Ben Wing merge
Sat, 20 Feb 2010 18:57:55 -0600 Ben Wing merge
Sat, 20 Feb 2010 05:05:54 -0600 Ben Wing Fix quick-build, use asserts() in place of ABORT()
Sat, 20 Feb 2010 23:38:04 -0600 Ben Wing merge
Sat, 20 Feb 2010 23:34:25 -0600 Ben Wing merge
Sat, 20 Feb 2010 18:56:01 -0600 Ben Wing put width before height consistently, fix a real bug found in the process
Sat, 20 Feb 2010 03:24:08 -0600 Ben Wing some random fixups
Tue, 16 Feb 2010 01:21:32 -0600 Ben Wing more frame-sizing cleanups
Mon, 15 Feb 2010 22:58:10 -0600 Ben Wing remove duplicative code in change_frame_size()
Mon, 15 Feb 2010 22:14:11 -0600 Ben Wing various frame-geometry fixes
Mon, 15 Feb 2010 21:52:39 -0600 Ben Wing Fix some compile warnings, make vdb test code conditional on DEBUG_XEMACS
Mon, 15 Feb 2010 21:51:22 -0600 Ben Wing add regexp-debugging
Sat, 20 Feb 2010 20:04:44 -0600 Ben Wing fixes to test harness to allow backtracing/debugging of failures
Sat, 20 Feb 2010 19:04:55 -0600 Ben Wing merge
Sat, 20 Feb 2010 03:46:22 -0600 Ben Wing major dynarr fixes
Sat, 20 Feb 2010 03:45:15 -0600 Ben Wing fix c-tests
Fri, 19 Feb 2010 23:46:53 +0000 Aidan Kehoe Use better types when ESCAPECHAR is specified, split_string_by_ichar_1
Sun, 07 Feb 2010 12:24:03 +0000 Aidan Kehoe Add a new optional ESCAPE-CHAR argument to #'split-string-by-char.
Fri, 19 Feb 2010 23:21:27 +0000 Aidan Kehoe Fix a multiple-value bug, mapcarX; correct a comment and a label name.
Fri, 19 Feb 2010 09:30:45 +0000 Aidan Kehoe Remove the unused PDWORD_PTR typedef from syswindows.h
Thu, 18 Feb 2010 19:23:32 -0500 Vin Shelton Fix Windows build by removing reference to no longer existent term.texi file
Wed, 17 Feb 2010 15:11:34 -0700 Jerry James Remove man/term.texi from core.
Thu, 11 Feb 2010 19:33:50 -0500 Vin Shelton Winclient updates