summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-16
* Bring back the changes to GDB-visible symbols, but only on AIX.Paul Eggert2014-06-01
* Revert revision 2014-05-27T17:31:17Z!eliz@gnu.org, as it breaks debugging wit...Eli Zaretskii2014-05-31
* Fix port to 32-bit AIX with xlc.Paul Eggert2014-05-30
* Port the GDB-visible symbols to AIX.Paul Eggert2014-05-28
* src/lisp.h: Fix typos in a comment.Eli Zaretskii2014-05-19
* Fix the MSDOS build.Eli Zaretskii2014-04-16
* Port to IRIX 6.5.Paul Eggert2014-04-13
* * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier2014-04-07
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-24
* Fix a few crashes and leaks when cloning C strings.Paul Eggert2014-02-28
* Port to C89.Paul Eggert2014-01-02
* * lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.Paul Eggert2014-01-01
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Minor fixes for MinGW64 build.Fabrice Popineau2013-12-31
* Minor fixes for recent openp changes.Paul Eggert2013-12-18
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Fix declaration of get_frame_param for cygw32 build.Ken Brown2013-12-09
* * src/lisp.h (FOR_EACH_TAIL): New macro.Stefan Monnier2013-12-04
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.Stefan Monnier2013-11-29
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-22
* Fix recently introduced bool vector overrun.Paul Eggert2013-11-20
* Always allocate at least one bits_word per bool vector.Paul Eggert2013-11-18
* Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii2013-11-18
* * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.Paul Eggert2013-11-16
* Correct overly-optimistic assumptions about C macro support by "gcc -g3".Eli Zaretskii2013-11-15
* * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.Paul Eggert2013-11-14
* Simplify, port and tune bool vector implementation.Paul Eggert2013-11-13
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-05
* * src/eval.c (handlerlist_sentinel): New variable.Stefan Monnier2013-11-05
* Simplify and port recent bool vector changes.Paul Eggert2013-11-04
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-29
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-16
* Make VALMASK visible to GDB even if clang is used.Paul Eggert2013-10-16
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-14
* * lisp.h (eassume): New macro.Paul Eggert2013-10-10
* * lisp.h (eassert): Don't use 'assume'.Paul Eggert2013-10-09
* Fix minor problems found by static checking.Paul Eggert2013-10-08
* * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert2013-10-07
* Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-07
* emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-07
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-04
* * lisp.h (eassert): Assume that COND is true when optimizing.Paul Eggert2013-10-03
* * xdisp.c (Qglyphless_char): Now static.Paul Eggert2013-10-03
* Merge from gnulib.Paul Eggert2013-10-03
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-03