11
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
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
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
(stream_puts, stream_putc): when growing the window message remember to allocate a byte for the zero terminator..
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
(data_types): remove mark_sweep
John Harper
as john
More... over 26 years ago
(stream_putc, stream_puts): when appending to the window's message, use sys_realloc not str_dupn
John Harper
as john
More... over 26 years ago
remove stringmem.c
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
(dump-output-strings): output a zero in the new `next' field of the Lisp_String structure
John Harper
as john
More... over 26 years ago
Always use Doug Lea's malloc.c even if it's necessary to compile it
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
enable __morecore_hook when JADE is defined, set the default value to __jade_morecore
John Harper
as john
More... over 26 years ago
use sys_alloc (i.e. malloc) instead of sm_alloc or str_alloc (and other associated functions)
John Harper
as john
More... over 26 years ago
Import of Doug Lea's malloc v 2.6.5
John Harper
as john
More... over 26 years ago
Initial revision
John Harper
as john
More... over 26 years ago
Add JADE_LIBOBJS to dependency includes
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
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
John Harper
as john
More... over 26 years ago
use the JADE_LIBOBJS variable, extra objects for the jade[d] binary
John Harper
as john
More... over 26 years ago
(sys_realloc): new function
John Harper
as john
More... over 26 years ago
Import of GNU memory allocators
John Harper
as john
More... over 26 years ago
Initial revision
John Harper
as john
More... over 26 years ago
*** empty log message ***
John Harper
as john
More... over 26 years ago
remove all caching of the tx_Lines field, the relocating malloc would screw this up
John Harper
as john
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)
John Harper
as john
More... over 26 years ago