summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAge
* (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previousYAMAMOTO Mitsuharu2006-08-27
* * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandlerJan Djärv2006-08-10
* Include w32.h.Eli Zaretskii2006-08-05
* [WINDOWSNT]: Include fcntl.h, to fix last change.Eli Zaretskii2006-07-29
* Whitespace change.Richard M. Stallman2006-07-29
* (valid_pointer_p): New function (from valid_lisp_object_p).Kim F. Storm2006-07-28
* (find_string_data_in_pure): New function.YAMAMOTO Mitsuharu2006-07-25
* (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.YAMAMOTO Mitsuharu2006-07-20
* (buffer_memory_full, memory_full): Use xsignal. Remove loop.Kim F. Storm2006-07-18
* [STDC_HEADERS]: Include stddef.h.Eli Zaretskii2006-04-08
* * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier2006-04-08
* (USE_POSIX_MEMALIGN): Fix last change.Kim F. Storm2006-03-10
* (USE_POSIX_MEMALIGN): New macro.Stefan Monnier2006-03-09
* (Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.Stefan Monnier2006-02-17
* (Fmake_bool_vector, Fpurecopy): Doc fixes.Juanma Barranquero2006-02-09
* * alloc.c (make_interval, allocate_string)Chong Yidong2006-01-27
* (check_pure_size): Make overflow message an "error message".Richard M. Stallman2006-01-26
* * alloc.c (allocate_string_data): Update next_free immediately, toChong Yidong2006-01-24
* (lisp_align_free): Add an assertion.Stefan Monnier2006-01-23
* Comment and whitespace changes.Richard M. Stallman2005-12-11
* Include fcntl.h. Define O_WRONLY if not defined.Kim F. Storm2005-11-30
* (free_float): Make free list chaining aliasing-safe.Andreas Schwab2005-11-15
* (valid_lisp_object_p): New function to validate thatKim F. Storm2005-11-09
* (refill_memory_reserve): Move decl out of conditionals.Richard M. Stallman2005-11-03
* (BYTES_USED): Use uordblks, not arena.Richard M. Stallman2005-10-30
* * alloc.c (emacs_blocked_free): Fix typo.Chong Yidong2005-10-29
* (syms_of_alloc) <memory-full>: Doc fix.Richard M. Stallman2005-10-29
* (spare_memory): No longer static.Richard M. Stallman2005-10-28
* (refill_memory_reserve): Conditionalize the body, not the function's existence.Richard M. Stallman2005-10-04
* * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-30
* (gc_cons_threshold): Not static.Richard M. Stallman2005-07-23
* (gc_cons_threshold): Make it static.Stefan Monnier2005-07-13
* (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.Stefan Monnier2005-07-13
* Update FSF's address.Lute Kamstra2005-07-04
* Fix typo in comment.Juanma Barranquero2005-05-24
* (Fmemory_full_p): New function.Richard M. Stallman2005-05-14
* (make_sub_char_table): Argument changed to initialKenichi Handa2005-04-20
* (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.Kim F. Storm2005-04-03
* * alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv2005-04-02
* (make_number): The arg can be bigger than `int'.Stefan Monnier2005-03-24
* (BLOCK_BYTES): Harmless typo.Stefan Monnier2005-02-18
* (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.Kim F. Storm2005-01-20
* (mark_fringe_data): Declare extern.Kim F. Storm2005-01-06
* (refill_memory_reserve): Move.Stefan Monnier2005-01-04
* (Fgarbage_collect): Don't truncate_undo_list on dead buffers.Richard M. Stallman2005-01-02
* Update comment for check_depth.Jan Djärv2004-12-25
* * alloc.c (check_depth): New variable.Jan Djärv2004-12-25
* (Fgarbage_collect): Update call to truncate_undo_list.Richard M. Stallman2004-12-21
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-15
* * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.Jan Djärv2004-12-07