log src/alloc.c @ 112453:06719a229a46 default tip

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Mon, 17 Jan 2011 11:01:01 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Wed, 05 Jan 2011 14:09:07 +0100 Andreas Schwab Use __builtin_unwind_init if available
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Sat, 27 Nov 2010 15:04:57 -0500 Chong Yidong Merge changes from emacs-23 branch
Sun, 21 Nov 2010 19:39:42 -0500 Chong Yidong Fix image cache marking bug (Bug#6301).
Sun, 21 Nov 2010 19:43:53 -0500 Chong Yidong * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).
Thu, 18 Nov 2010 13:45:03 -0800 Dan Nicolaescu * src/alloc.c (refill_memory_reserve): Move declaration ...
Mon, 04 Oct 2010 10:22:57 -0700 Dan Nicolaescu Remove O_RDONLY, O_WRONLY definitions, not needed.
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Thu, 23 Sep 2010 08:09:12 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 12:03:34 -0400 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
Fri, 20 Aug 2010 16:02:11 -0700 Dan Nicolaescu Remove unused variables malloc_sbrk_used and malloc_sbrk_unused.
Sat, 07 Aug 2010 03:10:12 +0200 Juanma Barranquero Remove duplicate declarations.
Fri, 23 Jul 2010 19:50:14 +0200 Juanma Barranquero Remove unused static functions.
Tue, 20 Jul 2010 22:21:03 +0200 Juanma Barranquero Convert some more functions to standard C.
Sun, 11 Jul 2010 20:34:43 +0200 Andreas Schwab Use offsetof instead of own definition
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Sat, 26 Jun 2010 20:47:35 +0200 Andreas Schwab * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 21:52:39 -0700 Dan Nicolaescu Convert declarations or definitions to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Mon, 07 Jun 2010 20:02:41 -0700 Dan Nicolaescu Remove INCLUDED_FCNTL.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Sun, 18 Apr 2010 17:49:33 -0400 Stefan Monnier Hash-cons pure data.
Fri, 19 Mar 2010 17:46:01 -0700 Dan Nicolaescu Remove obsolete uses of HAVE_SHM.
Fri, 22 Jan 2010 18:10:04 +0900 YAMAMOTO Mitsuharu Make string pointer args point to const as in other string allocation functions.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 13 Nov 2009 15:26:28 +0000 Stefan Monnier (mark_object): Don't reprocess marked strings.
Wed, 11 Nov 2009 19:25:24 +0000 Dan Nicolaescu * frame.c (make_initial_frame):
Fri, 06 Nov 2009 18:47:48 +0000 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
Fri, 06 Nov 2009 10:54:26 +0000 Eli Zaretskii (make_pure_c_string): Fix last change to avoid compiler warning.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Fri, 06 Nov 2009 05:24:28 +0000 Dan Nicolaescu * alloc.c (make_pure_c_string): New function.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Tue, 25 Aug 2009 06:03:09 +0000 Kenichi Handa (mark_char_table): New function.
Mon, 17 Aug 2009 01:25:54 +0000 Ken Raeburn * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
Fri, 30 Jan 2009 23:43:20 +0000 Dan Nicolaescu (mark_stack): Properly conditionalize previous change.
Fri, 23 Jan 2009 04:38:18 +0000 Chong Yidong (mark_stack): Use "flushw" instead of "ta 3" assembly call for
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Sat, 02 Aug 2008 16:40:43 +0000 Eli Zaretskii (NSTATICS): Bump to 0x640.
Fri, 11 Jul 2008 02:29:43 +0000 Dan Nicolaescu * lisp.h:
Tue, 08 Jul 2008 07:03:07 +0000 Glenn Morris Use __sparc__ rather than sparc. (Bug#507.)
Mon, 02 Jun 2008 06:09:17 +0000 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
Thu, 15 May 2008 02:46:04 +0000 Chong Yidong (init_alloc_once): Call init_weak_hash_tables.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 23 Apr 2008 05:55:42 +0000 Miles Bader Merge from emacs--rel--22
Fri, 22 Feb 2008 17:42:09 +0000 Stefan Monnier Consolidate the image_cache to the terminal struct.
Mon, 11 Feb 2008 17:54:46 +0000 Stefan Monnier (mark_buffer): Comment fix to clarify the status of Lisp fields.
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Thu, 06 Dec 2007 09:51:45 +0000 Miles Bader Merge from emacs--devo--0
Mon, 29 Oct 2007 23:31:22 +0000 Jason Rumney (NSTATICS): Revert spurious change made in last merge.
Sat, 27 Oct 2007 09:12:07 +0000 Miles Bader Merge from emacs--devo--0
Fri, 19 Oct 2007 00:00:21 +0000 Miles Bader Merge from emacs--devo--0
Fri, 12 Oct 2007 21:06:27 +0000 Miles Bader Fix up multi-tty merge
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Aug 2007 04:54:03 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 04:47:46 +0000 Miles Bader Merge from emacs--devo--0
Fri, 29 Jun 2007 03:37:33 +0000 Stefan Monnier Replace uses of GC_* macros with the non-GC_ versions.
Mon, 11 Jun 2007 00:58:11 +0000 Miles Bader Merge from emacs--devo--0
Tue, 24 Apr 2007 21:56:25 +0000 Miles Bader Merge from emacs--devo--0
Fri, 23 Feb 2007 06:03:41 +0000 Kenichi Handa (Fgarbage_collect): If nextb->text->inhibit_shrinking is
Tue, 30 Jan 2007 22:22:43 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Nov 2006 08:56:38 +0000 Miles Bader Merge from emacs--devo--0
Mon, 28 Aug 2006 04:33:45 +0000 Miles Bader Merge from emacs--devo--0
Wed, 16 Aug 2006 14:08:49 +0000 Miles Bader Merge from emacs--devo--0
Mon, 07 Aug 2006 06:45:31 +0000 Kenichi Handa (NSTATICS): Fix previous change.
Mon, 07 Aug 2006 06:42:01 +0000 Kenichi Handa (NSTATICS): Increased to 0x7F0.
Thu, 03 Aug 2006 11:45:23 +0000 Miles Bader Merge from emacs--devo--0
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Sun, 09 Apr 2006 00:38:22 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54
Fri, 10 Mar 2006 23:46:54 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-42
Wed, 22 Feb 2006 06:54:10 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21
Sat, 11 Feb 2006 00:11:19 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
Wed, 01 Feb 2006 10:07:17 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9
Wed, 25 Jan 2006 07:10:04 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Fri, 07 Oct 2005 07:15:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Fri, 29 Jul 2005 01:54:54 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Thu, 14 Jul 2005 08:02:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Thu, 26 May 2005 05:42:19 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55
Fri, 20 May 2005 04:22:05 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
Sat, 09 Apr 2005 02:16:29 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
Sat, 02 Apr 2005 22:40:25 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33
Thu, 31 Mar 2005 09:58:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
Wed, 23 Feb 2005 09:18:23 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16
Sat, 22 Jan 2005 21:39:38 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4
Sun, 16 Jan 2005 03:40:12 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2
Sun, 02 Jan 2005 09:13:19 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81
Sat, 25 Dec 2004 02:00:25 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79
Wed, 08 Dec 2004 05:02:30 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
Tue, 21 Sep 2004 09:34:12 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43
Wed, 15 Sep 2004 09:00:10 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40
Wed, 28 Jul 2004 07:05:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-26
Sat, 17 Jul 2004 02:46:48 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24
Tue, 29 Jun 2004 16:46:06 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Wed, 17 Sep 2003 19:16:27 +0000 Dave Love Sync with HEAD version.
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Fri, 26 Jul 2002 04:05:01 +0000 Kenichi Handa (Fmake_string): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
Fri, 01 Mar 2002 01:06:56 +0000 Kenichi Handa Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Sun, 13 Jan 2008 00:43:55 +0000 Dan Nicolaescu * movemail.c:
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Fri, 16 Nov 2007 21:24:59 +0000 Stefan Monnier * alloc.c (allocate_other_vector):
Fri, 16 Nov 2007 20:36:34 +0000 Stefan Monnier * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
Fri, 26 Oct 2007 13:42:26 +0000 Juanma Barranquero (spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,
Wed, 17 Oct 2007 02:10:38 +0000 Stefan Monnier (free_misc): Use XMISCTYPE.
Tue, 16 Oct 2007 15:49:43 +0000 Stefan Monnier (Fpurecopy): Set the pvec tag on pseudo vectors.
Tue, 16 Oct 2007 15:42:58 +0000 Stefan Monnier * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
Tue, 02 Oct 2007 22:07:41 +0000 Stefan Monnier (mark_terminals): Typo.
Tue, 02 Oct 2007 21:55:27 +0000 Stefan Monnier * window.h (struct window):
Tue, 02 Oct 2007 21:24:47 +0000 Stefan Monnier * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
Tue, 02 Oct 2007 21:19:17 +0000 Stefan Monnier (mark_object): Fix typo.
Tue, 02 Oct 2007 21:16:53 +0000 Stefan Monnier (allocate_pseudovector): New fun.
Sat, 29 Sep 2007 20:19:41 +0000 Stefan Monnier (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
Sat, 29 Sep 2007 20:10:22 +0000 Stefan Monnier (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
Thu, 27 Sep 2007 19:51:39 +0000 Stefan Monnier (allocate_terminal): Set the vector size to only count the Lisp fields.
Sun, 23 Sep 2007 15:37:13 +0000 Richard M. Stallman (gc_sweep): Check cons cell mark bits word by word
Thu, 20 Sep 2007 21:28:51 +0000 Stefan Monnier (enum mem_type): New member for `terminal' objects.
Sun, 16 Sep 2007 09:25:37 +0000 Andreas Schwab (reset_malloc_hooks): Set the hooks to the previous
Tue, 21 Aug 2007 04:55:30 +0000 Miles Bader Merge from emacs--devo--0
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 02:05:20 +0000 Miles Bader Merge from emacs--devo--0
Mon, 11 Jun 2007 01:00:07 +0000 Miles Bader Merge from emacs--devo--0
Sun, 22 Apr 2007 12:42:47 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 14 Oct 2006 18:40:58 +0000 Karoly Lorentey Fix obvious runtime errors after merge.
Sat, 14 Oct 2006 16:56:21 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 29 Jul 2006 09:59:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 10 Apr 2006 14:52:24 +0000 Karoly Lorentey Merged from
Sun, 12 Mar 2006 04:51:49 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 20 Feb 2006 16:30:15 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 30 Jan 2006 18:06:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
Sun, 25 Dec 2005 20:06:58 +0000 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
Tue, 20 Dec 2005 21:35:03 +0000 Karoly Lorentey Implement full support for frame-local `next-buffer' and `previous-buffer'.
Mon, 19 Dec 2005 19:57:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
Sat, 03 Dec 2005 14:25:50 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 659-663)
Fri, 18 Nov 2005 13:13:34 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
Mon, 07 Nov 2005 14:56:19 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
Sun, 09 Oct 2005 20:00:17 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Sat, 28 May 2005 21:04:38 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
Mon, 16 May 2005 15:49:27 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 307-312)
Mon, 25 Apr 2005 11:49:38 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
Mon, 04 Apr 2005 16:43:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
Sun, 27 Mar 2005 17:29:43 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 204-213)
Sun, 20 Feb 2005 18:47:54 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
Thu, 03 Feb 2005 23:28:36 +0000 Karoly Lorentey Merged in changes from CVS trunk. (Long time no see!) :-)
Thu, 06 Jan 2005 15:00:09 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 23 Dec 2004 16:43:51 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Wed, 08 Dec 2004 22:21:07 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Wed, 08 Dec 2004 22:20:27 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 20 Sep 2004 09:41:18 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 16 Sep 2004 13:09:53 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 27 Jul 2004 07:43:21 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 13 Jul 2004 15:45:15 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 28 Jun 2004 16:04:52 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 24 Jun 2004 07:44:13 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 31 May 2004 13:48:26 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 30 May 2004 21:11:48 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 27 May 2004 17:24:17 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sun, 23 May 2004 05:08:13 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 18 May 2004 19:12:15 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Tue, 27 Apr 2004 15:53:30 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Mon, 26 Jan 2004 21:22:42 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Thu, 22 Jan 2004 15:37:19 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 11 Jan 2004 23:12:24 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Wed, 31 Dec 2003 05:09:29 +0000 Karoly Lorentey A few more bugfixes and new features.
Sun, 19 Aug 2007 00:15:26 +0000 Andreas Schwab (pure): Round PURESIZE up.
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Wed, 11 Jul 2007 15:23:37 +0000 Stefan Monnier (emacs_blocked_free): Remove unused var `bytes_used_now'.
Tue, 10 Jul 2007 18:00:44 +0000 Stefan Monnier (mark_maybe_pointer): Enforce mult-of-8 alignment when using
Fri, 08 Jun 2007 19:59:46 +0000 Juanma Barranquero (init_strings): Initialize canonical empty strings.
Sun, 10 Aug 2008 02:40:17 +0000 Glenn Morris Use __sparc__ rather than sparc.
Sat, 12 Apr 2008 01:58:56 +0000 YAMAMOTO Mitsuharu [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Sun, 16 Sep 2007 09:40:45 +0000 Andreas Schwab (reset_malloc_hooks): Set the hooks to the previous
Sun, 19 Aug 2007 00:16:20 +0000 Andreas Schwab (pure): Round PURESIZE up.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Mon, 16 Apr 2007 03:09:33 +0000 YAMAMOTO Mitsuharu (mem_insert): Set min_heap_address and max_heap_address
Fri, 26 Jan 2007 08:35:54 +0000 YAMAMOTO Mitsuharu (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Thu, 11 Jan 2007 19:21:53 +0000 Jan Dj«£rv (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
Mon, 13 Nov 2006 08:20:28 +0000 YAMAMOTO Mitsuharu (mark_memory): New argument OFFSET. All uses changed.
Sun, 27 Aug 2006 07:08:31 +0000 YAMAMOTO Mitsuharu (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
Thu, 10 Aug 2006 06:09:30 +0000 Jan Dj«£rv * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
Sat, 05 Aug 2006 13:01:50 +0000 Eli Zaretskii Include w32.h.
Sat, 29 Jul 2006 10:18:11 +0000 Eli Zaretskii [WINDOWSNT]: Include fcntl.h, to fix last change.
Sat, 29 Jul 2006 01:53:31 +0000 Richard M. Stallman Whitespace change.
Fri, 28 Jul 2006 11:12:23 +0000 Kim F. Storm (valid_pointer_p): New function (from valid_lisp_object_p).
Tue, 25 Jul 2006 10:10:19 +0000 YAMAMOTO Mitsuharu (find_string_data_in_pure): New function.
Thu, 20 Jul 2006 01:01:04 +0000 YAMAMOTO Mitsuharu (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
Tue, 18 Jul 2006 13:25:40 +0000 Kim F. Storm (buffer_memory_full, memory_full): Use xsignal. Remove loop.
Sat, 08 Apr 2006 16:43:49 +0000 Eli Zaretskii [STDC_HEADERS]: Include stddef.h.
Sat, 08 Apr 2006 15:07:35 +0000 Stefan Monnier * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
Fri, 10 Mar 2006 08:10:24 +0000 Kim F. Storm (USE_POSIX_MEMALIGN): Fix last change.
Thu, 09 Mar 2006 23:06:58 +0000 Stefan Monnier (USE_POSIX_MEMALIGN): New macro.
Fri, 17 Feb 2006 16:00:35 +0000 Stefan Monnier (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
Thu, 09 Feb 2006 10:49:59 +0000 Juanma Barranquero (Fmake_bool_vector, Fpurecopy): Doc fixes.
Fri, 27 Jan 2006 22:14:57 +0000 Chong Yidong * alloc.c (make_interval, allocate_string)
Thu, 26 Jan 2006 17:51:42 +0000 Richard M. Stallman (check_pure_size): Make overflow message an "error message".
Tue, 24 Jan 2006 18:35:25 +0000 Chong Yidong * alloc.c (allocate_string_data): Update next_free immediately, to
Mon, 23 Jan 2006 02:35:36 +0000 Stefan Monnier (lisp_align_free): Add an assertion.
Sun, 11 Dec 2005 05:07:16 +0000 Richard M. Stallman Comment and whitespace changes.
Wed, 30 Nov 2005 00:04:51 +0000 Kim F. Storm Include fcntl.h. Define O_WRONLY if not defined.
Tue, 15 Nov 2005 13:53:26 +0000 Andreas Schwab (free_float): Make free list chaining aliasing-safe.
Wed, 09 Nov 2005 23:14:12 +0000 Kim F. Storm (valid_lisp_object_p): New function to validate that
Thu, 03 Nov 2005 21:11:20 +0000 Richard M. Stallman (refill_memory_reserve): Move decl out of conditionals.
Sun, 30 Oct 2005 07:34:05 +0000 Richard M. Stallman (BYTES_USED): Use uordblks, not arena.
Sat, 29 Oct 2005 20:17:48 +0000 Chong Yidong * alloc.c (emacs_blocked_free): Fix typo.
Sat, 29 Oct 2005 19:39:50 +0000 Richard M. Stallman (syms_of_alloc) <memory-full>: Doc fix.
Fri, 28 Oct 2005 16:25:37 +0000 Richard M. Stallman (spare_memory): No longer static.
Tue, 04 Oct 2005 20:26:13 +0000 Richard M. Stallman (refill_memory_reserve): Conditionalize the body, not the function's existence.
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Sat, 23 Jul 2005 19:08:06 +0000 Richard M. Stallman (gc_cons_threshold): Not static.
Wed, 13 Jul 2005 05:33:34 +0000 Stefan Monnier (gc_cons_threshold): Make it static.
Wed, 13 Jul 2005 05:28:37 +0000 Stefan Monnier (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Tue, 24 May 2005 15:34:09 +0000 Juanma Barranquero Fix typo in comment.
Sat, 14 May 2005 14:07:03 +0000 Richard M. Stallman (Fmemory_full_p): New function.
Wed, 20 Apr 2005 07:50:08 +0000 Kenichi Handa (make_sub_char_table): Argument changed to initial
Sun, 03 Apr 2005 22:27:05 +0000 Kim F. Storm (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
Sat, 02 Apr 2005 12:05:38 +0000 Jan Dj«£rv * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
Thu, 24 Mar 2005 19:51:13 +0000 Stefan Monnier (make_number): The arg can be bigger than `int'.
Fri, 18 Feb 2005 18:16:09 +0000 Stefan Monnier (BLOCK_BYTES): Harmless typo.
Thu, 20 Jan 2005 15:37:41 +0000 Kim F. Storm (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
Thu, 06 Jan 2005 22:02:32 +0000 Kim F. Storm (mark_fringe_data): Declare extern.
Tue, 04 Jan 2005 20:22:41 +0000 Stefan Monnier (refill_memory_reserve): Move.
Sun, 02 Jan 2005 22:52:23 +0000 Richard M. Stallman (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
Sat, 25 Dec 2004 10:31:36 +0000 Jan Dj«£rv Update comment for check_depth.
Sat, 25 Dec 2004 10:13:57 +0000 Jan Dj«£rv * alloc.c (check_depth): New variable.
Tue, 21 Dec 2004 11:30:31 +0000 Richard M. Stallman (Fgarbage_collect): Update call to truncate_undo_list.
Wed, 15 Dec 2004 21:40:41 +0000 Jan Dj«£rv * syssignal.h: Declare main_thread.
Tue, 07 Dec 2004 17:38:30 +0000 Jan Dj«£rv * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
Tue, 07 Dec 2004 08:25:43 +0000 Jan Dj«£rv * gtkutil.c: Include signal.h and syssignal.h.
Wed, 01 Dec 2004 14:10:23 +0000 Kim F. Storm Add commentary for last change.
Tue, 30 Nov 2004 00:30:56 +0000 Kim F. Storm Add more checks for buffer overruns.
Sat, 27 Nov 2004 22:40:50 +0000 Andreas Schwab (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
Sat, 18 Sep 2004 19:18:58 +0000 Richard M. Stallman Comment change.
Mon, 13 Sep 2004 21:06:31 +0000 Stefan Monnier (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
Sun, 25 Jul 2004 17:35:04 +0000 Richard M. Stallman (check_cons_list): New function (contents commented out).
Mon, 12 Jul 2004 14:35:53 +0000 Kim F. Storm (mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK.
Thu, 24 Jun 2004 22:01:27 +0000 Kim F. Storm (allocate_misc): Update total_free_markers.
Tue, 22 Jun 2004 13:56:34 +0000 Kim F. Storm (safe_alloca_unwind): Clear dogc and pointer members.
Mon, 21 Jun 2004 21:51:50 +0000 Kim F. Storm (safe_alloca_unwind): New function.
Sat, 29 May 2004 16:19:41 +0000 Richard M. Stallman (undo_outer_limit): New variable.
Sat, 29 May 2004 16:10:27 +0000 Richard M. Stallman (lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.
Sat, 29 May 2004 00:00:17 +0000 Stefan Monnier Undo Kim's recent changes and fix the same bug differently.
Fri, 28 May 2004 20:59:14 +0000 Stefan Monnier (struct backtrace): Remove.
Tue, 25 May 2004 11:18:07 +0000 Kim F. Storm (marker_blocks_pending_free): New var.
Sat, 22 May 2004 22:22:38 +0000 Richard M. Stallman (Fmake_string): Doc fix.
Fri, 21 May 2004 23:36:10 +0000 Kim F. Storm (struct backtrace): Add debug_on_exit member.
Tue, 18 May 2004 16:22:46 +0000 Stefan Monnier (Fgarbage_collect): Do all the marking before flushing
Mon, 17 May 2004 15:20:16 +0000 Kim F. Storm (mark_object): Mark Lisp_Misc_Free cell. Fix comment.
Mon, 17 May 2004 12:08:02 +0000 Kim F. Storm (mark_object): Ignore Lisp_Misc_Free objects.
Mon, 26 Apr 2004 21:42:49 +0000 Andreas Schwab (Fmake_bool_vector): Use BOOL_VECTOR_BITS_PER_CHAR instead of
Mon, 26 Jan 2004 11:54:25 +0000 Andreas Schwab (Fpurecopy): Declare size as EMACS_INT to not lose bits.
Wed, 21 Jan 2004 03:34:32 +0000 Stefan Monnier (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
Wed, 14 Jan 2004 14:35:23 +0000 Stefan Monnier (struct interval_block, struct string_block)
Sun, 11 Jan 2004 21:50:12 +0000 Jan Dj«£rv * alloc.c (allocate_vectorlike): Surround calls to mallopt with
Tue, 18 Nov 2003 00:39:13 +0000 Stefan Monnier (make_float, Fcons): Clear the markbit at init time.
Mon, 13 Oct 2003 18:45:03 +0000 Richard M. Stallman (lisp_align_malloc): If BASE is 0, call memory_full.
Fri, 19 Sep 2003 15:49:25 +0000 Dave Love (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
Thu, 11 Sep 2003 22:41:16 +0000 Stefan Monnier (init_marker): Remove debugging code.
Thu, 11 Sep 2003 22:18:00 +0000 Stefan Monnier (init_intervals, init_symbol, init_marker): Don't preallocate anything.
Sun, 07 Sep 2003 19:15:32 +0000 Andreas Schwab Use long instead of int when casting ABLOCKS_BUSY to
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 20 Aug 2003 16:46:33 +0000 Dave Love (lisp_align_malloc): Change type of `aligned'.
Tue, 19 Aug 2003 12:58:06 +0000 Gerd Moellmann (lisp_align_malloc): Check for memory full when
Fri, 08 Aug 2003 23:14:04 +0000 Andreas Schwab (mark_object): Handle Lisp_Misc_Save_Value.
Mon, 21 Jul 2003 20:03:18 +0000 Stefan Monnier (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
Mon, 21 Jul 2003 09:50:53 +0000 Richard M. Stallman (syms_of_alloc): Doc fixes.
Tue, 15 Jul 2003 19:19:59 +0000 Stefan Monnier Use bitmaps for cons cells, as was done for floats.
Mon, 14 Jul 2003 05:37:52 +0000 Paul Eggert (pure, staticvec): Initialize these arrays to nonzero, so that they're
Mon, 14 Jul 2003 02:51:08 +0000 Stefan Monnier (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
Wed, 09 Jul 2003 14:53:41 +0000 Stefan Monnier (mark_object): Mark the new `next' field of overlays.
Mon, 07 Jul 2003 20:39:40 +0000 Richard M. Stallman (Fgarbage_collect): Doc fix.
Sun, 06 Jul 2003 23:12:21 +0000 Stefan Monnier (live_float_p): Check that p is not past the `floats' array,
Sun, 06 Jul 2003 19:34:03 +0000 Stefan Monnier (mark_object): Change arg to only take Lisp_Object rather than *Lisp_Object.
Sun, 06 Jul 2003 14:55:00 +0000 Jason Rumney (struct ablock): Only include padding when there is some.
Fri, 04 Jul 2003 20:19:06 +0000 Stefan Monnier (ALIGN): Add casts to simplify usage.
Fri, 27 Jun 2003 22:54:26 +0000 Stefan Monnier (mark_buffer): Fix missed buffer->name in last patch.
Fri, 27 Jun 2003 21:54:20 +0000 Stefan Monnier (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
Thu, 26 Jun 2003 23:16:05 +0000 Stefan Monnier (survives_gc_p): Simplify.
Wed, 25 Jun 2003 23:27:32 +0000 Stefan Monnier (make_interval, Fmake_symbol, allocate_misc):
Sun, 15 Jun 2003 21:48:14 +0000 Stefan Monnier (mark_kboards): Move to keyboard.c.
Thu, 29 May 2003 18:36:16 +0000 Dave Love Comment.
Mon, 26 May 2003 22:03:17 +0000 Andreas Schwab (Fgarbage_collect): Fix last change.
Sun, 25 May 2003 17:40:03 +0000 Stefan Monnier (Fgarbage_collect): Remove `unused var tail' warning.
Sat, 17 May 2003 12:40:32 +0000 Richard M. Stallman (Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning.
Wed, 30 Apr 2003 12:04:39 +0000 Richard M. Stallman (abort_on_gc): New variable.
Thu, 17 Apr 2003 21:49:09 +0000 Stefan Monnier (Fmake_byte_code): Improve the `usage' string.
Sun, 06 Apr 2003 20:27:19 +0000 Richard M. Stallman (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.
Sun, 23 Mar 2003 02:07:13 +0000 Kenichi Handa (make_string_from_bytes): Add `const' for the arg
Wed, 19 Mar 2003 12:24:43 +0000 Kenichi Handa (make_specified_string): Fix previous change.
Sat, 22 Feb 2003 22:15:31 +0000 Stefan Monnier (Fgarbage_collect): Don't use XSETFLOAT.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Thu, 30 Jan 2003 14:15:58 +0000 Dave Love (Vgc_elapsed, gcs_done): New variables.
Fri, 24 Jan 2003 12:24:13 +0000 Dave Love (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
Tue, 21 Jan 2003 16:56:13 +0000 Dave Love (Fgc_status): Print zombie list.
Sun, 19 Jan 2003 21:50:03 +0000 Jan Dj«£rv GTK version
Sun, 12 Jan 2003 15:36:40 +0000 Kim F. Storm (pure_alloc): Rewritten and simplified.
Sun, 12 Jan 2003 00:40:09 +0000 Kim F. Storm (pure_alloc): Corrected last change; now align the
Fri, 10 Jan 2003 20:08:32 +0000 Andreas Schwab (pure_alloc): Correct alignment for Lisp_Floats.
Mon, 06 Jan 2003 00:45:45 +0000 Richard M. Stallman (make_save_value): New function.
Sat, 21 Dec 2002 17:59:27 +0000 Richard M. Stallman Comment change.
Thu, 14 Nov 2002 14:12:12 +0000 Dave Love (SETJMP_WILL_NOT_WORK): Add note.
Wed, 11 Sep 2002 01:58:22 +0000 Richard M. Stallman (Fgarbage_collect): Use pop_message_unwind.
Sun, 01 Sep 2002 13:37:41 +0000 Richard M. Stallman (display_malloc_warning): Use display-warning.
Wed, 07 Aug 2002 14:37:32 +0000 Richard M. Stallman (mark_object): Detect long lists for debugging.
Tue, 16 Jul 2002 19:47:52 +0000 Ken Raeburn (xstrdup, make_string, make_unibyte_string)
Tue, 16 Jul 2002 15:48:47 +0000 Ken Raeburn * alloc.c (make_event_array): Use SSET for storing into a string.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 17:44:22 +0000 Richard M. Stallman (Vmemory_full): New variable.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 10 Jul 2002 08:45:24 +0000 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Mon, 20 May 2002 08:04:52 +0000 Ken Raeburn * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Mon, 25 Mar 2002 22:38:55 +0000 Stefan Monnier (check_pure_size): Update the comment.
Fri, 22 Mar 2002 22:53:23 +0000 Stefan Monnier (check_pure_size): Only output a warning.
Wed, 06 Mar 2002 15:55:51 +0000 Gerd Moellmann (mark_kboards): Mark echo_string.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Fri, 15 Feb 2002 21:23:51 +0000 Andreas Schwab Remove unwanted changes.
Fri, 15 Feb 2002 21:19:08 +0000 Andreas Schwab (NSTATICS): Increase to 1280.
Fri, 15 Feb 2002 09:36:05 +0000 Kai Gro©Îjohann (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
Fri, 08 Feb 2002 21:23:53 +0000 Kim F. Storm (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
Thu, 07 Feb 2002 11:10:47 +0000 Andreas Schwab Fix thinko in last change.
Thu, 07 Feb 2002 11:05:08 +0000 Andreas Schwab (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
Sun, 27 Jan 2002 22:53:26 +0000 Richard M. Stallman Comment change.
Sat, 29 Dec 2001 12:47:29 +0000 Gerd Moellmann Add a comment.
Sun, 16 Dec 2001 21:52:36 +0000 Richard M. Stallman (pure_alloc): After overflow, allocate just a small block.
Fri, 07 Dec 2001 12:32:21 +0000 Andreas Schwab (inhibit_garbage_collection): Don't exceed value an int can hold.
Wed, 05 Dec 2001 21:37:48 +0000 Andrew Innes (Fgarbage_collect): Shrink buffer gaps that are
Tue, 13 Nov 2001 06:55:14 +0000 Pavel Jan«¿k (Flist): Reindent.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jan«¿k Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 09:51:56 +0000 Miles Bader (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.
Sun, 21 Oct 2001 08:48:26 +0000 Pavel Jan«¿k Reindent DEFUNs with doc: keywords.
Wed, 17 Oct 2001 03:16:12 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Sun, 14 Oct 2001 10:36:01 +0000 Gerd Moellmann Put doc strings in comments.
Fri, 12 Oct 2001 22:19:11 +0000 Stefan Monnier (mark_interval_tree): Use traverse_intervals_noorder.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Sat, 06 Oct 2001 23:32:01 +0000 Gerd Moellmann (inhibit_garbage_collection): Simplify.
Fri, 05 Oct 2001 09:42:02 +0000 Gerd Moellmann (purebeg, pure_size, pure_bytes_used_before_overflow):
Sat, 15 Sep 2001 08:00:07 +0000 Eli Zaretskii Fix a typo in a comment. From Pavel Janik.
Mon, 10 Sep 2001 13:41:21 +0000 Gerd Moellmann allocate_buffer): Call VALIDATE_LISP_STORAGE.
Mon, 06 Aug 2001 10:03:40 +0000 Gerd Moellmann Remove init_stack static declaration.
Mon, 21 May 2001 12:23:54 +0000 Gerd Moellmann (Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
Thu, 29 Mar 2001 10:35:24 +0000 Gerd Moellmann (live_string_p, live_cons_p, live_symbol_p)
Fri, 02 Mar 2001 17:25:22 +0000 Eli Zaretskii (mark_maybe_pointer): Fix a typo in a comment.
Wed, 28 Feb 2001 13:29:33 +0000 Gerd Moellmann (toplevel): Include process.h.
Wed, 31 Jan 2001 12:22:25 +0000 Gerd Moellmann (Fmake_list): Add a QUIT in the loop; unroll the loop.
Sun, 28 Jan 2001 11:23:07 +0000 Andrew Choi * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
Tue, 09 Jan 2001 20:10:50 +0000 Gerd Moellmann (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
Tue, 09 Jan 2001 13:43:43 +0000 Gerd Moellmann (Fgarbage_collect): Use a record_unwind_protect to
Thu, 07 Dec 2000 12:00:51 +0000 Stefan Monnier (gc_sweep): Add comment.
Wed, 06 Dec 2000 21:03:16 +0000 Gerd Moellmann (gc_sweep): Prevent symbols read during loadup
Wed, 06 Dec 2000 14:22:15 +0000 Gerd Moellmann (Fgarbage_collect): Dox fix. Return a list as
Thu, 23 Nov 2000 04:48:08 +0000 Kenichi Handa (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.
Wed, 22 Nov 2000 16:32:36 +0000 Gerd Moellmann (mark_object) <frame>: Mark tool bar items differently.
Mon, 20 Nov 2000 01:06:33 +0000 Kenichi Handa (make_string): Fix previous change. Be sure to make
Mon, 23 Oct 2000 15:02:15 +0000 Gerd Moellmann (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
Fri, 20 Oct 2000 19:13:33 +0000 Gerd Moellmann (toplevel): Conditionalize compilation of mem_*
Fri, 20 Oct 2000 18:45:17 +0000 Jason Rumney Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
Fri, 20 Oct 2000 15:55:14 +0000 Gerd Moellmann (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
Wed, 18 Oct 2000 11:58:50 +0000 Gerd Moellmann (allocate_string) [GC_CHECK_STRING_BYTES]: Call
Tue, 17 Oct 2000 19:38:47 +0000 Gerd Moellmann (pure_bytes_used): Renamed from pureptr.
Tue, 17 Oct 2000 15:38:30 +0000 Gerd Moellmann (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Tue, 10 Oct 2000 11:10:58 +0000 Andreas Schwab (mark_object): Remove all workarounds installed on
Tue, 03 Oct 2000 12:46:35 +0000 Eli Zaretskii (Fgarbage_collect): Prevent compiler warning for a call
Tue, 26 Sep 2000 11:11:51 +0000 Gerd Moellmann (GC_CHECK_STRING_BYTES): Temporarily define, for bug
Mon, 25 Sep 2000 21:08:56 +0000 Dave Love (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
Mon, 25 Sep 2000 18:38:11 +0000 Gerd Moellmann (mark_image): Use GC_NILP instead of NILP.
Thu, 21 Sep 2000 20:54:57 +0000 Gerd Moellmann Avoid some more compiler warnings.
Wed, 13 Sep 2000 09:18:49 +0000 Gerd Moellmann Add some comments about DOUG_LEA_MALLOC's use of mmap
Tue, 22 Aug 2000 22:41:00 +0000 Andrew Innes Include keyboard.h before frame.h.
Thu, 17 Aug 2000 14:01:09 +0000 Dave Love (lisp_malloc): Declare with POINTER_TYPE.
Tue, 15 Aug 2000 19:24:42 +0000 Gerd Moellmann (compact_small_strings): Use safe_bcopy, add an
Mon, 14 Aug 2000 14:15:44 +0000 Dave Love [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
Wed, 02 Aug 2000 20:15:51 +0000 Gerd Moellmann (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
Wed, 19 Jul 2000 11:05:32 +0000 Gerd Moellmann (allocate_string_data): Don't copy old string contents.
Tue, 18 Jul 2000 14:38:20 +0000 Gerd Moellmann (allocate_string_data): If string had already data
Tue, 20 Jun 2000 13:15:58 +0000 Dave Love (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
Mon, 19 Jun 2000 15:58:43 +0000 Gerd Moellmann (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
Fri, 19 May 2000 23:49:35 +0000 Kenichi Handa (Fmake_byte_code): If BYTECODE-STRING is multibyte,
Sun, 02 Apr 2000 01:52:58 +0000 Ken Raeburn * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Thu, 30 Mar 2000 09:29:22 +0000 Gerd Moellmann (xstrdup): Moved here from xfaces.c.
Wed, 29 Mar 2000 22:14:34 +0000 Ken Raeburn Stop assuming interval pointers and lisp objects can be distinguished by
Tue, 28 Mar 2000 11:08:24 +0000 Dave Love Include stdio.h. Test STDC_HEADERS, not __STDC__.
Mon, 27 Mar 2000 19:42:47 +0000 Gerd Moellmann (mark_maybe_object): New function.
Wed, 22 Mar 2000 21:44:05 +0000 Ken Raeburn Changes towards better type safety regarding intervals, primarily
Tue, 21 Mar 2000 00:36:12 +0000 Kenichi Handa (mark_face_cache): Don't mark face->registry.
Thu, 17 Feb 2000 16:14:11 +0000 Gerd Moellmann (enum mem_type): Compile unconditionally.
Thu, 17 Feb 2000 15:21:21 +0000 Gerd Moellmann (mark_object): Don't mark symbol names in pure space.
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Mon, 17 Jan 2000 11:41:01 +0000 Dave Love (purecopy): Doc fix.
Tue, 04 Jan 2000 12:22:13 +0000 Gerd Moellmann (Fgarbage_collect): Return number of live and free
Tue, 28 Dec 1999 03:34:56 +0000 Richard M. Stallman Comment change.
Wed, 15 Dec 1999 00:01:44 +0000 Kenichi Handa (Fmake_string): Adjusted for the change of CHAR_STRING.
Sun, 07 Nov 1999 22:44:36 +0000 Gerd Moellmann (Fgarbage_collect): Call unmark_byte_stack.
Sun, 07 Nov 1999 15:52:40 +0000 Gerd Moellmann Remove conditional compilation on USE_TEXT_PROPERTIES.
Fri, 05 Nov 1999 21:26:42 +0000 Gerd Moellmann (Fgarbage_collect): Call mark_byte_stack and
Mon, 25 Oct 1999 04:58:18 +0000 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Sun, 19 Sep 1999 21:46:42 +0000 Gerd Moellmann (Fgarbage_collect): Remove unused variable.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Mon, 30 Aug 1999 16:18:30 +0000 Andreas Schwab Include <stdlib.h> if available.
Mon, 23 Aug 1999 00:11:34 +0000 Gerd Moellmann (mark_glyph_matrix): Mark strings only.
Sat, 21 Aug 1999 19:28:42 +0000 Gerd Moellmann (Fgarbage_collect): Use push_message, restore_message,
Fri, 30 Jul 1999 15:49:10 +0000 Karl Heuer (allocate_vectorlike): Add missing increment.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (gc_sweep): Call sweep_weak_hash_tables.
Sat, 02 Jan 1999 00:10:26 +0000 Richard M. Stallman (MMAP_MAX_AREAS): New macro.
Wed, 30 Dec 1998 01:07:49 +0000 Richard M. Stallman (lisp_malloc, lisp_free): New functions.
Thu, 22 Oct 1998 01:53:38 +0000 Richard M. Stallman (Fgarbage_collect): Block input around most of the function.
Sun, 07 Jun 1998 22:32:47 +0000 Richard M. Stallman (mark_kboards): Mark Vlast_prefix_arg too.
Sun, 07 Jun 1998 21:41:37 +0000 Richard M. Stallman (mark_kboards): Mark all the Lisp_Object fields.
Sun, 24 May 1998 23:23:59 +0000 Richard M. Stallman (Fgarbage_collect): Call shrink_regexp_cache.
Tue, 05 May 1998 19:30:33 +0000 Richard M. Stallman (Fmake_bool_vector): Clear out extraneous bits at end.
Mon, 20 Apr 1998 17:04:16 +0000 Richard M. Stallman (Fgarbage_collect): Don't truncate command-history here.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 06 Apr 1998 09:04:23 +0000 Andreas Schwab (gc_sweep): Avoid using two loop variables counting the
Sat, 28 Mar 1998 21:50:59 +0000 Richard M. Stallman (mark_buffer): Mark the undo_list slot specially;
Sat, 21 Mar 1998 18:07:06 +0000 Richard M. Stallman (make_specified_string): New function.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 12 Mar 1998 05:49:15 +0000 Richard M. Stallman (gc_sweep, mark_object): Handle new data structure
Fri, 06 Mar 1998 21:50:44 +0000 Richard M. Stallman (Fmake_string): Handle the case INIT is a multibyte character correctly.
Thu, 05 Feb 1998 03:28:36 +0000 Richard M. Stallman (list2, list3, list4, list5): New functions.
Sun, 25 Jan 1998 07:20:49 +0000 Richard M. Stallman Comment change.
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Sun, 18 Jan 1998 03:19:14 +0000 Karl Heuer (STRING_BASE_SIZE): New macro.
Mon, 05 Jan 1998 17:17:27 +0000 Richard M. Stallman (make_pure_string): New arg length_byte.
Fri, 02 Jan 1998 21:27:13 +0000 Richard M. Stallman (Fmake_marker): Initialize marker's bytepos and charpos.
Sun, 21 Dec 1997 02:17:50 +0000 Richard M. Stallman (Fgarbage_collect):
Thu, 04 Dec 1997 03:30:03 +0000 Karl Heuer Comment fix (to avoid "unterminated comment" warning).
Fri, 28 Nov 1997 14:32:30 +0000 Andreas Schwab (malloc_warning, display_malloc_warning): Return void.
Wed, 15 Oct 1997 23:28:06 +0000 Karl Heuer (gc_sweep): Free memory blocks that contain only unused
Mon, 01 Sep 1997 23:37:14 +0000 Richard M. Stallman (free_float, free_cons): Don't use the same field for chaining as for marking.
Fri, 29 Aug 1997 19:52:57 +0000 Richard M. Stallman (free_marker): Call unchain_marker.
Wed, 13 Aug 1997 04:13:39 +0000 Richard M. Stallman (free_marker): New function.
Sat, 05 Jul 1997 00:22:54 +0000 Richard M. Stallman (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Mon, 02 Jun 1997 00:22:49 +0000 Richard M. Stallman (Fmake_byte_code): Set val from p, not from val.
Wed, 28 May 1997 17:19:16 +0000 Richard M. Stallman (Fmake_bool_vector): Doc fix.
Fri, 16 May 1997 00:43:18 +0000 Kenichi Handa (BYTES_USED): Put # at the beginning of line.
Wed, 09 Apr 1997 04:00:39 +0000 Richard M. Stallman Update copyright year.
Wed, 09 Apr 1997 03:59:08 +0000 Richard M. Stallman For glibc's malloc, include <malloc.h> for mallinfo,
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (Fmake_char_table): Adjusted for the new structure of
Sat, 22 Mar 1997 04:02:03 +0000 Richard M. Stallman (mark_object): Mark the buffer_list field.
Thu, 20 Feb 1997 06:43:51 +0000 Karl Heuer (Fmake_char_table): Typo in doc-string fixed. Handle
Thu, 07 Nov 1996 21:14:18 +0000 Richard M. Stallman (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.
Mon, 28 Oct 1996 11:55:29 +0000 Erik Naggum (Fmake_char_table): Doc fix.
Tue, 17 Sep 1996 17:49:23 +0000 Erik Naggum Comment changes.
Tue, 17 Sep 1996 15:36:26 +0000 Erik Naggum (Fmake_symbol): Initialize `obarray' field.
Wed, 04 Sep 1996 00:06:48 +0000 Richard M. Stallman (Fmake_byte_code): Call make_pure_vector using nargs.
Tue, 03 Sep 1996 23:56:33 +0000 Richard M. Stallman (Fpurecopy): Cast arg to make_pure_vector.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Sat, 31 Aug 1996 21:53:53 +0000 Richard M. Stallman (Fgarbage_collect): Report used and free intervals.
Thu, 29 Aug 1996 00:44:05 +0000 Richard M. Stallman (syms_of_alloc): Set up Lisp variables ...-consed,
Mon, 10 Jun 1996 18:19:48 +0000 Richard M. Stallman (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.
Mon, 08 Apr 1996 14:05:57 +0000 Richard M. Stallman (garbage_collection_messages): New variable.
Wed, 06 Mar 1996 04:37:18 +0000 Karl Heuer (struct string_block_head): Change to match string_block.
Thu, 18 Jan 1996 08:37:41 +0000 Richard M. Stallman (mark_object): Mark frame title field.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 02:44:30 +0000 Erik Naggum (Fmake_symbol): Harmonize arguments with documentation (correctly).
Tue, 09 Jan 1996 02:21:31 +0000 Erik Naggum (Fmake_symbol): Harmonize arguments with documentation.
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Mon, 20 Nov 1995 23:21:25 +0000 Richard M. Stallman (Flist): Avoid using -- in while condition.
Wed, 15 Nov 1995 17:42:44 +0000 Richard M. Stallman (mark_object): Don't overwrite original argument value.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Sun, 29 Oct 1995 19:17:24 +0000 Richard M. Stallman (Fmake_char_table): Doc fix.
Sun, 29 Oct 1995 19:02:07 +0000 Richard M. Stallman Cast first arg to bzero.
Sat, 14 Oct 1995 05:53:31 +0000 Richard M. Stallman (Qchar_table_extra_slots): New variable.
Sun, 08 Oct 1995 02:56:45 +0000 Erik Naggum (Fmake_char_table): Initialize parent to nil.
Sat, 07 Oct 1995 21:53:27 +0000 Richard M. Stallman (Fmake_chartable, Fmake_boolvector): New functions.
Fri, 08 Sep 1995 16:59:25 +0000 Richard M. Stallman (Fmake_marker): Initialize insertion_type to 0.
Wed, 02 Aug 1995 18:30:53 +0000 Richard M. Stallman (cons_cells_consed, floats_consed, vector_cells_consed)
Wed, 19 Jul 1995 03:39:43 +0000 Richard M. Stallman (init_alloc_once): Set gc_cons_threshold from Lisp obj size.
Mon, 17 Jul 1995 22:10:25 +0000 Karl Heuer (Flist): Rewritten.
Fri, 16 Jun 1995 16:08:21 +0000 Richard M. Stallman (mark_object): Mark icon_name field.
Fri, 09 Jun 1995 20:37:32 +0000 Karl Heuer (mark_kboards): Mark system_key_syms member.
Wed, 07 Jun 1995 22:25:46 +0000 Karl Heuer (mark_kboards): Mark Vprefix_arg instead of
Tue, 06 Jun 1995 02:02:51 +0000 Karl Heuer Declare sbrk.
Wed, 24 May 1995 01:39:24 +0000 Karl Heuer (Fgarbage_collect): Clear consing_since_gc first thing.
Sat, 06 May 1995 23:04:13 +0000 Richard M. Stallman (gc_cons_threshold): Change back to int.
Thu, 04 May 1995 16:19:08 +0000 Richard M. Stallman (gc_cons_threshold): Make this an EMACS_INT.
Tue, 25 Apr 1995 23:47:55 +0000 Karl Heuer (mark_kboards): Mark the kbd macro and Vsystem_key_alist.
Thu, 13 Apr 1995 21:14:31 +0000 Karl Heuer Delete the #if that compares MARKBIT.
Wed, 12 Apr 1995 17:53:01 +0000 Richard M. Stallman (gc_sweep): If a misc has type Lisp_Misc_Free,
Tue, 11 Apr 1995 20:19:46 +0000 Richard M. Stallman (inhibit_garbage_collection): New function.
Mon, 10 Apr 1995 05:33:58 +0000 Richard M. Stallman Include keyboard.h.
Fri, 07 Apr 1995 05:28:07 +0000 Richard M. Stallman (Fmake_marker, mark_object): Use XMISCTYPE.
Fri, 17 Mar 1995 07:41:02 +0000 Richard M. Stallman (init_alloc_once): Increase gc_cons_threshold to 300000.
Wed, 15 Mar 1995 01:57:05 +0000 Karl Heuer (mark_kboards): Renamed from mark_perdisplays.
Wed, 08 Mar 1995 01:25:19 +0000 Karl Heuer (mark_perdisplays): Mark Vlast_kbd_macro.
Wed, 01 Mar 1995 03:43:05 +0000 Karl Heuer (mark_perdisplays): Update to reflect current Lisp_Objects.
Wed, 22 Feb 1995 03:03:10 +0000 Karl Heuer (mark_perdisplays): Mark kbd_queue.
Mon, 06 Feb 1995 22:52:25 +0000 Richard M. Stallman (emacs_blocked_malloc): Set __malloc_extra_blocks here.
Fri, 03 Feb 1995 23:23:34 +0000 Karl Heuer (mark_perdisplays): New function.
Sat, 28 Jan 1995 03:51:55 +0000 Karl Heuer (mark_object): Ignore Lisp_Misc_Display_Objfwd objects.
Wed, 18 Jan 1995 20:52:48 +0000 Karl Heuer Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
Sat, 14 Jan 1995 02:19:32 +0000 Karl Heuer (Fpurecopy): Mask size field when copying pseudovector.
Fri, 13 Jan 1995 00:02:43 +0000 Karl Heuer Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.
Fri, 13 Jan 1995 00:00:23 +0000 Karl Heuer (DONT_COPY_FLAG): Default this to 1.
Wed, 11 Jan 1995 03:00:32 +0000 Karl Heuer (DONT_COPY_FLAG): Fix typo.
Wed, 11 Jan 1995 02:04:58 +0000 Karl Heuer (Fgarbage_collect): Don't log the GC message.
Wed, 11 Jan 1995 01:19:09 +0000 Richard M. Stallman (DONT_COPY_FLAG): New bit flag.
Wed, 04 Jan 1995 22:43:47 +0000 Karl Heuer (mark_object, mark_buffer): Don't mark buffer twice.
Tue, 03 Jan 1995 01:20:47 +0000 Karl Heuer (mark_object): Make `else' visible outside MULTI_FRAME.
Mon, 02 Jan 1995 09:15:25 +0000 Richard M. Stallman (mark_buffer, gc_sweep): Use BUF_INTERVALS.
Fri, 30 Dec 1994 01:52:37 +0000 Richard M. Stallman (mark_object): Don't use Lisp_Process, Lisp_Window.
Wed, 21 Dec 1994 22:23:49 +0000 Richard M. Stallman (mark_object): In a frame, mark the buffer_predicate.
Fri, 18 Nov 1994 06:49:09 +0000 Karl Heuer (Fpurecopy): Use type test macros.
Fri, 18 Nov 1994 02:31:20 +0000 Karl Heuer (Fpurecopy): Use type test macros.
Wed, 16 Nov 1994 04:48:37 +0000 Karl Heuer (Fmake_vector): Call allocate_vectorlike.
Wed, 16 Nov 1994 00:30:25 +0000 Karl Heuer (Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of its
Tue, 15 Nov 1994 21:44:10 +0000 Karl Heuer (free_float): Don't assume XFASTINT accesses the raw bits.
Tue, 15 Nov 1994 02:04:40 +0000 Karl Heuer (mark_object, gc_sweep): Use new overlay substructure.
Fri, 11 Nov 1994 07:34:14 +0000 Karl Heuer (mark_object): New code to handle buffer-local substructure.
Wed, 12 Oct 1994 05:14:11 +0000 Karl Heuer (mark_object): Use the new substructure.
Tue, 11 Oct 1994 07:46:01 +0000 Karl Heuer (MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to the
Thu, 06 Oct 1994 22:59:55 +0000 Karl Heuer (mark_object): Delete case Lisp_Void.
Thu, 06 Oct 1994 21:47:12 +0000 Karl Heuer (mark_object): Delete case Lisp_Internal_Stream.
Tue, 04 Oct 1994 15:31:18 +0000 Karl Heuer (free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,
Tue, 04 Oct 1994 11:47:46 +0000 Karl Heuer (VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
Tue, 27 Sep 1994 03:16:02 +0000 Karl Heuer (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test
Tue, 20 Sep 1994 04:47:17 +0000 Karl Heuer (make_float, make_pure_float): Fix Lisp_Object vs. int problems.
Sat, 17 Sep 1994 00:25:35 +0000 Richard M. Stallman (pure, pure_size): Use EMACS_INT.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Tue, 26 Apr 1994 09:29:18 +0000 Richard M. Stallman (mark_object, case frame): Mark menu_bar_vector field.
Wed, 23 Mar 1994 22:25:25 +0000 Karl Heuer (make_event_array): Use assignment, not initialization.
Sun, 06 Mar 1994 22:07:19 +0000 Richard M. Stallman (mark_object): Add no-op cast.
Sat, 05 Mar 1994 20:39:07 +0000 Richard M. Stallman (ARRAY_MARK_FLAG): Definition moved to lisp.h.
Wed, 02 Mar 1994 03:47:51 +0000 Richard M. Stallman (memory_signal_data): No longer static.
Mon, 28 Feb 1994 20:20:22 +0000 Karl Heuer (memory_full): Use new variable memory_signal_data with precomputed value
Thu, 10 Feb 1994 00:35:15 +0000 Karl Heuer (Fgarbage_collect): Save echo_area_glyphs_length.
Wed, 09 Feb 1994 22:04:55 +0000 Karl Heuer (mark_object): Fetch obj from *objptr at loop, not at the gotos.
Sat, 25 Dec 1993 08:12:08 +0000 Richard M. Stallman (Fmemory_limit): No longer interactive.
Wed, 10 Nov 1993 19:55:18 +0000 Richard M. Stallman (make_pure_string): If we USE_TEXT_PROPERTIES, set the
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Sun, 08 Aug 1993 23:19:24 +0000 Richard M. Stallman (mark_object): Declare ptr volatile, or don't use it
Wed, 21 Jul 1993 22:29:26 +0000 Richard M. Stallman (compact_strings): Add USE_TEXT_PROPERTIES conditional.
Sun, 18 Jul 1993 06:26:10 +0000 Jim Blandy Consistently use the mark bit of the root interval's parent field
Wed, 14 Jul 1993 16:36:25 +0000 Richard M. Stallman (mark_object) [DEBUG_MOLE]: Add abort at beginning.
Tue, 29 Jun 1993 21:08:31 +0000 Richard M. Stallman (mark_object): Add aborts in Lisp_Symbol case.
Mon, 21 Jun 1993 00:25:57 +0000 Jim Blandy * alloc.c (Fgarbage_collect): If the minibuffer is active, don't
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Wed, 09 Jun 1993 03:55:55 +0000 Jim Blandy * alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
Mon, 07 Jun 1993 05:30:07 +0000 Richard M. Stallman (make_event_array): Ignore bits above CHAR_META.
Thu, 27 May 1993 23:48:18 +0000 Richard M. Stallman (mark_object): Add debugging code to check for ptr clobbered.
Mon, 24 May 1993 02:32:33 +0000 Jim Blandy * syssignal.h: Don't #include <signal.h>
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Fri, 14 May 1993 14:43:00 +0000 Jim Blandy * lisp.h (Lisp_Overlay): New tag.
Sat, 10 Apr 1993 07:57:21 +0000 Jim Blandy * alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare
Wed, 31 Mar 1993 10:55:33 +0000 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
Thu, 25 Mar 1993 17:44:56 +0000 Richard M. Stallman (mark_object): Mark face_alist of a frame.
Fri, 12 Mar 1993 06:27:05 +0000 Richard M. Stallman Comment fix.
Fri, 12 Mar 1993 06:26:38 +0000 Richard M. Stallman (mark_object): Mark the menu_bar_items field.
Fri, 05 Mar 1993 23:52:49 +0000 Richard M. Stallman (Fmake_rope, Frope_elt): Fns deleted.
Tue, 02 Mar 1993 08:22:42 +0000 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
Thu, 25 Feb 1993 20:24:25 +0000 Richard M. Stallman (mark_interval): Add ignored arg.
Tue, 23 Feb 1993 11:49:39 +0000 Jim Blandy * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is
Mon, 22 Feb 1993 16:21:17 +0000 Jim Blandy * alloc.c (make_pure_float): Align pureptr according to __alignof,
Mon, 22 Feb 1993 14:22:03 +0000 Jim Blandy * alloc.c (make_pure_float): Align pureptr on a sizeof (double)
Sat, 20 Feb 1993 17:36:06 +0000 Richard M. Stallman (Fmemory_limit): Doc fix.
Thu, 14 Jan 1993 15:17:39 +0000 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
Sat, 07 Nov 1992 06:59:38 +0000 Jim Blandy * alloc.c: #include "frame.h" unconditionally. frame.h does the
Sat, 31 Oct 1992 04:50:13 +0000 Jim Blandy * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
Wed, 14 Oct 1992 23:10:56 +0000 Joseph Arceneaux * alloc.c (mark_interval_tree): Pass 0 as initial depth argument
Wed, 07 Oct 1992 20:42:40 +0000 Jim Blandy * alloc.c (Fmemory_limit): Explain why we divide by 1024.
Sat, 03 Oct 1992 08:36:49 +0000 Jim Blandy * alloc.c (Fmemory_limit): New function.
Sat, 03 Oct 1992 00:08:23 +0000 Joseph Arceneaux Fixed typos.
Fri, 02 Oct 1992 19:59:42 +0000 Joseph Arceneaux * alloc.c: #include "intervals.h".
Thu, 01 Oct 1992 23:07:09 +0000 Richard M. Stallman (mark_object): Avoid car recursion on cons with nil in cdr.
Sat, 19 Sep 1992 17:52:29 +0000 Richard M. Stallman (mark_object): Save last 500 values of objptr.
Sun, 13 Sep 1992 12:14:54 +0000 Jim Blandy * alloc.c (mark_object): mark a symbol's name after marking its
Wed, 19 Aug 1992 06:18:07 +0000 Jim Blandy * alloc.c (Fmake_marker): Removed the test for being called from a
Fri, 14 Aug 1992 02:34:06 +0000 Jim Blandy * alloc.c (Fgarbage_collect): Doc fix.
Mon, 13 Jul 1992 19:54:34 +0000 Jim Blandy entered into RCS
Wed, 24 Jun 1992 05:09:26 +0000 Jim Blandy *** empty log message ***
Mon, 18 May 1992 08:14:41 +0000 Jim Blandy *** empty log message ***
Sun, 10 May 1992 18:15:10 +0000 Jim Blandy *** empty log message ***
Fri, 01 May 1992 06:20:46 +0000 Jim Blandy *** empty log message ***
Wed, 25 Mar 1992 09:20:50 +0000 Noah Friedman *** empty log message ***
Fri, 20 Mar 1992 06:01:16 +0000 Jim Blandy *** empty log message ***
Mon, 13 Jan 1992 21:48:08 +0000 Jim Blandy *** empty log message ***
Tue, 26 Nov 1991 01:47:10 +0000 Jim Blandy *** empty log message ***
Sun, 28 Jul 1991 18:07:56 +0000 Jim Blandy *** empty log message ***
Fri, 26 Jul 1991 23:31:34 +0000 Jim Blandy *** empty log message ***
Wed, 26 Jun 1991 20:21:21 +0000 Jim Blandy Initial revision