]> code.delx.au - gnu-emacs/history - src/alloc.c
Merge from origin/emacs-25
[gnu-emacs] / src / alloc.c
2016-04-02 John WiegleyMerge from origin/emacs-25
2016-03-27 Paul EggertRename C names to match Lisp symbols better
2016-03-24 Eli ZaretskiiDefine make_save_ptr_ptr unconditionally
2016-03-23 Paul EggertMerge from origin/emacs-25
2016-03-23 Paul Eggert; Merge from origin/emacs-25
2016-03-23 Paul EggertMerge from origin/emacs-25
2016-03-22 Paul EggertMerge from origin/emacs-25
2016-03-22 Paul Eggert; Merge from origin/emacs-25
2016-03-22 Paul Eggert-
2016-03-22 Paul Eggert; Merge from origin/emacs-25
2016-03-22 Paul Eggert-
2016-03-20 Paul Eggert* src/alloc.c (purecopy): Use AUTO_STRING.
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-11 John Wiegley; Merge from origin/emacs-25
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-11 John Wiegley; Merge from origin/emacs-25
2016-03-10 Paul EggertRework C source files to avoid ^(
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-02-22 John WiegleyMerge from origin/emacs-25
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 John Wiegley; Merge from origin/emacs-25
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 John Wiegley; Merge from origin/emacs-25
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 John Wiegley; Merge from origin/emacs-25
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-09 Paul Eggert-
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul Eggert-
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul EggertAdd lmalloc commentary and tweak laligned
2016-02-09 Paul EggertAvoid aligned_alloc static/extern collision
2016-02-09 Paul EggertIncrease success rate of fallback lmalloc
2016-02-08 Paul EggertPort to FreeBSD 11-CURRENT i386
2016-02-05 Paul EggertOmit XLI (init) == 0 optimization in make-vector
2016-02-05 Paul EggertPrefer memcpy and memset to doing it by hand
2016-02-04 Paul EggertSimplify USE_ALIGNED_ALLOC
2016-02-04 John Wiegley; Merge from origin/emacs-25
2016-02-04 John WiegleyMerge from origin/emacs-25
2016-02-04 John Wiegley; Merge from origin/emacs-25
2016-02-04 John WiegleyMerge from origin/emacs-25
2016-02-02 Paul EggertPort malloc.h hygiene fix to LTO
2016-01-31 John WiegleyCorrect reference to DARWIN_OS preprocessor symbol
2016-01-31 Paul EggertPacify GCC on C library without glibc API
2016-01-30 Paul EggertFix extern symbols defined and not used
2016-01-30 Paul EggertBuild lib/e-*.o only on platforms that need it
2016-01-30 Paul EggertInclude <malloc.h> when advisable
2016-01-30 Paul Eggert* src/alloc.c: Include "sheap.h".
2016-01-30 Paul Eggert-
2016-01-27 Paul Eggertmalloc.h hygiene
2016-01-14 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-12 John WiegleyMerge from origin/emacs-25
2016-01-11 Eli ZaretskiiAvoid an infloop when we run out of memory
2016-01-11 Paul EggertSimplify HAVE_MODULES use in mark_maybe_pointer
2016-01-10 Stefan Monnier* src/alloc.c (mark_maybe_pointer): HAVE_MODULES may...
2016-01-10 Stefan Monnier* src/alloc.c (mark_maybe_pointer): Also check wide...
2016-01-03 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-03 John WiegleyMerge branch 'emacs-25-merge'
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-12-31 YAMAMOTO MitsuharuAvoid writing to purespace
2015-12-30 John WiegleyMerge emacs-25 into master (using imerge)
2015-12-29 Eli ZaretskiiAvoid assertion violations in compact_font_cache_entry
2015-12-20 Alan MackenzieMerge branch 'scratch/follow' into emacs-25
2015-12-13 Paul EggertFix performance regression with gcc -O0
2015-12-06 Paul EggertImprove module interface when WIDE_EMACS_INT
2015-12-04 Alan MackenzieMerge branch 'scratch/follow' of /home/acm/emacs/emacs...
2015-11-24 Alan MackenzieMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2015-11-24 Eli ZaretskiiFix crash at startup related to GC of font entities
2015-11-21 Paul EggertAdd a few safety checks when ENABLE_CHECKING
2015-11-21 Eli ZaretskiiImprove documentation of dynamic modules
next