aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-28Comment change.Richard M. Stallman1-2/+4
1999-12-15(Fmake_string): Adjusted for the change of CHAR_STRING.Kenichi Handa1-2/+2
1999-11-07(Fgarbage_collect): Call unmark_byte_stack.Gerd Moellmann1-1/+1
1999-11-07Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1-19/+0
1999-11-05(Fgarbage_collect): Call mark_byte_stack andGerd Moellmann1-0/+4
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-0/+4
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-7/+3
1999-09-19(Fgarbage_collect): Remove unused variable.Gerd Moellmann1-4/+6
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-20/+20
1999-09-05Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1-5/+5
1999-08-30Include <stdlib.h> if available.Andreas Schwab1-0/+5
1999-08-23(mark_glyph_matrix): Mark strings only.Gerd Moellmann1-6/+3
1999-08-21(Fgarbage_collect): Use push_message, restore_message,Gerd Moellmann1-11/+7
1999-07-30(allocate_vectorlike): Add missing increment.Karl Heuer1-1/+1
1999-07-21(gc_sweep): Call sweep_weak_hash_tables.Gerd Moellmann1-4/+287
1999-01-02(MMAP_MAX_AREAS): New macro.Richard M. Stallman1-3/+9
1998-12-30(lisp_malloc, lisp_free): New functions.Richard M. Stallman1-56/+103
1998-10-22(Fgarbage_collect): Block input around most of the function.Richard M. Stallman1-0/+4
1998-06-07(mark_kboards): Mark Vlast_prefix_arg too.Richard M. Stallman1-0/+1
1998-06-07(mark_kboards): Mark all the Lisp_Object fields.Richard M. Stallman1-0/+5
1998-05-24(Fgarbage_collect): Call shrink_regexp_cache.Richard M. Stallman1-0/+2
1998-05-05(Fmake_bool_vector): Clear out extraneous bits at end.Richard M. Stallman1-1/+5
1998-04-20(Fgarbage_collect): Don't truncate command-history here.Richard M. Stallman1-11/+1
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+3
1998-04-06(gc_sweep): Avoid using two loop variables counting theAndreas Schwab1-21/+25
1998-03-28(mark_buffer): Mark the undo_list slot specially;Richard M. Stallman1-0/+73
1998-03-21(make_specified_string): New function.Richard M. Stallman1-14/+64
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-4/+4
1998-03-12(gc_sweep, mark_object): Handle new data structureRichard M. Stallman1-8/+9
1998-03-06(Fmake_string): Handle the case INIT is a multibyte character correctly.Richard M. Stallman1-6/+28
1998-02-05(list2, list3, list4, list5): New functions.Richard M. Stallman1-0/+31
1998-01-25Comment change.Richard M. Stallman1-0/+3
1998-01-21Update copyright year.Richard M. Stallman1-1/+2
1998-01-18(STRING_BASE_SIZE): New macro.Karl Heuer1-7/+10
1998-01-05(make_pure_string): New arg length_byte.Richard M. Stallman1-14/+60
1998-01-02(Fmake_marker): Initialize marker's bytepos and charpos.Richard M. Stallman1-1/+2
1997-12-21(Fgarbage_collect):Richard M. Stallman1-1/+4
1997-12-04Comment fix (to avoid "unterminated comment" warning).Karl Heuer1-1/+3
1997-11-28(malloc_warning, display_malloc_warning): Return void.Andreas Schwab1-0/+7
1997-10-15(gc_sweep): Free memory blocks that contain only unusedKarl Heuer1-5/+86
1997-09-01(free_float, free_cons): Don't use the same field for chaining as for marking.Richard M. Stallman1-6/+10
1997-08-29(free_marker): Call unchain_marker.Richard M. Stallman1-0/+2
1997-08-13(free_marker): New function.Richard M. Stallman1-6/+18
1997-07-05(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.Richard M. Stallman1-3/+3
1997-06-02(Fmake_byte_code): Set val from p, not from val.Richard M. Stallman1-2/+2
1997-05-28(Fmake_bool_vector): Doc fix.Richard M. Stallman1-2/+2
1997-05-16(BYTES_USED): Put # at the beginning of line.Kenichi Handa1-5/+5
1997-04-09Update copyright year.Richard M. Stallman1-1/+1
1997-04-09For glibc's malloc, include <malloc.h> for mallinfo,Richard M. Stallman1-3/+39
1997-04-07(Fmake_char_table): Adjusted for the new structure ofKenichi Handa1-2/+18