| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment change. | Richard M. Stallman | 1998-01-25 | 1 | -0/+3 |
| | | |||||
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+2 |
| | | |||||
| * | (STRING_BASE_SIZE): New macro. | Karl Heuer | 1998-01-18 | 1 | -7/+10 |
| | | | | | | | (STRING_FULLSIZE): Use STRING_BASE_SIZE instead of the whole size of struct Lisp_String. (make_pure_string): Use STRING_FULLSIZE. | ||||
| * | (make_pure_string): New arg length_byte. | Richard M. Stallman | 1998-01-05 | 1 | -14/+60 |
| | | | | | | | | | | | | | Take account of size used by size_byte; store both sizes. (Fpurecopy): Call make_pure_string the new way. (compact_strings): Use size_byte field to compute string's size. (make_uninit_multibyte_string): New function. (make_uninit_string): Use make_uninit_multibyte_string. (make_multibyte_string): New function. (make_unibyte_string): New function. (make_string): Compute number of chars from the data. | ||||
| * | (Fmake_marker): Initialize marker's bytepos and charpos. | Richard M. Stallman | 1998-01-02 | 1 | -1/+2 |
| | | |||||
| * | (Fgarbage_collect): | Richard M. Stallman | 1997-12-21 | 1 | -1/+4 |
| | | | | | Save message_enable_multibyte and pass it to message2_nolog. | ||||
| * | Comment fix (to avoid "unterminated comment" warning). | Karl Heuer | 1997-12-04 | 1 | -1/+3 |
| | | |||||
| * | (malloc_warning, display_malloc_warning): Return void. | Andreas Schwab | 1997-11-28 | 1 | -0/+7 |
| | | | | | (memory_full, free_cons, free_marker): Likewise. | ||||
| * | (gc_sweep): Free memory blocks that contain only unused | Karl Heuer | 1997-10-15 | 1 | -5/+86 |
| | | | | | objects. | ||||
| * | (free_float, free_cons): Don't use the same field for chaining as for marking. | Richard M. Stallman | 1997-09-01 | 1 | -6/+10 |
| | | | | | (make_float, Fcons, gc_sweep): Corresponding changes. | ||||
| * | (free_marker): Call unchain_marker. | Richard M. Stallman | 1997-08-29 | 1 | -0/+2 |
| | | |||||
| * | (free_marker): New function. | Richard M. Stallman | 1997-08-13 | 1 | -6/+18 |
| | | |||||
| * | (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL. | Richard M. Stallman | 1997-07-05 | 1 | -3/+3 |
| | | | | | Fix bugs with inappropriate mixing of Lisp_Object with int. | ||||
| * | (Fmake_byte_code): Set val from p, not from val. | Richard M. Stallman | 1997-06-02 | 1 | -2/+2 |
| | | | | | (make_event_array): Convert nargs to Lisp_Object. | ||||
| * | (Fmake_bool_vector): Doc fix. | Richard M. Stallman | 1997-05-28 | 1 | -2/+2 |
| | | |||||
| * | (BYTES_USED): Put # at the beginning of line. | Kenichi Handa | 1997-05-16 | 1 | -5/+5 |
| | | | | | (emacs_blocked_malloc): Likewise. | ||||
| * | Update copyright year. | Richard M. Stallman | 1997-04-09 | 1 | -1/+1 |
| | | |||||
| * | For glibc's malloc, include <malloc.h> for mallinfo, | Richard M. Stallman | 1997-04-09 | 1 | -3/+39 |
| | | | | | | | | | | | | mallopt, struct mallinfo, and mallopt constants. (BYTES_USED): New macro. (memory_full, emacs_blocked_free): Replace _bytes_used with BYTES_USED. (emacs_blocked_malloc): Set sbrk padding value for glibc, as is done with gmalloc. (allocate_vectorlike, make_uninit_string): Prevent using mmap for possible large chunks. (init_alloc_once): Set trim and mmap malloc parms, when using glibc. | ||||
| * | (Fmake_char_table): Adjusted for the new structure of | Kenichi Handa | 1997-04-07 | 1 | -2/+18 |
| | | | | | | Lisp_Char_Table. (make_sub_char_table): New function. | ||||
| * | (mark_object): Mark the buffer_list field. | Richard M. Stallman | 1997-03-22 | 1 | -0/+1 |
| | | |||||
| * | (Fmake_char_table): Typo in doc-string fixed. Handle | Karl Heuer | 1997-02-20 | 1 | -2/+5 |
| | | | | | | | the case that PURPOSE is nil (in a deeper char-table). (Fmake_bool_vector): Make correct size of Lisp_Object for bool-vector. | ||||
| * | (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history. | Richard M. Stallman | 1996-11-07 | 1 | -4/+9 |
| | | |||||
| * | (Fmake_char_table): Doc fix. | Erik Naggum | 1996-10-28 | 1 | -1/+1 |
| | | |||||
| * | Comment changes. | Erik Naggum | 1996-09-17 | 1 | -2/+2 |
| | | |||||
| * | (Fmake_symbol): Initialize `obarray' field. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
| | | |||||
| * | (Fmake_byte_code): Call make_pure_vector using nargs. | Richard M. Stallman | 1996-09-04 | 1 | -1/+1 |
| | | |||||
| * | (Fpurecopy): Cast arg to make_pure_vector. | Richard M. Stallman | 1996-09-03 | 1 | -2/+2 |
| | | | | | (Fmake_byte_code): Use XFASTINT when calling make_pure_vector. | ||||
| * | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -2/+0 |
| | | |||||
| * | (Fgarbage_collect): Report used and free intervals. | Richard M. Stallman | 1996-08-31 | 1 | -7/+13 |
| | | |||||
| * | (syms_of_alloc): Set up Lisp variables ...-consed, | Richard M. Stallman | 1996-08-29 | 1 | -0/+21 |
| | | | | | such as Vcons-cells-consed. | ||||
| * | (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors. | Richard M. Stallman | 1996-06-10 | 1 | -1/+7 |
| | | |||||
| * | (garbage_collection_messages): New variable. | Richard M. Stallman | 1996-04-08 | 1 | -5/+15 |
| | | | | | | (syms_of_alloc): Set up Lisp variable. (Fgarbage_collect): Variable controls whether to display messages. | ||||
| * | (struct string_block_head): Change to match string_block. | Karl Heuer | 1996-03-06 | 1 | -1/+1 |
| | | |||||
| * | (mark_object): Mark frame title field. | Richard M. Stallman | 1996-01-18 | 1 | -0/+1 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (Fmake_symbol): Harmonize arguments with documentation (correctly). | Erik Naggum | 1996-01-09 | 1 | -1/+1 |
| | | |||||
| * | (Fmake_symbol): Harmonize arguments with documentation. | Erik Naggum | 1996-01-09 | 1 | -3/+3 |
| | | |||||
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
| | | |||||
| * | (Flist): Avoid using -- in while condition. | Richard M. Stallman | 1995-11-20 | 1 | -3/+7 |
| | | |||||
| * | (mark_object): Don't overwrite original argument value. | Richard M. Stallman | 1995-11-15 | 1 | -2/+3 |
| | | |||||
| * | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -2/+2 |
| | | | | | Rename from SHORTBITS, INTBITS, LONGBITS. | ||||
| * | (Fmake_char_table): Doc fix. | Richard M. Stallman | 1995-10-29 | 1 | -1/+1 |
| | | |||||
| * | Cast first arg to bzero. | Richard M. Stallman | 1995-10-29 | 1 | -12/+13 |
| | | | | | (Fmemory_use_counts): Cast 1 to EMACS_INT before shift. | ||||
| * | (Qchar_table_extra_slots): New variable. | Richard M. Stallman | 1995-10-14 | 1 | -8/+15 |
| | | | | | | (syms_of_alloc): Initialize it. (Fmake_char_table): Take new arg PURPOSE and get N from a property. | ||||
| * | (Fmake_char_table): Initialize parent to nil. | Erik Naggum | 1995-10-08 | 1 | -0/+1 |
| | | |||||
| * | (Fmake_chartable, Fmake_boolvector): New functions. | Richard M. Stallman | 1995-10-07 | 1 | -0/+55 |
| | | | | | (syms_of_alloc): defsubr them. | ||||
| * | (Fmake_marker): Initialize insertion_type to 0. | Richard M. Stallman | 1995-09-08 | 1 | -0/+1 |
| | | |||||
| * | (cons_cells_consed, floats_consed, vector_cells_consed) | Richard M. Stallman | 1995-08-02 | 1 | -0/+64 |
| | | | | | | | | | | (symbols_consed, string_chars_consed, misc_objects_consed) (intervals_consed): New vars. (make_float, Fcons, make_interval, allocate_vectorlike, Fmake_symbol) (allocate_misc, make_uninit_string): Increment them. (Fmemory_use_counts): New function. (syms_of_alloc): defsubr it. | ||||
| * | (init_alloc_once): Set gc_cons_threshold from Lisp obj size. | Richard M. Stallman | 1995-07-19 | 1 | -1/+1 |
| | | |||||
| * | (Flist): Rewritten. | Karl Heuer | 1995-07-17 | 1 | -20/+50 |
| | | | | | | | | | (allocating_for_lisp): New variable. (init_intervals, make_interval, init_symbol, Fmake_symbol) (init_float, make_float, init_cons, Fcons) (allocate_vectorlike, init_marker, allocate_misc) (init_strings, make_uninit_string): Set allocate_misc temporarily. | ||||