| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fgarbage_collect): Use pop_message_unwind. | Richard M. Stallman | 2002-09-11 | 1 | -1/+1 |
| | | |||||
| * | (display_malloc_warning): Use display-warning. | Richard M. Stallman | 2002-09-01 | 1 | -22/+10 |
| | | | | | | | (malloc_warning_1): Function deleted. [ALLOC_DEBUG]: #undef INLINE. | ||||
| * | (mark_object): Detect long lists for debugging. | Richard M. Stallman | 2002-08-07 | 1 | -0/+11 |
| | | | | | (mark_object_loop_halt): New variable. | ||||
| * | (xstrdup, make_string, make_unibyte_string) | Ken Raeburn | 2002-07-16 | 1 | -5/+5 |
| | | | | | | (make_multibyte_string, build_string): String pointer args now point to const. | ||||
| * | * alloc.c (make_event_array): Use SSET for storing into a string. | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
| | | |||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -17/+17 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | (Vmemory_full): New variable. | Richard M. Stallman | 2002-07-11 | 1 | -6/+20 |
| | | | | | | | (Vmemory_signal_data): Renamed from memory_signal_data. Uses changed. (syms_of_alloc): Defvar them. (memory_full, buffer_memory_full): Set Vmemory_full. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
| | | |||||
| * | Rename BINDING_STACK_SIZE to SPECPDL_INDEX. | Juanma Barranquero | 2002-07-10 | 1 | -1/+1 |
| | | |||||
| * | * alloc.c (Fmake_symbol): Set symbol xname field instead of name. | Ken Raeburn | 2002-05-20 | 1 | -6/+6 |
| | | | | | | (mark_object, gc_sweep): Use symbol xname field and XSTRING instead of name field. | ||||
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -1/+1 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | (check_pure_size): Update the comment. | Stefan Monnier | 2002-03-25 | 1 | -1/+1 |
| | | |||||
| * | (check_pure_size): Only output a warning. | Stefan Monnier | 2002-03-22 | 1 | -2/+2 |
| | | |||||
| * | (mark_kboards): Mark echo_string. | Gerd Moellmann | 2002-03-06 | 1 | -0/+1 |
| | | |||||
| * | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -12/+12 |
| | | |||||
| * | Remove unwanted changes. | Andreas Schwab | 2002-02-15 | 1 | -12/+12 |
| | | |||||
| * | (NSTATICS): Increase to 1280. | Andreas Schwab | 2002-02-15 | 1 | -13/+13 |
| | | |||||
| * | (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym) | Kai Großjohann | 2002-02-15 | 1 | -1/+1 |
| | | | | | | | | | (Vx_super_keysym): New variables. (syms_of_xterm): DEFVAR_LISP them. (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the variables to determine which keys to use for the various modifiers. | ||||
| * | (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): | Kim F. Storm | 2002-02-08 | 1 | -2/+2 |
| | | | | | Changed mail addresses to emacs-devel@gnu.org. | ||||
| * | Fix thinko in last change. | Andreas Schwab | 2002-02-07 | 1 | -1/+1 |
| | | |||||
| * | (mark_stack): Don't assume sizeof (Lisp_Object) is 4. | Andreas Schwab | 2002-02-07 | 1 | -11/+6 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2002-01-27 | 1 | -0/+4 |
| | | |||||
| * | Add a comment. | Gerd Moellmann | 2001-12-29 | 1 | -0/+11 |
| | | |||||
| * | (pure_alloc): After overflow, allocate just a small block. | Richard M. Stallman | 2001-12-16 | 1 | -2/+5 |
| | | |||||
| * | (inhibit_garbage_collection): Don't exceed value an int can hold. | Andreas Schwab | 2001-12-07 | 1 | -1/+3 |
| | | |||||
| * | (Fgarbage_collect): Shrink buffer gaps that are | Andrew Innes | 2001-12-05 | 1 | -1/+19 |
| | | | | | excessively large. | ||||
| * | (Flist): Reindent. | Pavel Janík | 2001-11-13 | 1 | -2/+2 |
| | | | | | (Fvector): Likewise. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -8/+8 |
| | | |||||
| * | (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -5/+8 |
| | | |||||
| * | Reindent DEFUNs with doc: keywords. | Pavel Janík | 2001-10-21 | 1 | -28/+28 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Miles Bader | 2001-10-17 | 1 | -76/+75 |
| | | |||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -8/+11 |
| | | | | | with lisp system changes. | ||||
| * | Put doc strings in comments. | Gerd Moellmann | 2001-10-14 | 1 | -110/+113 |
| | | |||||
| * | (mark_interval_tree): Use traverse_intervals_noorder. | Stefan Monnier | 2001-10-12 | 1 | -1/+1 |
| | | |||||
| * | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -3/+0 |
| | | |||||
| * | (inhibit_garbage_collection): Simplify. | Gerd Moellmann | 2001-10-06 | 1 | -23/+9 |
| | | | | | (Fmemory_use_counts): Ditto. | ||||
| * | (purebeg, pure_size, pure_bytes_used_before_overflow): | Gerd Moellmann | 2001-10-05 | 1 | -19/+63 |
| | | | | | | | | | | | | | | | | | New variables. (init_alloc_once): Initialize new variables. (PURE_POINTER_P): Use new variables. (pure_alloc): If pure storage overflows, allocate from the heap. (check_pure_size): New function. (Fgarbage_collect): Don't GC if pure storage has overflowed. (Vpost_gc_hook, Qpost_gc_hook): New variables. (syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize Qpost_gc_hook. (Fgarbage_collect): Run post-gc-hook. (Fmake_symbol): Adapt to changes of struct Lisp_Symbol. | ||||
| * | Fix a typo in a comment. From Pavel Janik. | Eli Zaretskii | 2001-09-15 | 1 | -1/+1 |
| | | |||||
| * | allocate_buffer): Call VALIDATE_LISP_STORAGE. | Gerd Moellmann | 2001-09-10 | 1 | -2/+5 |
| | | |||||
| * | Remove init_stack static declaration. | Gerd Moellmann | 2001-08-06 | 1 | -1/+0 |
| | | |||||
| * | (live_string_p, live_cons_p, live_symbol_p) | Gerd Moellmann | 2001-03-29 | 1 | -5/+10 |
| | | | | | | (live_float_p, live_misc_p): Return 1 only if the offset of the pointer in its block is >= 0. | ||||
| * | (mark_maybe_pointer): Fix a typo in a comment. | Eli Zaretskii | 2001-03-02 | 1 | -1/+1 |
| | | |||||
| * | (toplevel): Include process.h. | Gerd Moellmann | 2001-02-28 | 1 | -9/+252 |
| | | | | | | | | | | | | | | | | | | (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE, MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators. (allocate_vectorlike): Make it a static function. Add parameter TYPE. (allocate_vector, allocate_hash_table, allocate_window) (allocate_frame, allocate_process, allocate_other_vector): New functions. (Fmake_vector): Call allocate_vector instead of allocate_vectorlike. (mark_maybe_pointer): New function. (mark_memory): Also mark Lisp data to which only pointers remain and not Lisp_Objects. (min_heap_address, max_heap_address): New variables. (mem_find): Return MEM_NIL if START is below min_heap_address or above max_heap_address. (mem_insert): Compute min_heap_address and max_heap_address. | ||||
| * | (Fmake_list): Add a QUIT in the loop; unroll the loop. | Gerd Moellmann | 2001-01-31 | 1 | -2/+32 |
| | | |||||
| * | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes | Andrew Choi | 2001-01-28 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | only if current_sblock has been initialized. * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial terminal frame even if it is the only visible frame. * src/macfns.c (QCconversion): Replaces QCalgorithm. * src/macfns.c (image_ascent, lookup_image): Adapt to change of image margins. * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground) (x_draw_image_relief, x_draw_image_foreground_1) (x_draw_image_glyph_string): Adapt to change of image margins. * src/macterm.c (mac_to_x_fontname): Change charset name of Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts from ksc5601 to ksc5601.1989. | ||||
| * | (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro. | Gerd Moellmann | 2001-01-09 | 1 | -50/+88 |
| | | | | | | | | | | | | (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions. (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P. (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in the current sblock. (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES. (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes after sweeping strings, and at the end. (GC_CHECK_STRING_BYTES): Moved to lisp.h. | ||||
| * | (Fgarbage_collect): Use a record_unwind_protect to | Gerd Moellmann | 2001-01-09 | 1 | -2/+4 |
| | | | | | ensure that pop_message is called. | ||||
| * | (gc_sweep): Add comment. | Stefan Monnier | 2000-12-07 | 1 | -0/+3 |
| | | |||||
| * | (gc_sweep): Prevent symbols read during loadup | Gerd Moellmann | 2000-12-06 | 1 | -17/+24 |
| | | | | | from being freed. | ||||
| * | (Fgarbage_collect): Dox fix. Return a list as | Gerd Moellmann | 2000-12-06 | 1 | -8/+8 |
| | | | | | advertized by the function documentation. | ||||