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