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
2013-07-06
merge from trunk
Tom Tromey
2013-07-06
add assertion to flush_stack_call_func
Tom Tromey
2013-07-05
Remove duplicate #include directives.
Paul Eggert
2013-07-01
Don't convert function pointers to void * and back.
Paul Eggert
2013-06-21
Use C99-style flexible array members if available.
Paul Eggert
2013-06-20
* alloc.c (die): Move "assertion failed" string here ...
Paul Eggert
2013-06-16
Use functions, not macros, for XINT etc.
Paul Eggert
2013-06-03
merge from trunk; clean up some issues
Tom Tromey
2013-06-03
Merge the specpdl and backtrace stacks. Make the structure of the
Stefan Monnier
2013-04-01
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-03-28
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-03-21
Use functions and constants to manipulate Lisp_Save_Value objects.
Paul Eggert
2013-03-21
* alloc.c: Remove redundant static declarations.
Paul Eggert
2013-03-18
Spelling fixes.
Paul Eggert
2013-03-17
merge from trunk
Tom Tromey
2013-03-13
Static checking by Sun C 5.12.
Paul Eggert
2013-03-08
merge from trunk
Tom Tromey
2013-02-08
* lisp.h (make_uninit_vector): New function.
Dmitry Antipov
2013-01-23
* src/xdisp.c (message2, message2_nolog): Remove functions.
Stefan Monnier
2013-01-17
* lisp.h (toplevel): Add comment about using Lisp_Save_Value
Dmitry Antipov
2013-01-16
merge from trunk
Tom Tromey
2013-01-15
* src/alloc.c (free_save_value): Now static.
Paul Eggert
2013-01-15
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
Dmitry Antipov
2013-01-15
Some convenient bits to deal with Lisp_Save_Values.
Dmitry Antipov
2013-01-14
Avoid needless casts with XSAVE_POINTER.
Paul Eggert
2013-01-14
Make Lisp_Save_Value more versatile storage for up to four objects.
Dmitry Antipov
2013-01-11
Remove obsolete comment about NON_SAVING_SETJMP.
Paul Eggert
2013-01-05
merge from trunk
Tom Tromey
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-26
* print.c (print_object): If Lisp_Save_Value object's pointer
Dmitry Antipov
2012-12-17
merge from trunk
Tom Tromey
2012-12-08
Use putenv+unsetenv instead of modifying environ directly.
Paul Eggert
2012-12-03
* alloc.c (free_save_value): New function.
Dmitry Antipov
2012-12-02
Fix xpalloc confusion after memory is exhausted.
Paul Eggert
2012-11-22
* alloc.c (Fgarbage_collect): Unblock input after clearing
Dmitry Antipov
2012-11-21
Assume POSIX 1003.1-1988 or later for unistd.h.
Paul Eggert
2012-11-20
Conflate Qnil and Qunbound for `symbol-function'.
Stefan Monnier
2012-11-11
Another tweak to vectorlike_header change.
Paul Eggert
2012-11-09
Tweak last vectorlike_header change.
Dmitry Antipov
2012-11-08
Use ad-hoc comparison function for the profiler's hash-tables.
Stefan Monnier
2012-11-08
Shrink struct vectorlike_header to the only size field.
Dmitry Antipov
2012-10-19
Decrease NSTATICS to 0x800.
Eli Zaretskii
2012-10-18
Fix wording of error message in staticpro.
Eli Zaretskii
2012-10-18
Increase NSTATICS; tell the user when we run out of static slots.
Daniel Colascione
2012-10-16
* alloc.c (Fmake_byte_code): Fix typo in comment.
Dmitry Antipov
2012-10-10
* alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.
Dmitry Antipov
2012-10-10
* alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
Dmitry Antipov
2012-09-30
Prefer plain 'static' to 'static inline'.
Paul Eggert
[prev]
[next]