| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * alloc.c (mark_interval_tree): Pass 0 as initial depth argument | Joseph Arceneaux | 1992-10-14 | 1 | -1/+1 | |
| | | | | | to traverse_intervals(). | |||||
| * | * alloc.c (Fmemory_limit): Explain why we divide by 1024. | Jim Blandy | 1992-10-07 | 1 | -5/+2 | |
| | | | | | Don't bother trying to display the size in the minibuffer. | |||||
| * | * alloc.c (Fmemory_limit): New function. | Jim Blandy | 1992-10-03 | 1 | -0/+20 | |
| | | | | | (syms_of_alloc): Defsubr it. | |||||
| * | Fixed typos. | Joseph Arceneaux | 1992-10-03 | 1 | -4/+4 | |
| | | ||||||
| * | * alloc.c: #include "intervals.h". | Joseph Arceneaux | 1992-10-02 | 1 | -2/+150 | |
| | | | | | | | | | | | | | | | | | | | (init_intervals, make_interval, mark_interval, mark_interval_tree): New functions conditionally defined. (make_uninit_string): Call INITIALIZE_INTERVAL. (INIT_INTERVALS, UNMARK_BALANCE_INTERVALS, MARK_INTERVAL_TREE): New macros, conditionally defined. (mark_object): Call MARK_INTERVAL_TREE in case Lisp_String. (gc_sweep): If text properties are in use, place all unmarked intervals on the free list. Call UNMARK_BALANCE_INTERVALS on `buffer->intervals' when unmarking `buffer'. (compact_strings): Include INTERVAL_PTR_SIZE in calculation for target of bcopy when relocating strings. (init_alloc_once): Call INIT_INTERVALS. (make_pure_string): Include INTERVAL_PTR_SIZE in calculation of `size'. | |||||
| * | (mark_object): Avoid car recursion on cons with nil in cdr. | Richard M. Stallman | 1992-10-01 | 1 | -15/+33 | |
| | | | | | Avoid recursion on constants-vector of a compiled function. | |||||
| * | (mark_object): Save last 500 values of objptr. | Richard M. Stallman | 1992-09-19 | 1 | -1/+14 | |
| | | | | | Check for clobberage of ptr, when marking a vector. | |||||
| * | * alloc.c (mark_object): mark a symbol's name after marking its | Jim Blandy | 1992-09-13 | 1 | -2/+2 | |
| | | | | | | | value, function, and property list rather than before; this way, symbols' names are readable, giving us a chance to detect some kinds of heap corruption. | |||||
| * | * alloc.c (Fmake_marker): Removed the test for being called from a | Jim Blandy | 1992-08-19 | 1 | -7/+0 | |
| | | | | | | | signal handler. The original bug is probably gone, the test wasn't written portably, and it should probably go somewhere else anyway - say, funcall or eval. | |||||
| * | * alloc.c (Fgarbage_collect): Doc fix. | Jim Blandy | 1992-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | entered into RCS | Jim Blandy | 1992-07-13 | 1 | -19/+19 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-05-18 | 1 | -3/+9 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-05-10 | 1 | -3/+5 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-05-01 | 1 | -2/+3 | |
| | | ||||||
| * | *** empty log message *** | Noah Friedman | 1992-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-03-20 | 1 | -2/+7 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -5/+5 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1991-11-26 | 1 | -10/+1 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1991-07-28 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Jim Blandy | 1991-07-26 | 1 | -0/+13 | |
| | | ||||||
| * | Initial revision | Jim Blandy | 1991-06-26 | 1 | -0/+1913 | |