aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1997-03-22(mark_object): Mark the buffer_list field.Richard M. Stallman1-0/+1
1997-02-20(Fmake_char_table): Typo in doc-string fixed. HandleKarl Heuer1-2/+5
1996-11-07(Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.Richard M. Stallman1-4/+9
1996-10-28(Fmake_char_table): Doc fix.Erik Naggum1-1/+1
1996-09-17Comment changes.Erik Naggum1-2/+2
1996-09-17(Fmake_symbol): Initialize `obarray' field.Erik Naggum1-0/+1
1996-09-04(Fmake_byte_code): Call make_pure_vector using nargs.Richard M. Stallman1-1/+1
1996-09-03(Fpurecopy): Cast arg to make_pure_vector.Richard M. Stallman1-2/+2
1996-09-01Removed support for !MULTI_FRAME.Karl Heuer1-2/+0
1996-08-31(Fgarbage_collect): Report used and free intervals.Richard M. Stallman1-7/+13
1996-08-29(syms_of_alloc): Set up Lisp variables ...-consed,Richard M. Stallman1-0/+21
1996-06-10(mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.Richard M. Stallman1-1/+7
1996-04-08(garbage_collection_messages): New variable.Richard M. Stallman1-5/+15
1996-03-06(struct string_block_head): Change to match string_block.Karl Heuer1-1/+1
1996-01-18(mark_object): Mark frame title field.Richard M. Stallman1-0/+1
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fmake_symbol): Harmonize arguments with documentation (correctly).Erik Naggum1-1/+1
1996-01-09(Fmake_symbol): Harmonize arguments with documentation.Erik Naggum1-3/+3
1996-01-05Comment fixes.Karl Heuer1-2/+2
1995-11-20(Flist): Avoid using -- in while condition.Richard M. Stallman1-3/+7
1995-11-15(mark_object): Don't overwrite original argument value.Richard M. Stallman1-2/+3