2001-08-06 |
Gerd Moellmann |
Remove init_stack static declaration.
|
2001-05-21 |
Gerd Moellmann |
(Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
|
2001-03-29 |
Gerd Moellmann |
(live_string_p, live_cons_p, live_symbol_p)
|
2001-03-02 |
Eli Zaretskii |
(mark_maybe_pointer): Fix a typo in a comment.
|
2001-02-28 |
Gerd Moellmann |
(toplevel): Include process.h.
|
2001-01-31 |
Gerd Moellmann |
(Fmake_list): Add a QUIT in the loop; unroll the loop.
|
2001-01-28 |
Andrew Choi |
* alloc.c (allocate_string) [macintosh]: Call check_string_bytes
|
2001-01-09 |
Gerd Moellmann |
(CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
|
2001-01-09 |
Gerd Moellmann |
(Fgarbage_collect): Use a record_unwind_protect to
|
2000-12-07 |
Stefan Monnier |
(gc_sweep): Add comment.
|
2000-12-06 |
Gerd Moellmann |
(gc_sweep): Prevent symbols read during loadup
|
2000-12-06 |
Gerd Moellmann |
(Fgarbage_collect): Dox fix. Return a list as
|
2000-11-23 |
Kenichi Handa |
(Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of hard coded `4'.
|
2000-11-22 |
Gerd Moellmann |
(mark_object) <frame>: Mark tool bar items differently.
|
2000-11-20 |
Kenichi Handa |
(make_string): Fix previous change. Be sure to make
|
2000-10-23 |
Gerd Moellmann |
(emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
|
2000-10-20 |
Gerd Moellmann |
(toplevel): Conditionalize compilation of mem_*
|
2000-10-20 |
Jason Rumney |
Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
|
2000-10-20 |
Gerd Moellmann |
(toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
|
2000-10-18 |
Gerd Moellmann |
(allocate_string) [GC_CHECK_STRING_BYTES]: Call
|
2000-10-17 |
Gerd Moellmann |
(pure_bytes_used): Renamed from pureptr.
|
2000-10-17 |
Gerd Moellmann |
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
|
2000-10-10 |
Andreas Schwab |
(mark_object): Remove all workarounds installed on
|
2000-10-03 |
Eli Zaretskii |
(Fgarbage_collect): Prevent compiler warning for a call
|
2000-09-26 |
Gerd Moellmann |
(GC_CHECK_STRING_BYTES): Temporarily define, for bug
|
2000-09-25 |
Dave Love |
(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
|
2000-09-25 |
Gerd Moellmann |
(mark_image): Use GC_NILP instead of NILP.
|
2000-09-21 |
Gerd Moellmann |
Avoid some more compiler warnings.
|
2000-09-13 |
Gerd Moellmann |
Add some comments about DOUG_LEA_MALLOC's use of mmap
|
2000-08-22 |
Andrew Innes |
Include keyboard.h before frame.h.
|
2000-08-17 |
Dave Love |
(lisp_malloc): Declare with POINTER_TYPE.
|
2000-08-15 |
Gerd Moellmann |
(compact_small_strings): Use safe_bcopy, add an
|
2000-08-14 |
Dave Love |
[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
|
2000-08-02 |
Gerd Moellmann |
(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
|
2000-07-19 |
Gerd Moellmann |
(allocate_string_data): Don't copy old string contents.
|
2000-07-18 |
Gerd Moellmann |
(allocate_string_data): If string had already data
|
2000-06-20 |
Dave Love |
(xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
|
2000-06-19 |
Gerd Moellmann |
(mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
|
2000-05-19 |
Kenichi Handa |
(Fmake_byte_code): If BYTECODE-STRING is multibyte,
|
2000-04-02 |
Ken Raeburn |
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
|
2000-03-30 |
Gerd Moellmann |
(xstrdup): Moved here from xfaces.c.
|
2000-03-29 |
Ken Raeburn |
Stop assuming interval pointers and lisp objects can be distinguished by
|
2000-03-28 |
Dave Love |
Include stdio.h. Test STDC_HEADERS, not __STDC__.
|
2000-03-27 |
Gerd Moellmann |
(mark_maybe_object): New function.
|
2000-03-22 |
Ken Raeburn |
Changes towards better type safety regarding intervals, primarily
|
2000-03-21 |
Kenichi Handa |
(mark_face_cache): Don't mark face->registry.
|
2000-02-17 |
Gerd Moellmann |
(enum mem_type): Compile unconditionally.
|
2000-02-17 |
Gerd Moellmann |
(mark_object): Don't mark symbol names in pure space.
|
2000-02-17 |
Gerd Moellmann |
Remove `LISP_FLOAT_TYPE' and `standalone'.
|
2000-01-17 |
Dave Love |
(purecopy): Doc fix.
|
2000-01-04 |
Gerd Moellmann |
(Fgarbage_collect): Return number of live and free
|
1999-12-28 |
Richard M. Stallman |
Comment change.
|
1999-12-15 |
Kenichi Handa |
(Fmake_string): Adjusted for the change of CHAR_STRING.
|
1999-11-07 |
Gerd Moellmann |
(Fgarbage_collect): Call unmark_byte_stack.
|
1999-11-07 |
Gerd Moellmann |
Remove conditional compilation on USE_TEXT_PROPERTIES.
|
1999-11-05 |
Gerd Moellmann |
(Fgarbage_collect): Call mark_byte_stack and
|
1999-10-25 |
Ken Raeburn |
more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-09-19 |
Gerd Moellmann |
(Fgarbage_collect): Remove unused variable.
|
1999-09-12 |
Ken Raeburn |
Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
|