| Commit message (Expand) | Author | Age | Files | Lines |
* | (make_string_from_bytes): Add `const' for the arg | Kenichi Handa | 2003-03-23 | 1 | -2/+2 |
* | (make_specified_string): Fix previous change. | Kenichi Handa | 2003-03-19 | 1 | -1/+10 |
* | (Fgarbage_collect): Don't use XSETFLOAT. | Stefan Monnier | 2003-02-22 | 1 | -3/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -140/+140 |
* | (Vgc_elapsed, gcs_done): New variables. | Dave Love | 2003-01-30 | 1 | -4/+29 |
* | (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]: | Dave Love | 2003-01-24 | 1 | -0/+7 |
* | (Fgc_status): Print zombie list. | Dave Love | 2003-01-21 | 1 | -5/+10 |
* | GTK version | Jan Djärv | 2003-01-19 | 1 | -0/+7 |
* | (pure_alloc): Rewritten and simplified. | Kim F. Storm | 2003-01-12 | 1 | -28/+16 |
* | (pure_alloc): Corrected last change; now align the | Kim F. Storm | 2003-01-12 | 1 | -9/+12 |
* | (pure_alloc): Correct alignment for Lisp_Floats. | Andreas Schwab | 2003-01-10 | 1 | -2/+7 |
* | (make_save_value): New function. | Richard M. Stallman | 2003-01-06 | 1 | -0/+20 |
* | Comment change. | Richard M. Stallman | 2002-12-21 | 1 | -1/+6 |
* | (SETJMP_WILL_NOT_WORK): Add note. | Dave Love | 2002-11-14 | 1 | -0/+8 |
* | (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 |
* | (mark_object): Detect long lists for debugging. | Richard M. Stallman | 2002-08-07 | 1 | -0/+11 |
* | (xstrdup, make_string, make_unibyte_string) | Ken Raeburn | 2002-07-16 | 1 | -5/+5 |
* | * 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 |
* | (Vmemory_full): New variable. | Richard M. Stallman | 2002-07-11 | 1 | -6/+20 |
* | 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 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -1/+1 |
* | (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 |
* | (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): | Kim F. Storm | 2002-02-08 | 1 | -2/+2 |
* | 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 |
* | (Flist): Reindent. | Pavel Janík | 2001-11-13 | 1 | -2/+2 |
* | 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 |
* | 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 |