aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* (Fgarbage_collect): Use pop_message_unwind.Richard M. Stallman2002-09-111-1/+1
* (display_malloc_warning): Use display-warning.Richard M. Stallman2002-09-011-22/+10
* (mark_object): Detect long lists for debugging.Richard M. Stallman2002-08-071-0/+11
* (xstrdup, make_string, make_unibyte_string)Ken Raeburn2002-07-161-5/+5
* * alloc.c (make_event_array): Use SSET for storing into a string.Ken Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-17/+17
* (Vmemory_full): New variable.Richard M. Stallman2002-07-111-6/+20
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-1/+1
* * alloc.c (Fmake_symbol): Set symbol xname field instead of name.Ken Raeburn2002-05-201-6/+6
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-1/+1
* (check_pure_size): Update the comment.Stefan Monnier2002-03-251-1/+1
* (check_pure_size): Only output a warning.Stefan Monnier2002-03-221-2/+2
* (mark_kboards): Mark echo_string.Gerd Moellmann2002-03-061-0/+1
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-12/+12
* Remove unwanted changes.Andreas Schwab2002-02-151-12/+12
* (NSTATICS): Increase to 1280.Andreas Schwab2002-02-151-13/+13
* (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)Kai Großjohann2002-02-151-1/+1
* (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):Kim F. Storm2002-02-081-2/+2
* Fix thinko in last change.Andreas Schwab2002-02-071-1/+1
* (mark_stack): Don't assume sizeof (Lisp_Object) is 4.Andreas Schwab2002-02-071-11/+6
* Comment change.Richard M. Stallman2002-01-271-0/+4
* Add a comment.Gerd Moellmann2001-12-291-0/+11
* (pure_alloc): After overflow, allocate just a small block.Richard M. Stallman2001-12-161-2/+5
* (inhibit_garbage_collection): Don't exceed value an int can hold.Andreas Schwab2001-12-071-1/+3
* (Fgarbage_collect): Shrink buffer gaps that areAndrew Innes2001-12-051-1/+19
* (Flist): Reindent.Pavel Janík2001-11-131-2/+2
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-8/+8
* (Fmake_byte_code, Fvector, Flist): Add usage: string to doc string.Miles Bader2001-10-211-5/+8
* Reindent DEFUNs with doc: keywords.Pavel Janík2001-10-211-28/+28
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-76/+75
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-8/+11
* Put doc strings in comments.Gerd Moellmann2001-10-141-110/+113
* (mark_interval_tree): Use traverse_intervals_noorder.Stefan Monnier2001-10-121-1/+1
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (inhibit_garbage_collection): Simplify.Gerd Moellmann2001-10-061-23/+9
* (purebeg, pure_size, pure_bytes_used_before_overflow):Gerd Moellmann2001-10-051-19/+63
* Fix a typo in a comment. From Pavel Janik.Eli Zaretskii2001-09-151-1/+1
* allocate_buffer): Call VALIDATE_LISP_STORAGE.Gerd Moellmann2001-09-101-2/+5
* Remove init_stack static declaration.Gerd Moellmann2001-08-061-1/+0
* (live_string_p, live_cons_p, live_symbol_p)Gerd Moellmann2001-03-291-5/+10
* (mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii2001-03-021-1/+1
* (toplevel): Include process.h.Gerd Moellmann2001-02-281-9/+252
* (Fmake_list): Add a QUIT in the loop; unroll the loop.Gerd Moellmann2001-01-311-2/+32
* * alloc.c (allocate_string) [macintosh]: Call check_string_bytesAndrew Choi2001-01-281-1/+5
* (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.Gerd Moellmann2001-01-091-50/+88
* (Fgarbage_collect): Use a record_unwind_protect toGerd Moellmann2001-01-091-2/+4
* (gc_sweep): Add comment.Stefan Monnier2000-12-071-0/+3
* (gc_sweep): Prevent symbols read during loadupGerd Moellmann2000-12-061-17/+24
* (Fgarbage_collect): Dox fix. Return a list asGerd Moellmann2000-12-061-8/+8