Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / alloc.c
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-16 Paul EggertRemove DATA_SEG_BITS.
2014-04-13 Paul EggertPort to IRIX 6.5.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-08 Daniel ColascioneCorrect merge
2014-04-08 Daniel ColascioneMore GC assertions
2014-04-08 Daniel ColascioneRearrange pointer logging
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-07 Paul Eggert* alloc.c: Simplify by removing use of HAVE_EXECINFO_H.
2014-04-07 Stefan Monnier* src/alloc.c: Keep track of symbols referenced from...
2014-04-05 Paul EggertPrefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-03 Daniel ColascioneRename EARRAYSIZE to ARRAYELTS
2014-04-03 Daniel ColascioneAssert that function cells contain valid lisp objects
2014-04-03 Daniel ColascioneRearrange suspicious pointer logging
2014-04-03 Daniel ColascioneFix typo
2014-04-03 Daniel ColascioneAdd GC bug investigation code
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-03-27 Juanma BarranqueroMerge from emacs-24; up to 2014-03-24T03:06:35Z!dancol...
2014-03-26 Juanma BarranqueroMerge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka...
2014-03-23 Daniel ColascioneClean up gc_sweep
2014-03-23 Daniel ColascioneMerge from emacs-24; up to 2014-03-21T23:16:26Z!rms...
2014-03-22 Glenn MorrisMerge from emacs-24; up to 2014-03-21T21:27:25Z!dancol...
2014-03-21 Glenn MorrisMerge from emacs-24; up to 2014-03-21T08:51:02Z!eliz...
2014-03-21 Daniel ColascioneAllow lisp allocation via mmap in dumped emacs
2014-03-21 Daniel ColascioneAllow lisp allocation via mmap in dumped emacs
2014-03-20 Stefan Monnier* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged...
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-02-28 Paul EggertFix a few crashes and leaks when cloning C strings.
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-01-20 Paul EggertApply previous change even if valgrind is not in use...
2014-01-20 Paul EggertPacify valgrind by initializing buffer redisplay bit.
2014-01-03 Paul EggertWhitespace fixes for recently-added code.
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-26 Paul EggertFix core dumps with gcc -fsanitize=address and GNU...
2013-12-16 Dmitry Antipov* font.c (valid_font_driver) [ENABLE_CHECKING]: New...
2013-12-14 Eli ZaretskiiRevert 2 last commits in src/alloc.c.
2013-12-14 Eli ZaretskiiMinor tweak of the last commit.
2013-12-14 Eli ZaretskiiAvoid crashing due to closing of font whose driver...
2013-12-13 Dmitry Antipov* alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,
2013-12-12 David EngsterMerge from CEDET upstream.
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-12 Dmitry Antipov* font.h (struct font_entity) [HAVE_NS]: New field...
2013-12-09 Eli ZaretskiiMerge from trunk.
2013-12-09 Jan Djärv* alloc.c (Fmemory_limit): Avoid compiler warning....
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-01 Paul EggertSpelling and punctuation fixes.
2013-11-29 Stefan Monnier* configure.ac (HAVE_MENUS): Remove.
2013-11-28 Stefan MonnierRefine redisplay optimizations to only redisplay *some...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-21 Paul EggertFix recently introduced bool vector overrun.
2013-11-18 Paul EggertAlways allocate at least one bits_word per bool vector.
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-14 Paul EggertSimplify, port and tune bool vector implementation.
2013-11-07 Paul EggertPort to C11 aligned_alloc, and fix some integer overflows.
2013-11-05 Paul EggertSimplify and port recent bool vector changes.
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-25 Dmitry AntipovPerform font-specific cleanup when font object is swept...
2013-10-23 Dmitry AntipovTweak last font-related changes to fix bug#15686.
2013-10-21 Xue FuqiaoRemove unnecessary @refill.
2013-10-21 Dmitry AntipovDo not allow font caches to grow too large.
2013-10-18 Dmitry AntipovRemove port-specific display name lists to avoid extra
2013-10-11 Paul Eggert* lisp.h (eassume): New macro.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Paul Eggert* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
2013-10-07 Dmitry Antipov* alloc.c (Fmake_string): Fix last change.
2013-10-07 Paul Eggertemacs_read and emacs_write now use void *, not char *.
2013-10-07 Dmitry Antipov* alloc.c (Fmake_string): For ASCII char initializer...
2013-10-03 Paul Eggert* lisp.h (eassert): Assume that COND is true when optim...
2013-10-03 Stefan MonnierIntroduce new bytecodes for efficient catch/condition...
2013-09-28 Eli ZaretskiiMerge from trunk before trying Unix TTY.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-26 Barry O'ReillySignal error when reading an empty byte-code object...
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-24 Paul EggertSome minor cleanups of recently-added bool vector code.
2013-09-24 Paul Eggert* alloc.c (valgrind_p): Use bool for boolean.
2013-09-23 Daniel ColascioneTell valgrind about conservative GC regions and suppres...
2013-09-22 Daniel ColascioneAdd set operations for bool-vector.
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-05 Eli ZaretskiiFixed C compilation problems.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Paul Eggert* alloc.c (make_event_array): First arg is now ptrdiff_...
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-29 Dmitry Antipov* alloc.c (Fmake_marker, build_marker): Zero need_adjus...
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-26 Dmitry Antipov* alloc.c (sweep_vectors): Do not initialize 'block...
2013-08-21 Dmitry AntipovFix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_...
2013-08-14 Dmitry AntipovUtility function and macro to copy Lisp string to C...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul EggertOmit some unnecessary casts.
2013-08-10 Paul EggertMinor string-length refactoring.
2013-08-09 Dmitry AntipovUse xstrdup and build_unibyte_string where applicable.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-24 Ken Brown* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI...
2013-07-21 Paul Eggert* alloc.c (make_save_ptr_ptr): Define this function.
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
next