index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Age
Commit message (
Expand
)
Author
2017-08-29
Make garbage collection more conservative
Paul Eggert
2017-08-29
Improve stack-top heuristic
Paul Eggert
2017-07-25
Properly align global lispsym
Andreas Schwab
2017-07-09
Fix core dump in substitute-object-in-subtree
Paul Eggert
2017-06-09
Add garbage collection support for module environments
Philipp Stephani
2017-05-27
Avoid another compiler warning on macOS
Philipp Stephani
2017-05-20
Reimplement module functions
Philipp Stephani
2017-05-06
; * src/alloc.c (make_module_function): Avoid compiler warning.
Eli Zaretskii
2017-05-06
Introduce new misc type for module function
Philipp Stephani
2017-05-06
Turn on GC_CHECK_MARKED_OBJECTS by default under ENABLE_CHECKING
Eli Zaretskii
2017-04-07
Deprecate copy-record in favor of copy-sequence
Paul Eggert
2017-04-06
Update documentation for type semantics of records.
Lars Brinkhoff
2017-04-04
Minor simplifications and doc for records
Paul Eggert
2017-04-04
Fix recent changes in record data type
Eli Zaretskii
2017-04-04
Add record objects with user-defined types.
Lars Brinkhoff
2017-03-12
Use switch on pseudovector types; plus cleanups along the way
Stefan Monnier
2017-02-21
Use float instead of Lisp_Object for rehash_size
Paul Eggert
2017-02-21
Use ptrdiff_t instead of Lisp_Object for collision
Paul Eggert
2017-02-18
Change type of `rehash_threshold' and `pure' fields in hash-tables
Stefan Monnier
2017-02-18
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-02
Re-port alloc.c to Solaris sparc and simplify
Paul Eggert
2017-02-01
Revamp quitting and fix infloops
Paul Eggert
2017-01-31
* src/alloc.c, src/lisp.h: Fix minor glitches in recent changes.
Paul Eggert
2017-01-30
Fix hash tables not being purified correctly.
Vibhav Pant
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
Simplify make-list implementation
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-30
Rename primary_thread to main_thread
Paul Eggert
2016-12-23
Remove interpreter’s byte stack
Paul Eggert
2016-12-22
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-21
Fix aborts in GC under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-04
Merge branch 'concurrency'
Eli Zaretskii
2016-12-02
Add lisp watchpoints
Noam Postavsky
2016-12-01
Port to Sun C 5.14
Paul Eggert
2016-12-01
Make struct font_drivers read-only
Paul Eggert
2016-11-20
Make CANNOT_DUMP work better on GNU/Linux
Paul Eggert
2016-11-08
Port to FreeBSD 11 AMD
Paul Eggert
2016-10-23
Merge from origin/emacs-25
Paul Eggert
2016-10-12
Port last_marked change to full-program optimizers
Paul Eggert
2016-10-11
Avoid optimizing out the last_marked[] array
Eli Zaretskii
2016-10-10
Merge from origin/emacs-25
Paul Eggert
2016-10-08
Allow to disable compaction of font caches
Eli Zaretskii
2016-10-05
* src/alloc.c: call only non-null finalizers
Aurelien Aptel
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-09-30
* src/alloc.c: call only non-null finalizers
Aurelien Aptel
2016-09-20
Use flexmembers on IBM XL C for AIX
Paul Eggert
2016-09-14
Avoid aborts in GC due to abort_on_gc
Eli Zaretskii
2016-09-07
Port flexible array members to GCC + valgrind
Paul Eggert
2016-08-28
Memory allocator alignment fixes
Paul Eggert
[prev]
[next]