*** empty log message *** |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
add two entries to the format-hooks-alist, `D' and `F' for file-name-directory and file-name-nondirectory respectively |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
(stream_puts, stream_putc): when growing the window message remember to allocate a byte for the zero terminator.. |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
(data_types): remove mark_sweep |
|
More...
|
over 26 years ago
|
(stream_putc, stream_puts): when appending to the window's message, use sys_realloc not str_dupn |
|
More...
|
over 26 years ago
|
remove stringmem.c |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
(dump-output-strings): output a zero in the new `next' field of the Lisp_String structure |
|
More...
|
over 26 years ago
|
Always use Doug Lea's malloc.c even if it's necessary to compile it |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
enable __morecore_hook when JADE is defined, set the default value to __jade_morecore |
|
More...
|
over 26 years ago
|
use sys_alloc (i.e. malloc) instead of sm_alloc or str_alloc (and other associated functions) |
|
More...
|
over 26 years ago
|
Import of Doug Lea's malloc v 2.6.5 |
|
More...
|
over 26 years ago
|
Initial revision |
|
More...
|
over 26 years ago
|
Add JADE_LIBOBJS to dependency includes |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
`borrowed' the gmalloc.c and ralloc.c files from emacs, control which of them need to be used and when |
|
More...
|
over 26 years ago
|
use the JADE_LIBOBJS variable, extra objects for the jade[d] binary |
|
More...
|
over 26 years ago
|
(sys_realloc): new function |
|
More...
|
over 26 years ago
|
Import of GNU memory allocators |
|
More...
|
over 26 years ago
|
Initial revision |
|
More...
|
over 26 years ago
|
*** empty log message *** |
|
More...
|
over 26 years ago
|
remove all caching of the tx_Lines field, the relocating malloc would screw this up |
|
More...
|
over 26 years ago
|
(gc_inhibit): removed this ill-advised feature (I thought this the reason that the memory usage increased massively sometimes--it's not, but it's a Good Thing) Anyway, the effect of removing this variable is that all functions that call stream_(getc|ungetc|putc|puts) must protect themselves against a garbage collection (since a stream may be a Lisp function) |
|
More...
|
over 26 years ago
|