log src/data.c @ 5898:2aeaf9bc7175

age author description
Wed, 08 Apr 2015 21:03:18 +0100 Aidan Kehoe Be more careful about C integer overflow, #'parse-integer.
Tue, 24 Mar 2015 16:49:53 -0400 Vin Shelton Use cast for malloc call to satisfy VS6
Fri, 20 Mar 2015 13:48:16 +0000 Aidan Kehoe Don't extract a fixnum value unnecessarily, thank you Robert Delius Royar
Tue, 17 Mar 2015 00:47:48 +0000 Aidan Kehoe Don't rely on zero termination for Vfixnum_to_char_map, thank you Vin.
Tue, 17 Mar 2015 00:29:39 +0000 Aidan Kehoe Don't tickle an unreasonable but standard C lib limitation, thank you Vin!
Mon, 16 Mar 2015 00:28:18 +0000 Aidan Kehoe Add the non-ASCII digit support, now #'parse-integer can handle it.
Wed, 25 Feb 2015 11:47:12 +0000 Aidan Kehoe Make #'parse-integer Lisp-visible, extend it, allowing non-ASCII digits.
Sun, 15 Dec 2013 10:26:31 +0000 Aidan Kehoe Be lazy converting markers to integers, bytecode_{arithcompare,arithop}().
Sun, 15 Dec 2013 09:57:28 +0000 Aidan Kehoe Return a fixnum as documented with marker arg, #'max, #'min
Sun, 15 Sep 2013 23:47:37 +0900 Stephen J. Turnbull Eliminate several compiler (clang) warnings.
Mon, 05 Aug 2013 17:20:16 +0100 Aidan Kehoe Improve coding style, variable names, data.c, sequence.c
Mon, 17 Jun 2013 10:23:00 -0600 Jerry James Convert C (un)signed long long values to bignums properly.
Sun, 09 Oct 2011 10:39:09 +0100 Aidan Kehoe Change integer to fixnum in a few places where it wasn't possible mechanically.
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Fri, 20 May 2011 12:16:42 +0100 Aidan Kehoe Remove the LOSING_BYTECODE compile-time option, it's been off since 1997.
Tue, 29 Mar 2011 00:02:47 +0200 Mats Lidell Merged with trunk.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Thu, 06 Jan 2011 00:35:22 +0100 Mats Lidell Merged 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
Thu, 17 Mar 2011 16:20:09 +0100 Didier Verna Improve read-only error reporting.
Thu, 17 Mar 2011 20:13:00 +0000 Aidan Kehoe Conditionalise the old-* functions and byte codes at compile time.
Sat, 01 Jan 2011 20:08:44 +0000 Aidan Kehoe Be more helpful in printing ephemerons, weak lists, and weak boxes.
Sat, 20 Nov 2010 16:49:11 +0000 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
Thu, 29 Apr 2010 15:49:21 +0100 Aidan Kehoe Error on too many arguments to #'function, #'quote.
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
Wed, 24 Mar 2010 01:22:51 -0500 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
Sat, 13 Mar 2010 05:38:08 -0600 Ben Wing reduce lcrecord headers to 2 words, rename printing_unreadable_object
Sun, 07 Mar 2010 02:09:59 -0600 Ben Wing merge ben-lisp-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 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
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, 01 Mar 2010 21:05:33 +0000 Aidan Kehoe Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
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.
Thu, 04 Feb 2010 07:28:14 -0600 Ben Wing Rename xfree(FOO, TYPE) -> xfree(FOO)
Mon, 01 Feb 2010 05:29:05 -0600 Ben Wing merge
Thu, 28 Jan 2010 02:48:45 -0600 Ben Wing merge
Tue, 26 Jan 2010 23:22:30 -0600 Ben Wing Mule-izing, various fixes related to char * arguments
Mon, 01 Feb 2010 01:05:28 -0600 Ben Wing merge
Mon, 01 Feb 2010 01:02:40 -0600 Ben Wing implement equalp in C, fix case-folding, add equal() method for keymaps
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sun, 24 Jan 2010 15:21:27 +0000 Aidan Kehoe Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Wed, 13 Jan 2010 05:49:13 -0600 Ben Wing clean up object print methods
Wed, 18 Nov 2009 08:49:14 -0700 Jerry James Remove support for obsolete systems. See xemacs-patches message with ID
Sun, 20 Sep 2009 21:29:00 +0100 Aidan Kehoe Add argument information to remaining MANY or UNEVALLED C subrs.
Sun, 23 Apr 2006 20:12:31 +0000 aidan [xemacs-hg @ 2006-04-23 20:12:25 by aidan]
Sun, 16 Apr 2006 15:54:21 +0000 aidan [xemacs-hg @ 2006-04-16 15:54:16 by aidan]
Mon, 24 Oct 2005 10:07:42 +0000 ben [xemacs-hg @ 2005-10-24 10:07:26 by ben]
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:14:08 +0000 james [xemacs-hg @ 2005-02-03 16:14:02 by james]
Mon, 24 Jan 2005 23:34:34 +0000 ben [xemacs-hg @ 2005-01-24 23:33:30 by ben]
Mon, 20 Sep 2004 19:20:08 +0000 james [xemacs-hg @ 2004-09-20 19:18:55 by james]
Sun, 02 May 2004 04:07:01 +0000 malcolmp [xemacs-hg @ 2004-05-02 04:06:51 by malcolmp]
Thu, 22 Apr 2004 03:24:02 +0000 james [xemacs-hg @ 2004-04-22 03:24:00 by james]
Thu, 15 Apr 2004 15:27:38 +0000 james [xemacs-hg @ 2004-04-15 15:27:34 by james]
Wed, 14 Apr 2004 22:50:54 +0000 james [xemacs-hg @ 2004-04-14 22:50:52 by james]
Tue, 13 Apr 2004 15:38:42 +0000 james [xemacs-hg @ 2004-04-13 15:38:30 by james]
Thu, 08 Apr 2004 15:23:09 +0000 james [xemacs-hg @ 2004-04-08 15:23:07 by james]
Wed, 07 Apr 2004 03:49:00 +0000 james [xemacs-hg @ 2004-04-07 03:48:58 by james]
Wed, 07 Apr 2004 02:44:08 +0000 james [xemacs-hg @ 2004-04-07 02:44:08 by james]
Wed, 07 Apr 2004 02:20:14 +0000 james [xemacs-hg @ 2004-04-07 02:20:12 by james]
Mon, 05 Apr 2004 22:50:11 +0000 james [xemacs-hg @ 2004-04-05 22:49:31 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]
Mon, 30 Jun 2003 09:45:43 +0000 stephent [xemacs-hg @ 2003-06-30 09:45:42 by stephent]
Sat, 01 Mar 2003 07:25:56 +0000 ben [xemacs-hg @ 2003-03-01 07:25:26 by ben]
Sun, 12 Jan 2003 11:08:22 +0000 michaels [xemacs-hg @ 2003-01-12 11:07:58 by michaels]
Tue, 12 Nov 2002 18:58:41 +0000 james [xemacs-hg @ 2002-11-12 18:58:13 by james]
Tue, 03 Sep 2002 11:00:10 +0000 michaels [xemacs-hg @ 2002-09-03 11:00:10 by michaels]
Mon, 29 Jul 2002 09:21:25 +0000 michaels [xemacs-hg @ 2002-07-29 09:21:12 by michaels]
Fri, 28 Jun 2002 14:24:08 +0000 michaels [xemacs-hg @ 2002-06-28 14:24:07 by michaels]
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]
Sun, 05 May 2002 11:33:57 +0000 ben [xemacs-hg @ 2002-05-05 11:30:15 by ben]
Mon, 01 Apr 2002 03:59:04 +0000 ben [xemacs-hg @ 2002-04-01 03:58:02 by ben]
Sun, 31 Mar 2002 08:30:17 +0000 ben [xemacs-hg @ 2002-03-31 08:27:14 by ben]
Fri, 29 Mar 2002 04:49:13 +0000 ben [xemacs-hg @ 2002-03-29 04:46:17 by ben]
Wed, 13 Mar 2002 08:54:06 +0000 ben [xemacs-hg @ 2002-03-13 08:51:24 by ben]
Thu, 20 Sep 2001 06:31:11 +0000 ben [xemacs-hg @ 2001-09-20 06:28:42 by ben]
Mon, 13 Aug 2001 04:46:48 +0000 ben [xemacs-hg @ 2001-08-13 04:45:47 by ben]
Sun, 10 Jun 2001 10:42:39 +0000 ben [xemacs-hg @ 2001-06-10 10:42:16 by ben]
Fri, 01 Jun 2001 08:23:12 +0000 martinb [xemacs-hg @ 2001-06-01 08:23:09 by martinb]
Sat, 26 May 2001 12:24:55 +0000 ben [xemacs-hg @ 2001-05-26 12:24:50 by ben]
Thu, 24 May 2001 07:51:33 +0000 ben [xemacs-hg @ 2001-05-24 07:50:48 by ben]
Mon, 13 Aug 2007 11:42:25 +0200 cvs Import from CVS: tag r21-2-44 r21-2-44
Mon, 13 Aug 2007 11:41:24 +0200 cvs Import from CVS: tag r21-2-43 r21-2-43
Mon, 13 Aug 2007 11:40:21 +0200 cvs Import from CVS: tag r21-2-41 r21-2-41
Mon, 13 Aug 2007 11:36:19 +0200 cvs Import from CVS: tag r21-2-37 r21-2-37
Mon, 13 Aug 2007 11:35:02 +0200 cvs Import from CVS: tag r21-2-36 r21-2-36
Mon, 13 Aug 2007 11:33:38 +0200 cvs Import from CVS: tag r21-2-28 r21-2-28
Mon, 13 Aug 2007 11:31:24 +0200 cvs Import from CVS: tag r21-2-26 r21-2-26
Mon, 13 Aug 2007 11:28:15 +0200 cvs Import from CVS: tag r21-2-22 r21-2-22
Mon, 13 Aug 2007 11:26:11 +0200 cvs Import from CVS: tag r21-2-20 r21-2-20
Mon, 13 Aug 2007 11:24:09 +0200 cvs Import from CVS: tag r21-2-18 r21-2-18
Mon, 13 Aug 2007 11:23:13 +0200 cvs Import from CVS: tag r21-2-17 r21-2-17
Mon, 13 Aug 2007 11:20:41 +0200 cvs Import from CVS: tag r21-2-14 r21-2-14
Mon, 13 Aug 2007 11:19:21 +0200 cvs Import from CVS: tag r21-2-35 r21-2-35
Mon, 13 Aug 2007 11:17:09 +0200 cvs Import from CVS: tag r21-2-33 r21-2-33
Mon, 13 Aug 2007 11:14:34 +0200 cvs Import from CVS: tag r21-2-30 r21-2-30
Mon, 13 Aug 2007 11:13:30 +0200 cvs Import from CVS: tag r21-2-29 r21-2-29
Mon, 13 Aug 2007 11:07:10 +0200 cvs Import from CVS: tag r21-2-5 r21-2-5
Mon, 13 Aug 2007 11:03:08 +0200 cvs Import from CVS: tag r21-2b1 r21-2b1
Mon, 13 Aug 2007 11:01:51 +0200 cvs Import from CVS: tag r21-1-14 r21-1-14
Mon, 13 Aug 2007 10:59:28 +0200 cvs Import from CVS: tag r21-1-11 r21-1-11
Mon, 13 Aug 2007 10:32:22 +0200 cvs Import from CVS: tag r21-0b38 r21-0b38
Mon, 13 Aug 2007 10:30:37 +0200 cvs Import from CVS: tag r21-0b36 r21-0b36
Mon, 13 Aug 2007 10:28:48 +0200 cvs Import from CVS: tag r21-0b34 r21-0b34
Mon, 13 Aug 2007 10:23:02 +0200 cvs Import from CVS: tag r20-5b28 r20-5b28
Mon, 13 Aug 2007 10:19:59 +0200 cvs Import from CVS: tag r20-5b24 r20-5b24
Mon, 13 Aug 2007 10:14:14 +0200 cvs Import from CVS: tag r20-5b15 r20-5b15
Mon, 13 Aug 2007 10:05:51 +0200 cvs Import from CVS: tag r20-4b4 r20-4b4
Mon, 13 Aug 2007 10:04:58 +0200 cvs Import from CVS: tag r20-4b3 r20-4b3
Mon, 13 Aug 2007 10:03:52 +0200 cvs Import from CVS: tag r20-4b2 r20-4b2
Mon, 13 Aug 2007 09:55:28 +0200 cvs Import from CVS: tag r20-3b19 r20-3b19
Mon, 13 Aug 2007 09:52:19 +0200 cvs Import from CVS: tag r20-3b16 r20-3b16