* lisp.h (STRING_COPYIN): Remove; unused.
[bpt/emacs.git] / src / lisp.h
2014-06-17 Dmitry Antipov* lisp.h (STRING_COPYIN): Remove; unused.
2014-06-17 Dmitry Antipov* fileio.c (Fread_file_name): Do not pass redundant...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-13 Paul EggertAvoid hangs in accept-process-output.
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Paul EggertIf a C name must be extern on some platforms, make...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-02 Paul EggertImprove AIX-related merge from emacs-24.
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-06-01 Paul EggertBring back the changes to GDB-visible symbols, but...
2014-05-31 Eli ZaretskiiRevert revision 2014-05-27T17:31:17Z!eliz@gnu.org,...
2014-05-30 Paul EggertFix port to 32-bit AIX with xlc.
2014-05-30 Dmitry AntipovDebugging facility to check whether 'const char *'...
2014-05-29 Eli ZaretskiiFix bug #17622 with crashes in mmap routines.
2014-05-29 Paul EggertPort the GDB-visible symbols to AIX.
2014-05-27 Fabrice PopineauUse mmap(2) emulation for buffer text on MS-Windows.
2014-05-26 Glenn MorrisMerge from emacs-24; up to 2014-05-26T10:21:18Z!rgm...
2014-05-22 Paul EggertSupply malloc and alloc_size attributes for extern...
2014-05-19 Paul EggertAllow any non-nil value to count as true in bool-vector.
2014-05-19 Eli Zaretskiisrc/lisp.h: Fix typos in a comment.
2014-05-19 Dmitry Antipov* src/lisp.h (CHECK_BOOLEAN): New function.
2014-05-17 Paul EggertAssume C99 or later.
2014-05-14 Glenn MorrisMerge from emacs-24; up to 2014-05-15T16:55:18Z!jan...
2014-05-12 Glenn MorrisMerge from emacs-24; up to 2014-05-12T06:15:47Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T06:58:46Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T03:34:20Z!rgm...
2014-05-04 Paul EggertMerge from emacs-24; up to 2014-05-04T21:18:30Z!eggert...
2014-04-30 Juanma BarranqueroMerge from emacs-24; up to 2014-05-01T10:21:17Z!rgm...
2014-04-28 Paul EggertUse bits_word for gcmarkbits.
2014-04-28 Paul EggertAvoid undefined behavior in signed left shift.
2014-04-25 Juanma BarranqueroMerge from emacs-24; up to 2014-04-25T10:35:01Z!michael...
2014-04-22 Paul EggertMerge from emacs-24; up to 2014-04-22T20:19:17Z!eggert...
2014-04-22 Daniel ColascioneCorrectly macroexpand top-level forms during eager...
2014-04-19 Daniel ColascioneMerge from emacs-24; up to 2014-04-17T02:05:48Z!eggert...
2014-04-18 Juanma BarranqueroMerge from emacs-24; up to 2014-04-16T15:28:06Z!eggert...
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-16 Eli ZaretskiiFix the MSDOS build.
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 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 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 ColascioneAdd GC bug investigation code
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-03-27 Paul EggertPort recent signal-related changes to FreeBSD.
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-25 Paul EggertHandle sigmask better with nested signal handlers.
2014-03-25 Barry O'ReillyUndo in region after markers in undo history relocated
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 ColascioneDo not allow a dumped Emacs to be dumped
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-03 Paul EggertPort to C89.
2014-01-01 Paul Eggert* lisp.h (EMACS_INT): Configure based on INTPTR_MAX...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-31 Fabrice PopineauMinor fixes for MinGW64 build.
2013-12-18 Paul EggertMinor fixes for recent openp changes.
2013-12-18 Glenn MorrisAdd load-prefer-newer option, to load .el if newer...
2013-12-14 Paul EggertUse bool for boolean, focusing on headers.
2013-12-10 Eli ZaretskiiMerge from trunk.
2013-12-09 Ken BrownFix declaration of get_frame_param for cygw32 build.
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-04 Stefan Monnier* src/lisp.h (FOR_EACH_TAIL): New macro.
2013-11-30 Martin RudalicsSupport resizing frames and windows pixelwise.
2013-11-30 Stefan Monnier* src/xdisp.c (redisplay_internal): Don't call set_wind...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-23 Glenn MorrisEmpty elements in EMACSLOADPATH now stand for the default
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-18 Eli ZaretskiiFix bug #15841 with assertion violations due to newline...
2013-11-17 Paul Eggert* configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
2013-11-15 Eli ZaretskiiCorrect overly-optimistic assumptions about C macro...
2013-11-15 Paul Eggert* configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
2013-11-14 Paul EggertSimplify, port and tune bool vector implementation.
2013-11-05 Stefan Monnier* src/xdisp.c (prepare_menu_bars): Mark static.
2013-11-05 Stefan Monnier* src/eval.c (handlerlist_sentinel): New variable.
2013-11-05 Paul EggertSimplify and port recent bool vector changes.
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-29 Dmitry AntipovPrefer 'unsigned long' to 'long unsigned int' and ...
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-17 Paul EggertMake VALMASK visible to GDB even if clang is used.
2013-10-14 Paul Eggert* lisp.h (bool_vector_size): New function.
2013-10-11 Paul Eggert* lisp.h (eassume): New macro.
2013-10-09 Paul Eggert* lisp.h (eassert): Don't use 'assume'.
2013-10-08 Paul EggertFix minor problems found by static checking.
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 Paul EggertImprove support for popcount and counting trailing...
next