log src/alloc.c @ 80229:581345c45877

age author description
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-09-16 Andreas Schwab (reset_malloc_hooks): Set the hooks to the previous
2007-08-19 Andreas Schwab (pure): Round PURESIZE up.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
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.