aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-2/+0
* Improve AIX-related merge from emacs-24.Paul Eggert2014-06-011-10/+0
* Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-6/+48
|\
| * 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
* | Debugging facility to check whether 'const char *' points toDmitry Antipov2014-05-301-0/+1
* | Fix bug #17622 with crashes in mmap routines.Eli Zaretskii2014-05-291-1/+1
* | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-1/+1
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-2/+2
|\ \ | |/
| * src/lisp.h: Fix typos in a comment.Eli Zaretskii2014-05-191-2/+2
* | Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-221-10/+11
* | Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-191-6/+1
* | * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-191-1/+6
* | Assume C99 or later.Paul Eggert2014-05-171-6/+1
* | Use bits_word for gcmarkbits.Paul Eggert2014-04-281-2/+1
* | Avoid undefined behavior in signed left shift.Paul Eggert2014-04-271-3/+16
* | Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-221-0/+1
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-1/+2
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-1/+2
| * Port to IRIX 6.5.Paul Eggert2014-04-131-1/+1
* | Remove DATA_SEG_BITS.Paul Eggert2014-04-161-42/+32
* | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-071-0/+3
|\ \ | |/
| * * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168).Stefan Monnier2014-04-071-0/+3
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-2/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Add GC bug investigation codeDaniel Colascione2014-04-021-0/+3
* | Port recent signal-related changes to FreeBSD.Paul Eggert2014-03-271-2/+0
* | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-261-2/+1
|\ \ | |/
| * Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-241-2/+1
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-2/+2
* | Do not allow a dumped Emacs to be dumpedDaniel Colascione2014-03-211-0/+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