summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Bring back the changes to GDB-visible symbols, but only on AIX.Paul Eggert2014-06-011-5/+47
* Revert revision 2014-05-27T17:31:17Z!eliz@gnu.org, as it breaks debugging wit...Eli Zaretskii2014-05-311-27/+4
* Fix port to 32-bit AIX with xlc.Paul Eggert2014-05-301-1/+1
* Port the GDB-visible symbols to AIX.Paul Eggert2014-05-281-4/+27
* src/lisp.h: Fix typos in a comment.Eli Zaretskii2014-05-191-2/+2
* Fix the MSDOS build.Eli Zaretskii2014-04-161-1/+2
* Port to IRIX 6.5.Paul Eggert2014-04-131-1/+1
* * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier2014-04-071-0/+3
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-241-2/+1
* Fix a few crashes and leaks when cloning C strings.Paul Eggert2014-02-281-0/+1
* Port to C89.Paul Eggert2014-01-021-1/+1
* * lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.Paul Eggert2014-01-011-10/+14
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Minor fixes for MinGW64 build.Fabrice Popineau2013-12-311-1/+1
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+24
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-88/+102
* Fix declaration of get_frame_param for cygw32 build.Ken Brown2013-12-091-1/+1
* * src/lisp.h (FOR_EACH_TAIL): New macro.Stefan Monnier2013-12-041-0/+14
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+1
* * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.Stefan Monnier2013-11-291-1/+1
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-221-3/+2
* Fix recently introduced bool vector overrun.Paul Eggert2013-11-201-1/+1
* Always allocate at least one bits_word per bool vector.Paul Eggert2013-11-181-0/+1
* Fix bug #15841 with assertion violations due to newline cache.Eli Zaretskii2013-11-181-0/+1
* * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.Paul Eggert2013-11-161-8/+1
* Correct overly-optimistic assumptions about C macro support by "gcc -g3".Eli Zaretskii2013-11-151-0/+7
* * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.Paul Eggert2013-11-141-1/+1
* Simplify, port and tune bool vector implementation.Paul Eggert2013-11-131-7/+17
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-051-1/+0
* * src/eval.c (handlerlist_sentinel): New variable.Stefan Monnier2013-11-051-3/+2
* Simplify and port recent bool vector changes.Paul Eggert2013-11-041-13/+74
* Port to stricter C99 platforms.Paul Eggert2013-11-031-23/+25
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-1/+1
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-1/+0
* Make VALMASK visible to GDB even if clang is used.Paul Eggert2013-10-161-8/+27
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-141-0/+8
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-10/+31
* * lisp.h (eassert): Don't use 'assume'.Paul Eggert2013-10-091-6/+3
* Fix minor problems found by static checking.Paul Eggert2013-10-081-0/+1
* * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert2013-10-071-1/+6
* Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-071-6/+1
* emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-071-3/+3
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-041-24/+0
* * lisp.h (eassert): Assume that COND is true when optimizing.Paul Eggert2013-10-031-11/+6
* * xdisp.c (Qglyphless_char): Now static.Paul Eggert2013-10-031-1/+0
* Merge from gnulib.Paul Eggert2013-10-031-2/+3
* Introduce new bytecodes for efficient catch/condition-case in lexbind.Stefan Monnier2013-10-031-53/+58
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-8/+15
* Some minor cleanups of recently-added bool vector code.Paul Eggert2013-09-231-6/+3