summaryrefslogtreecommitdiff
path: root/src/alloc.c
AgeCommit message (Expand)Author
1995-01-02(mark_buffer, gc_sweep): Use BUF_INTERVALS.Richard M. Stallman
1994-12-30(mark_object): Don't use Lisp_Process, Lisp_Window.Richard M. Stallman
1994-12-21(mark_object): In a frame, mark the buffer_predicate.Richard M. Stallman
1994-11-18(Fpurecopy): Use type test macros.Karl Heuer
1994-11-18(Fpurecopy): Use type test macros.Karl Heuer
1994-11-16(Fmake_vector): Call allocate_vectorlike.Karl Heuer
1994-11-16(Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of itsKarl Heuer
1994-11-15(free_float): Don't assume XFASTINT accesses the raw bits.Karl Heuer
1994-11-15(mark_object, gc_sweep): Use new overlay substructure.Karl Heuer
1994-11-11(mark_object): New code to handle buffer-local substructure.Karl Heuer
1994-10-12(mark_object): Use the new substructure.Karl Heuer
1994-10-11(MARKER_BLOCK_SIZE, marker_block, marker_free_list): Now refers to theKarl Heuer
1994-10-06(mark_object): Delete case Lisp_Void.Karl Heuer
1994-10-06(mark_object): Delete case Lisp_Internal_Stream.Karl Heuer
1994-10-04(free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,Karl Heuer
1994-10-04(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,Karl Heuer
1994-09-27(Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type testKarl Heuer
1994-09-20(make_float, make_pure_float): Fix Lisp_Object vs. int problems.Karl Heuer
1994-09-17(pure, pure_size): Use EMACS_INT.Richard M. Stallman
1994-05-04Update copyright.Karl Heuer
1994-04-26(mark_object, case frame): Mark menu_bar_vector field.Richard M. Stallman
1994-03-23(make_event_array): Use assignment, not initialization.Karl Heuer
1994-03-06(mark_object): Add no-op cast.Richard M. Stallman
1994-03-05(ARRAY_MARK_FLAG): Definition moved to lisp.h.Richard M. Stallman
1994-03-02(memory_signal_data): No longer static.Richard M. Stallman
1994-02-28(memory_full): Use new variable memory_signal_data with precomputed valueKarl Heuer
1994-02-10(Fgarbage_collect): Save echo_area_glyphs_length.Karl Heuer
1994-02-09(mark_object): Fetch obj from *objptr at loop, not at the gotos.Karl Heuer
1993-12-25(Fmemory_limit): No longer interactive.Richard M. Stallman
1993-11-10(make_pure_string): If we USE_TEXT_PROPERTIES, set theRichard M. Stallman
1993-09-10Include <config.h> instead of "config.h".Roland McGrath
1993-08-08(mark_object): Declare ptr volatile, or don't use itRichard M. Stallman
1993-07-21(compact_strings): Add USE_TEXT_PROPERTIES conditional.Richard M. Stallman
1993-07-18Consistently use the mark bit of the root interval's parent fieldJim Blandy
1993-07-14(mark_object) [DEBUG_MOLE]: Add abort at beginning.Richard M. Stallman
1993-06-29(mark_object): Add aborts in Lisp_Symbol case.Richard M. Stallman
1993-06-21* alloc.c (Fgarbage_collect): If the minibuffer is active, don'tJim Blandy
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy
1993-06-09* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast theJim Blandy
1993-06-07(make_event_array): Ignore bits above CHAR_META.Richard M. Stallman
1993-05-27(mark_object): Add debugging code to check for ptr clobbered.Richard M. Stallman
1993-05-24* syssignal.h: Don't #include <signal.h>Jim Blandy
1993-05-22Updated copyright years.Jim Blandy
1993-05-14* lisp.h (Lisp_Overlay): New tag.Jim Blandy
1993-04-10* alloc.c (__malloc_hook, __realloc_hook, __free_hook): DeclareJim Blandy
1993-03-31Put interrupt input blocking in a separate file from xterm.h.Jim Blandy
1993-03-25(mark_object): Mark face_alist of a frame.Richard M. Stallman
1993-03-12Comment fix.Richard M. Stallman
1993-03-12(mark_object): Mark the menu_bar_items field.Richard M. Stallman
1993-03-05(Fmake_rope, Frope_elt): Fns deleted.Richard M. Stallman