log src/alloc.c @ 79455:7121a67ae26f

age author description
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.