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
2012-09-30
Support x64 build on MS-Windows with MSVC.
Fabrice Popineau
2012-09-28
* src/lisp.h (struct backtrace): Remove indirection for `function' field.
Stefan Monnier
2012-09-26
Merge profiler branch
Stefan Monnier
2012-09-24
* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and
Stefan Monnier
2012-09-24
Rewrite sampler to use Elisp hash-tables.
Stefan Monnier
2012-09-23
Do not use SA_NODEFER.
Paul Eggert
2012-09-23
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-19
* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
Stefan Monnier
2012-09-16
Remove configure's --without-sync-input option.
Paul Eggert
2012-09-15
* alloc.c (emacs_blocked_malloc): Remove redundant MALLOC_PROBE.
Tomohiro Matsuyama
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-14
Fix glitches with 'configure --without-sync-input'.
Paul Eggert
2012-09-13
Function to mark objects and remove killed buffers at once.
Dmitry Antipov
2012-09-11
* alloc.c (discard_killed_buffers): Tune and simplify a bit.
Paul Eggert
2012-09-11
Discard killed buffers from deleted window and frame objects.
Dmitry Antipov
2012-09-11
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-07
Fix compilation failure under ENABLE_CHECKING.
Eli Zaretskii
2012-09-07
* alloc.c (mark_buffer): Revert unsafe marking optimization.
Dmitry Antipov
2012-09-06
Signal-handler cleanup.
Paul Eggert
2012-09-06
Explicitly mark buffer_defaults and buffer_local_symbols.
Dmitry Antipov
2012-09-06
* alloc.c (mark_object): Revert window marking code
Dmitry Antipov
2012-09-05
Do not mark objects from deleted buffers, windows and frames.
Dmitry Antipov
2012-09-05
* alloc.c (valid_lisp_object_p): Treat killed buffers,
Dmitry Antipov
2012-09-04
Give more-useful info on a fatal error (Bug#12328).
Paul Eggert
2012-09-04
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
merge from trunk
Tom Tromey
2012-09-03
Be more systematic about _setjmp vs setjmp.
Paul Eggert
2012-09-02
Clean up some extern decls.
Paul Eggert
2012-08-31
Remove mark_ttys function and fix tty_display_info initialization.
Dmitry Antipov
2012-08-27
Fix spare memory change.
Dmitry Antipov
2012-08-27
Special MEM_TYPE_SPARE to denote reserved memory.
Dmitry Antipov
2012-08-24
On assertion failure, print backtrace if available.
Paul Eggert
2012-08-22
Add GC profiler.
Tomohiro Matsuyama
2012-08-22
Add emacs native profiler.
Tomohiro Matsuyama
2012-08-21
* alloc.c: Use bool for booleans.
Paul Eggert
2012-08-20
Merge from trunk
Tom Tromey
2012-08-19
condition variables
Tom Tromey
2012-08-17
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-15
This supplies the mutex implementation for Emacs Lisp.
Tom Tromey
2012-08-15
This adds most of the thread features visible to emacs lisp.
Tom Tromey
2012-08-15
This parameterizes the GC a bit to make it thread-ready.
Tom Tromey
2012-08-15
This introduces a thread-state object and moves various C globals
Tom Tromey
2012-08-14
* src/alloc.c (Fgarbage_collect): Use plural form consistently.
Stefan Monnier
2012-08-14
Revert and cleanup some recent overlay changes.
Dmitry Antipov
2012-08-08
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
Inline functions to examine and change string intervals.
Dmitry Antipov
2012-08-08
Cleanup intervals.
Dmitry Antipov
2012-08-07
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-07
Basic functions to set Lisp_Object and pointer slots of intervals.
Dmitry Antipov
[prev]
[next]