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.
|