log src/alloc.c @ 77810:967cc946f6a4

age author description
2007-04-16 YAMAMOTO Mitsuharu (mem_insert): Set min_heap_address and max_heap_address
2007-01-26 YAMAMOTO Mitsuharu (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
2007-01-21 Glenn Morris Add 2007 to copyright years.
2007-01-11 Jan Djärv (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
2006-11-13 YAMAMOTO Mitsuharu (mark_memory): New argument OFFSET. All uses changed.
2006-08-27 YAMAMOTO Mitsuharu (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
2006-08-10 Jan Djärv * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
2006-08-05 Eli Zaretskii Include w32.h.
2006-07-29 Eli Zaretskii [WINDOWSNT]: Include fcntl.h, to fix last change.
2006-07-29 Richard M. Stallman Whitespace change.
2006-07-28 Kim F. Storm (valid_pointer_p): New function (from valid_lisp_object_p).
2006-07-25 YAMAMOTO Mitsuharu (find_string_data_in_pure): New function.
2006-07-20 YAMAMOTO Mitsuharu (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
2006-07-18 Kim F. Storm (buffer_memory_full, memory_full): Use xsignal. Remove loop.
2006-04-08 Eli Zaretskii [STDC_HEADERS]: Include stddef.h.
2006-04-08 Stefan Monnier * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
2006-03-10 Kim F. Storm (USE_POSIX_MEMALIGN): Fix last change.
2006-03-09 Stefan Monnier (USE_POSIX_MEMALIGN): New macro.
2006-02-17 Stefan Monnier (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
2006-02-09 Juanma Barranquero (Fmake_bool_vector, Fpurecopy): Doc fixes.
2006-01-27 Chong Yidong * alloc.c (make_interval, allocate_string)
2006-01-26 Richard M. Stallman (check_pure_size): Make overflow message an "error message".
2006-01-24 Chong Yidong * alloc.c (allocate_string_data): Update next_free immediately, to
2006-01-23 Stefan Monnier (lisp_align_free): Add an assertion.
2005-12-11 Richard M. Stallman Comment and whitespace changes.
2005-11-30 Kim F. Storm Include fcntl.h. Define O_WRONLY if not defined.
2005-11-15 Andreas Schwab (free_float): Make free list chaining aliasing-safe.
2005-11-09 Kim F. Storm (valid_lisp_object_p): New function to validate that
2005-11-03 Richard M. Stallman (refill_memory_reserve): Move decl out of conditionals.
2005-10-30 Richard M. Stallman (BYTES_USED): Use uordblks, not arena.
2005-10-29 Chong Yidong * alloc.c (emacs_blocked_free): Fix typo.
2005-10-29 Richard M. Stallman (syms_of_alloc) <memory-full>: Doc fix.
2005-10-28 Richard M. Stallman (spare_memory): No longer static.
2005-10-04 Richard M. Stallman (refill_memory_reserve): Conditionalize the body, not the function's existence.
2005-09-30 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
2005-07-23 Richard M. Stallman (gc_cons_threshold): Not static.
2005-07-13 Stefan Monnier (gc_cons_threshold): Make it static.
2005-07-13 Stefan Monnier (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
2005-07-04 Lute Kamstra Update FSF's address.
2005-05-24 Juanma Barranquero Fix typo in comment.
2005-05-14 Richard M. Stallman (Fmemory_full_p): New function.
2005-04-20 Kenichi Handa (make_sub_char_table): Argument changed to initial
2005-04-03 Kim F. Storm (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
2005-04-02 Jan Djärv * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
2005-03-24 Stefan Monnier (make_number): The arg can be bigger than `int'.
2005-02-18 Stefan Monnier (BLOCK_BYTES): Harmless typo.
2005-01-20 Kim F. Storm (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
2005-01-06 Kim F. Storm (mark_fringe_data): Declare extern.
2005-01-04 Stefan Monnier (refill_memory_reserve): Move.
2005-01-02 Richard M. Stallman (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
2004-12-25 Jan Djärv Update comment for check_depth.
2004-12-25 Jan Djärv * alloc.c (check_depth): New variable.
2004-12-21 Richard M. Stallman (Fgarbage_collect): Update call to truncate_undo_list.
2004-12-15 Jan Djärv * syssignal.h: Declare main_thread.
2004-12-07 Jan Djärv * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
2004-12-07 Jan Djärv * gtkutil.c: Include signal.h and syssignal.h.
2004-12-01 Kim F. Storm Add commentary for last change.
2004-11-30 Kim F. Storm Add more checks for buffer overruns.
2004-11-27 Andreas Schwab (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
2004-09-18 Richard M. Stallman Comment change.