aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-10* alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandlerJan Djärv1-6/+16
2006-08-05Include w32.h.Eli Zaretskii1-0/+5
2006-07-29[WINDOWSNT]: Include fcntl.h, to fix last change.Eli Zaretskii1-0/+4
2006-07-29Whitespace change.Richard M. Stallman1-1/+2
2006-07-28(valid_pointer_p): New function (from valid_lisp_object_p).Kim F. Storm1-18/+33
2006-07-25(find_string_data_in_pure): New function.YAMAMOTO Mitsuharu1-3/+74
2006-07-20(pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.YAMAMOTO Mitsuharu1-7/+27
2006-07-18(buffer_memory_full, memory_full): Use xsignal. Remove loop.Kim F. Storm1-5/+10
2006-04-08[STDC_HEADERS]: Include stddef.h.Eli Zaretskii1-0/+4
2006-04-08* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier1-4/+12
2006-03-10(USE_POSIX_MEMALIGN): Fix last change.Kim F. Storm1-1/+3
2006-03-09(USE_POSIX_MEMALIGN): New macro.Stefan Monnier1-3/+7
2006-02-17(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.Stefan Monnier1-1/+1
2006-02-09(Fmake_bool_vector, Fpurecopy): Doc fixes.Juanma Barranquero1-2/+2
2006-01-27* alloc.c (make_interval, allocate_string)Chong Yidong1-8/+73
2006-01-26(check_pure_size): Make overflow message an "error message".Richard M. Stallman1-1/+1
2006-01-24* alloc.c (allocate_string_data): Update next_free immediately, toChong Yidong1-1/+2
2006-01-23(lisp_align_free): Add an assertion.Stefan Monnier1-1/+19
2005-12-11Comment and whitespace changes.Richard M. Stallman1-5/+6
2005-11-30Include fcntl.h. Define O_WRONLY if not defined.Kim F. Storm1-4/+28
2005-11-15(free_float): Make free list chaining aliasing-safe.Andreas Schwab1-14/+14
2005-11-09(valid_lisp_object_p): New function to validate thatKim F. Storm1-2/+71
2005-11-03(refill_memory_reserve): Move decl out of conditionals.Richard M. Stallman1-1/+2
2005-10-30(BYTES_USED): Use uordblks, not arena.Richard M. Stallman1-2/+4
2005-10-29* alloc.c (emacs_blocked_free): Fix typo.Chong Yidong1-1/+1
2005-10-29(syms_of_alloc) <memory-full>: Doc fix.Richard M. Stallman1-64/+102
2005-10-28(spare_memory): No longer static.Richard M. Stallman1-1/+7
2005-10-04(refill_memory_reserve): Conditionalize the body, not the function's existence.Richard M. Stallman1-14/+15
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu1-9/+12
2005-07-23(gc_cons_threshold): Not static.Richard M. Stallman1-10/+13
2005-07-13(gc_cons_threshold): Make it static.Stefan Monnier1-1/+1
2005-07-13(gc_cons_combined_threshold, Vgc_cons_percentage): New vars.Stefan Monnier1-1/+32
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-05-24Fix typo in comment.Juanma Barranquero1-1/+1
2005-05-14(Fmemory_full_p): New function.Richard M. Stallman1-0/+7
2005-04-20(make_sub_char_table): Argument changed to initialKenichi Handa1-5/+5
2005-04-03(Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.Kim F. Storm1-0/+4
2005-04-02* alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv1-0/+4
2005-03-24(make_number): The arg can be bigger than `int'.Stefan Monnier1-1/+1
2005-02-18(BLOCK_BYTES): Harmless typo.Stefan Monnier1-5/+6
2005-01-20(STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.Kim F. Storm1-2/+2
2005-01-06(mark_fringe_data): Declare extern.Kim F. Storm1-0/+10
2005-01-04(refill_memory_reserve): Move.Stefan Monnier1-17/+21
2005-01-02(Fgarbage_collect): Don't truncate_undo_list on dead buffers.Richard M. Stallman1-1/+1
2004-12-25Update comment for check_depth.Jan Djärv1-12/+14
2004-12-25* alloc.c (check_depth): New variable.Jan Djärv1-4/+31
2004-12-21(Fgarbage_collect): Update call to truncate_undo_list.Richard M. Stallman1-67/+37
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv1-4/+1
2004-12-07* alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.Jan Djärv1-0/+17
2004-12-07* gtkutil.c: Include signal.h and syssignal.h.Jan Djärv1-6/+67