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-11-28
* configure.ac (HAVE_MENUS): Remove.
Stefan Monnier
2013-11-28
Refine redisplay optimizations to only redisplay *some* frames/windows
Stefan Monnier
2013-11-20
Fix recently introduced bool vector overrun.
Paul Eggert
2013-11-18
Always allocate at least one bits_word per bool vector.
Paul Eggert
2013-11-13
Simplify, port and tune bool vector implementation.
Paul Eggert
2013-11-06
Port to C11 aligned_alloc, and fix some integer overflows.
Paul Eggert
2013-11-04
Simplify and port recent bool vector changes.
Paul Eggert
2013-11-03
Port to stricter C99 platforms.
Paul Eggert
2013-10-25
Perform font-specific cleanup when font object is swept by GC. See
Dmitry Antipov
2013-10-23
Tweak last font-related changes to fix bug#15686.
Dmitry Antipov
2013-10-21
Do not allow font caches to grow too large.
Dmitry Antipov
2013-10-18
Remove port-specific display name lists to avoid extra
Dmitry Antipov
2013-10-10
* lisp.h (eassume): New macro.
Paul Eggert
2013-10-08
Support menus on text-mode terminals.
Eli Zaretskii
2013-10-07
* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
Paul Eggert
2013-10-07
* alloc.c (Fmake_string): Fix last change.
Dmitry Antipov
2013-10-07
emacs_read and emacs_write now use void *, not char *.
Paul Eggert
2013-10-07
* alloc.c (Fmake_string): For ASCII char initializer, prefer
Dmitry Antipov
2013-10-03
* lisp.h (eassert): Assume that COND is true when optimizing.
Paul Eggert
2013-10-03
Introduce new bytecodes for efficient catch/condition-case in lexbind.
Stefan Monnier
2013-09-26
Merge from trunk.
Eli Zaretskii
2013-09-25
Signal error when reading an empty byte-code object (Bug#15405)
Barry O'Reilly
2013-09-24
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-09-23
Some minor cleanups of recently-added bool vector code.
Paul Eggert
2013-09-23
* alloc.c (valgrind_p): Use bool for boolean.
Paul Eggert
2013-09-22
Tell valgrind about conservative GC regions and suppress spurious
Daniel Colascione
2013-09-22
Add set operations for bool-vector.
Daniel Colascione
2013-09-20
A simpler, centralized INLINE.
Paul Eggert
2013-09-05
Fixed C compilation problems.
Eli Zaretskii
2013-09-04
* alloc.c (make_event_array): First arg is now ptrdiff_t, not int.
Paul Eggert
2013-08-29
* alloc.c (Fmake_marker, build_marker): Zero need_adjustment
Dmitry Antipov
2013-08-27
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
add a comment before flush_stack_call_func
Tom Tromey
2013-08-26
* alloc.c (sweep_vectors): Do not initialize 'block' twice.
Dmitry Antipov
2013-08-25
merge from trunk
Tom Tromey
2013-08-21
Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE
Dmitry Antipov
2013-08-19
merge from trunk
Tom Tromey
2013-08-14
Utility function and macro to copy Lisp string to C string.
Dmitry Antipov
2013-08-10
Omit some unnecessary casts.
Paul Eggert
2013-08-10
Minor string-length refactoring.
Paul Eggert
2013-08-09
Use xstrdup and build_unibyte_string where applicable.
Dmitry Antipov
2013-07-26
merge from trunk
Tom Tromey
2013-07-24
* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).
Ken Brown
2013-07-21
* alloc.c (make_save_ptr_ptr): Define this function.
Paul Eggert
2013-07-19
* alloc.c (staticpro): Avoid buffer overrun on repeated calls.
Paul Eggert
2013-07-18
Fix obscure porting bug with varargs functions.
Paul Eggert
2013-07-16
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-16
Fix porting bug to older POSIXish platforms.
Paul Eggert
2013-07-12
Merge from trunk
Tom Tromey
2013-07-07
Make file descriptors close-on-exec when possible.
Paul Eggert
[prev]
[next]