Tue, 09 Feb 2010 03:53:52 -0600 |
Ben Wing |
merge
|
Mon, 08 Feb 2010 21:28:57 -0600 |
Ben Wing |
enable more warnings and fix them
|
Mon, 08 Feb 2010 16:51:25 -0600 |
Ben Wing |
cleanups for specifier font stages, from ben-unicode-internal (preparation for eliminating shadowed warnings)
|
Mon, 08 Feb 2010 06:42:16 -0600 |
Ben Wing |
changes to VOID_TO_LISP et al.
|
Sun, 07 Feb 2010 23:34:21 +0000 |
Aidan Kehoe |
Cast correctly, Dynarr_verify, Dynarr_verify_mod, no ERROR_CHECK_STRUCTURES
|
Sun, 07 Feb 2010 05:23:07 -0600 |
Ben Wing |
Automatic merge
|
Sun, 07 Feb 2010 05:21:40 -0600 |
Ben Wing |
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
|
Sat, 06 Feb 2010 12:28:19 +0000 |
Aidan Kehoe |
Merge.
|
Wed, 03 Feb 2010 20:18:53 +0000 |
Aidan Kehoe |
Merge.
|
Sun, 31 Jan 2010 18:29:48 +0000 |
Aidan Kehoe |
Move the various map* functions to C; add #'map-into.
|
Fri, 05 Feb 2010 11:25:00 -0600 |
Ben Wing |
Automatic merge
|
Fri, 05 Feb 2010 11:02:24 -0600 |
Ben Wing |
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
|
Fri, 05 Feb 2010 08:09:03 -0600 |
Ben Wing |
fix bug #668 (compile error, not --with-debug)
|
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
|
Wed, 03 Feb 2010 20:51:18 -0600 |
Ben Wing |
rewrite dynarr code
|
Mon, 01 Feb 2010 14:11:36 -0600 |
Ben Wing |
merge
|
Mon, 01 Feb 2010 05:29:05 -0600 |
Ben Wing |
merge
|
Fri, 29 Jan 2010 23:38:50 -0600 |
Ben Wing |
slight cleanup, move EXFUN of regexp-quote to lisp.h
|
Thu, 28 Jan 2010 02:48:45 -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
|
Sun, 24 Jan 2010 22:04:58 -0600 |
Ben Wing |
fix compile issues with gcc 4
|
Wed, 20 Jan 2010 02:25:04 -0600 |
Ben Wing |
fix dynarr-related crash apparently due to compiler bug
|
Wed, 03 Feb 2010 08:01:55 -0600 |
Ben Wing |
add more byte-code assertions and better failure output
|
Tue, 02 Feb 2010 15:19:15 -0600 |
Ben Wing |
When aborting due to unknown opcode, output more descriptive msg
|
Mon, 01 Feb 2010 17:57:04 +0000 |
Aidan Kehoe |
Make canoncase visible to Lisp; use it with chars in internal_equalp.
|
Mon, 01 Feb 2010 01:02:40 -0600 |
Ben Wing |
implement equalp in C, fix case-folding, add equal() method for keymaps
|
Wed, 27 Jan 2010 00:37:59 -0600 |
Ben Wing |
merge
|
Sun, 24 Jan 2010 15:21:27 +0000 |
Aidan Kehoe |
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
|
Mon, 18 Jan 2010 06:05:21 -0600 |
Ben Wing |
try harder to avoid crashing when debug-printing
|
Thu, 14 Jan 2010 01:25:16 -0600 |
Ben Wing |
fix compile problems
|
Wed, 13 Jan 2010 05:49:13 -0600 |
Ben Wing |
clean up object print methods
|
Wed, 13 Jan 2010 04:07:42 -0600 |
Ben Wing |
Various cleanups for Dynarr code, from Unicode-internal ws
|
Wed, 13 Jan 2010 03:01:43 -0600 |
Ben Wing |
add more foo_checking_assert macros
|
Wed, 13 Jan 2010 01:55:56 -0600 |
Ben Wing |
when `debug', abort when lisp error during loadup
|
Thu, 07 Jan 2010 15:52:10 +0000 |
Aidan Kehoe |
Move the arabic-iso8859-6 character set back to C, otherwise X11 lookup fails.
|
Sun, 15 Nov 2009 14:59:53 +0000 |
Aidan Kehoe |
Rationalise duplicated functionality, #'custom-quote, #'quote-maybe.
|
Sat, 19 Sep 2009 22:53:13 +0100 |
Aidan Kehoe |
Move the #'query-coding-region implementation to C.
|
Mon, 24 Aug 2009 15:21:21 -0600 |
Jerry James |
Fix build problems on WIN32 platforms caused by the large image crash fix.
|
Tue, 11 Aug 2009 17:59:23 +0100 |
Aidan Kehoe |
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
|
Sun, 16 Aug 2009 20:55:49 +0100 |
Aidan Kehoe |
Support full Common Lisp multiple values in C.
|
Sat, 25 Oct 2008 21:40:46 +0900 |
Stephen J. Turnbull |
Merge in ac-fix-2008-10-25. Fix up ChangeLogs.
|
Sat, 25 Oct 2008 20:35:36 +0900 |
Stephen J. Turnbull |
Fix g++ const char -> char warnings.
ac-fix-2008-10-25
|
Tue, 05 Aug 2008 08:37:17 +0200 |
Aidan Kehoe |
Revamp the Arabic support. Create greek-iso-8bit-with-esc, arabic-iso-8bit-with-esc.
|
Tue, 15 Jan 2008 21:35:01 +0100 |
Aidan Kehoe |
Avoid clearing print-gensym-alist inappropriately when printing hash tables.
|
Mon, 24 Dec 2007 14:00:14 +0100 |
Aidan Kehoe |
Provide a DEFAULT argument in #'intern-soft.
|
Mon, 17 Dec 2007 08:44:14 +0100 |
Aidan Kehoe |
Provide %b in #'format; use it for converting between ints and bit vectors.
|
Tue, 21 Aug 2007 20:32:37 +0000 |
aidan |
[xemacs-hg @ 2007-08-21 20:32:33 by aidan]
|
Fri, 17 Aug 2007 08:04:28 +0000 |
crestani |
[xemacs-hg @ 2007-08-17 08:04:25 by crestani]
|
Sat, 04 Aug 2007 20:00:24 +0000 |
aidan |
[xemacs-hg @ 2007-08-04 20:00:10 by aidan]
|
Sat, 26 May 2007 18:28:23 +0000 |
aidan |
[xemacs-hg @ 2007-05-26 18:28:19 by aidan]
|
Sun, 05 Nov 2006 22:31:46 +0000 |
aidan |
[xemacs-hg @ 2006-11-05 22:31:31 by aidan]
|
Sat, 08 Jul 2006 16:15:57 +0000 |
aidan |
[xemacs-hg @ 2006-07-08 16:15:54 by aidan]
|
Sat, 06 May 2006 08:09:37 +0000 |
aidan |
[xemacs-hg @ 2006-05-06 08:09:35 by aidan]
|
Thu, 30 Mar 2006 23:10:38 +0000 |
crestani |
[xemacs-hg @ 2006-03-30 23:10:36 by crestani]
|
Sun, 26 Mar 2006 14:33:39 +0000 |
crestani |
[xemacs-hg @ 2006-03-26 14:33:37 by crestani]
|
Mon, 20 Mar 2006 21:20:29 +0000 |
crestani |
[xemacs-hg @ 2006-03-20 21:20:19 by crestani]
|
Mon, 27 Feb 2006 16:29:29 +0000 |
crestani |
[xemacs-hg @ 2006-02-27 16:29:00 by crestani]
|
Tue, 21 Feb 2006 11:33:46 +0000 |
stephent |
[xemacs-hg @ 2006-02-21 11:33:41 by stephent]
|
Sat, 26 Nov 2005 11:46:25 +0000 |
stephent |
[xemacs-hg @ 2005-11-26 11:45:47 by stephent]
|
Fri, 25 Nov 2005 01:42:08 +0000 |
crestani |
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
|
Tue, 22 Nov 2005 09:02:43 +0000 |
crestani |
[xemacs-hg @ 2005-11-22 09:02:37 by crestani]
|
Sun, 13 Nov 2005 10:48:04 +0000 |
ben |
[xemacs-hg @ 2005-11-13 10:48:01 by ben]
|
Mon, 24 Oct 2005 10:07:42 +0000 |
ben |
[xemacs-hg @ 2005-10-24 10:07:26 by ben]
|
Tue, 27 Sep 2005 05:29:45 +0000 |
ben |
[xemacs-hg @ 2005-09-27 05:29:41 by ben]
|
Sun, 17 Jul 2005 20:08:48 +0000 |
aidan |
[xemacs-hg @ 2005-07-17 20:08:40 by aidan]
|
Tue, 28 Jun 2005 11:32:15 +0000 |
crestani |
[xemacs-hg @ 2005-06-28 11:32:13 by crestani]
|
Sun, 26 Jun 2005 18:05:05 +0000 |
aidan |
[xemacs-hg @ 2005-06-26 18:04:49 by aidan]
|
Thu, 16 Jun 2005 19:59:35 +0000 |
crestani |
[xemacs-hg @ 2005-06-16 19:59:33 by crestani]
|
Fri, 08 Apr 2005 23:11:35 +0000 |
crestani |
[xemacs-hg @ 2005-04-08 23:10:01 by crestani]
|
Thu, 10 Mar 2005 09:12:38 +0000 |
crestani |
[xemacs-hg @ 2005-03-10 09:12:36 by crestani]
|
Thu, 03 Feb 2005 16:30:38 +0000 |
james |
[xemacs-hg @ 2005-02-03 16:30:33 by james]
|
Thu, 03 Feb 2005 07:11:28 +0000 |
ben |
[xemacs-hg @ 2005-02-03 07:11:19 by ben]
|
Mon, 31 Jan 2005 19:29:49 +0000 |
ben |
[xemacs-hg @ 2005-01-31 19:29:47 by ben]
|
Sat, 29 Jan 2005 09:16:00 +0000 |
ben |
[xemacs-hg @ 2005-01-29 09:15:55 by ben]
|
Fri, 28 Jan 2005 02:36:28 +0000 |
ben |
[xemacs-hg @ 2005-01-28 02:36:11 by ben]
|
Wed, 26 Jan 2005 10:25:05 +0000 |
ben |
[xemacs-hg @ 2005-01-26 10:25:03 by ben]
|
Mon, 24 Jan 2005 23:34:34 +0000 |
ben |
[xemacs-hg @ 2005-01-24 23:33:30 by ben]
|
Mon, 06 Dec 2004 03:52:23 +0000 |
ben |
[xemacs-hg @ 2004-12-06 03:50:53 by ben]
|
Thu, 04 Nov 2004 23:08:28 +0000 |
ben |
[xemacs-hg @ 2004-11-04 23:05:23 by ben]
|
Tue, 14 Sep 2004 14:33:07 +0000 |
james |
[xemacs-hg @ 2004-09-14 14:32:29 by james]
|
Wed, 11 Aug 2004 02:04:12 +0000 |
james |
[xemacs-hg @ 2004-08-11 02:04:03 by james]
|
Tue, 06 Apr 2004 12:26:38 +0000 |
stephent |
[xemacs-hg @ 2004-04-06 12:26:36 by stephent]
|
Mon, 05 Apr 2004 22:50:11 +0000 |
james |
[xemacs-hg @ 2004-04-05 22:49:31 by james]
|
Fri, 19 Mar 2004 02:59:10 +0000 |
james |
[xemacs-hg @ 2004-03-19 02:59:08 by james]
|
Wed, 25 Feb 2004 17:42:37 +0000 |
james |
[xemacs-hg @ 2004-02-25 17:42:34 by james]
|
Tue, 14 Oct 2003 05:03:13 +0000 |
james |
[xemacs-hg @ 2003-10-14 05:02:57 by james]
|
Tue, 30 Sep 2003 15:27:01 +0000 |
james |
[xemacs-hg @ 2003-09-30 15:26:34 by james]
|
Mon, 22 Sep 2003 03:21:19 +0000 |
james |
[xemacs-hg @ 2003-09-22 03:21:12 by james]
|
Thu, 28 Aug 2003 15:44:30 +0000 |
james |
[xemacs-hg @ 2003-08-28 15:44:04 by james]
|
Tue, 19 Aug 2003 02:07:16 +0000 |
james |
[xemacs-hg @ 2003-08-19 02:07:03 by james]
|
Thu, 31 Jul 2003 13:32:26 +0000 |
crestani |
[xemacs-hg @ 2003-07-31 13:32:24 by crestani]
|
Sat, 26 Jul 2003 14:00:28 +0000 |
michaels |
[xemacs-hg @ 2003-07-26 14:00:27 by michaels]
|
Fri, 09 May 2003 09:50:42 +0000 |
stephent |
[xemacs-hg @ 2003-05-09 09:50:40 by stephent]
|
Fri, 02 May 2003 06:25:03 +0000 |
stephent |
[xemacs-hg @ 2003-05-02 06:25:02 by stephent]
|
Thu, 24 Apr 2003 05:33:44 +0000 |
youngs |
[xemacs-hg @ 2003-04-24 05:33:43 by youngs]
|
Sun, 09 Mar 2003 02:27:46 +0000 |
ben |
[xemacs-hg @ 2003-03-09 02:27:27 by ben]
|
Sun, 02 Mar 2003 09:38:54 +0000 |
ben |
[xemacs-hg @ 2003-03-02 09:38:37 by ben]
|
Fri, 21 Feb 2003 06:57:21 +0000 |
ben |
[xemacs-hg @ 2003-02-21 06:56:46 by ben]
|
Thu, 20 Feb 2003 08:19:44 +0000 |
ben |
[xemacs-hg @ 2003-02-20 08:19:28 by ben]
|
Thu, 13 Feb 2003 09:57:08 +0000 |
ben |
[xemacs-hg @ 2003-02-13 09:57:04 by ben]
|
Fri, 07 Feb 2003 11:50:54 +0000 |
ben |
[xemacs-hg @ 2003-02-07 11:50:50 by ben]
|
Thu, 06 Feb 2003 06:36:17 +0000 |
ben |
[xemacs-hg @ 2003-02-06 06:35:47 by ben]
|
Sun, 12 Jan 2003 11:08:22 +0000 |
michaels |
[xemacs-hg @ 2003-01-12 11:07:58 by michaels]
|
Wed, 27 Nov 2002 07:15:36 +0000 |
ben |
[xemacs-hg @ 2002-11-27 07:15:02 by ben]
|
Mon, 18 Nov 2002 06:53:08 +0000 |
ben |
[xemacs-hg @ 2002-11-18 06:52:23 by ben]
|
Tue, 12 Nov 2002 18:58:41 +0000 |
james |
[xemacs-hg @ 2002-11-12 18:58:13 by james]
|
Tue, 10 Sep 2002 15:27:39 +0000 |
james |
[xemacs-hg @ 2002-09-10 15:27:02 by james]
|
Fri, 30 Aug 2002 08:05:32 +0000 |
youngs |
[xemacs-hg @ 2002-08-30 08:05:30 by youngs]
|
Thu, 22 Aug 2002 11:31:43 +0000 |
stephent |
[xemacs-hg @ 2002-08-22 11:31:39 by stephent]
|
Mon, 29 Jul 2002 09:21:25 +0000 |
michaels |
[xemacs-hg @ 2002-07-29 09:21:12 by michaels]
|
Tue, 23 Jul 2002 08:35:11 +0000 |
youngs |
[xemacs-hg @ 2002-07-23 08:34:59 by youngs]
|
Sun, 14 Jul 2002 09:43:54 +0000 |
adrian |
[xemacs-hg @ 2002-07-14 09:43:52 by adrian]
|
Fri, 28 Jun 2002 14:24:08 +0000 |
michaels |
[xemacs-hg @ 2002-06-28 14:24:07 by michaels]
|
Thu, 20 Jun 2002 21:19:10 +0000 |
ben |
[xemacs-hg @ 2002-06-20 21:18:01 by ben]
|
Wed, 05 Jun 2002 09:58:45 +0000 |
ben |
[xemacs-hg @ 2002-06-05 09:54:39 by ben]
|
Fri, 31 May 2002 09:38:49 +0000 |
michaels |
[xemacs-hg @ 2002-05-31 09:38:45 by michaels]
|
Tue, 28 May 2002 08:45:36 +0000 |
ben |
[xemacs-hg @ 2002-05-28 08:44:22 by ben]
|
Thu, 23 May 2002 11:46:46 +0000 |
ben |
[xemacs-hg @ 2002-05-23 11:46:08 by ben]
|