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
2016-04-04
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-04-02
Merge from origin/emacs-25
John Wiegley
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-24
Define make_save_ptr_ptr unconditionally
Eli Zaretskii
2016-03-20
* src/alloc.c (purecopy): Use AUTO_STRING.
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-02-09
-
Paul Eggert
2016-02-09
-
Paul Eggert
2016-02-09
Add lmalloc commentary and tweak laligned
Paul Eggert
2016-02-09
Avoid aligned_alloc static/extern collision
Paul Eggert
2016-02-08
Increase success rate of fallback lmalloc
Paul Eggert
2016-02-08
Port to FreeBSD 11-CURRENT i386
Paul Eggert
2016-02-05
Omit XLI (init) == 0 optimization in make-vector
Paul Eggert
2016-02-04
Prefer memcpy and memset to doing it by hand
Paul Eggert
2016-02-04
Simplify USE_ALIGNED_ALLOC
Paul Eggert
2016-02-03
Merge from origin/emacs-25
John Wiegley
2016-02-02
Port malloc.h hygiene fix to LTO
Paul Eggert
2016-01-30
Correct reference to DARWIN_OS preprocessor symbol
John Wiegley
2016-01-30
Pacify GCC on C library without glibc API
Paul Eggert
2016-01-30
Fix extern symbols defined and not used
Paul Eggert
2016-01-30
Build lib/e-*.o only on platforms that need it
Paul Eggert
2016-01-30
Include <malloc.h> when advisable
Paul Eggert
2016-01-30
* src/alloc.c: Include "sheap.h".
Paul Eggert
2016-01-26
malloc.h hygiene
Paul Eggert
2016-01-11
Avoid an infloop when we run out of memory
Eli Zaretskii
2016-01-10
Simplify HAVE_MODULES use in mark_maybe_pointer
Paul Eggert
2016-01-10
* src/alloc.c (mark_maybe_pointer): HAVE_MODULES may be undefined
Stefan Monnier
2016-01-09
* src/alloc.c (mark_maybe_pointer): Also check wide-int's emacs_value
Stefan Monnier
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-12-31
Avoid writing to purespace
YAMAMOTO Mitsuharu
2015-12-29
Avoid assertion violations in compact_font_cache_entry
Eli Zaretskii
2015-12-12
Fix performance regression with gcc -O0
Paul Eggert
2015-12-06
Improve module interface when WIDE_EMACS_INT
Paul Eggert
2015-11-24
Fix crash at startup related to GC of font entities
Eli Zaretskii
2015-11-21
Add a few safety checks when ENABLE_CHECKING
Paul Eggert
2015-11-21
Improve documentation of dynamic modules
Eli Zaretskii
2015-11-18
Add dynamic module module support
Aurélien Aptel
2015-11-18
Add new User Pointer (User_Ptr) type
Aurélien Aptel
2015-11-10
Spelling fixes
Paul Eggert
2015-11-09
Fix a memory leak in GC of font cache
Dima Kogan
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-10-31
* src/alloc.c: Silence compiler warnings
Juanma Barranquero
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-10-13
Take XPNTR private
Paul Eggert
2015-10-06
Fix bug in GC_CHECK_MARKED_OBJECTS check
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-14
Don't miss warnings about removing string text properties while dumping
Eli Zaretskii
2015-08-13
Make add_to_log varargs
Paul Eggert
2015-08-13
Improve warning about purecopy of strings with properties
Eli Zaretskii
[next]