summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Port to strict C99 offsetofPaul Eggert2016-03-181-1/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Port USE_STACK_LISP_OBJECTS fix to ClangPaul Eggert2016-02-141-1/+2
* Port to x86 GCC 4.3.1 and earlierPaul Eggert2016-02-141-0/+5
* Minor alignas cleanupPaul Eggert2016-02-091-4/+0
* Port to FreeBSD 11-CURRENT i386Paul Eggert2016-02-081-17/+2
* malloc.h hygienePaul Eggert2016-01-261-0/+8
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* xwidgets style cleanupPaul Eggert2016-01-221-3/+0
* Backport kqueue integration from masterMichael Albinus2016-01-221-5/+11
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+6
* Simplify HAVE_MODULES use in mark_maybe_pointerPaul Eggert2016-01-101-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Avoid writing to purespaceYAMAMOTO Mitsuharu2015-12-311-2/+2
* Revert some recent emacs-module commentaryPaul Eggert2015-12-201-12/+1
* Improve commentary for emacs-module.cPhilipp Stephani2015-12-201-1/+12
* Fix performance regression with gcc -O0Paul Eggert2015-12-121-0/+6
* Remove overenthusiastic eassertPaul Eggert2015-12-061-1/+0
* Improve module interface when WIDE_EMACS_INTPaul Eggert2015-12-061-5/+11
* Fix unoptimized buildsEli Zaretskii2015-11-221-8/+8
* Add a few safety checks when ENABLE_CHECKINGPaul Eggert2015-11-211-10/+23
* Simplify push_handler and profile its mallocPaul Eggert2015-11-191-12/+2
* Rename module.c to emacs-module.c, etc.Paul Eggert2015-11-191-1/+1
* Fix minor module problems found by static checkingPaul Eggert2015-11-191-1/+0
* Style fixes for indenting etc. in module codePaul Eggert2015-11-191-2/+1
* Add dynamic module module supportAurélien Aptel2015-11-181-0/+4
* Add new User Pointer (User_Ptr) typeAurélien Aptel2015-11-181-0/+47
* Add catch-all & no-signal version of PUSH_HANDLERPhilipp Stephani2015-11-181-21/+14
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-121-1/+0
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-121-1/+0
* | Move INTEGER_TO_CONS body out of .h filePaul Eggert2015-11-101-11/+3
* | Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-24/+8
* | Port recent inline functions fix to Standard CPaul Eggert2015-10-241-56/+155
* | Avoid missing inline functions from lisp.h in TAGSEli Zaretskii2015-10-241-29/+37
* | Take XPNTR privatePaul Eggert2015-10-131-6/+0
* | Avoid non-ASCII decoding errors in C src filesEli Zaretskii2015-09-251-1/+1
* | Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-1/+2
* | Use common report_file_notify_error functionMichael Albinus2015-09-161-0/+1
* | Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-2/+2
* | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-272/+1
* | format-message now curves ` and 'Paul Eggert2015-08-251-7/+0
* | Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-0/+19
* | Make add_to_log varargsPaul Eggert2015-08-131-1/+2
|/
* New optional ZONE arg for format-time-string etc.Paul Eggert2015-07-261-1/+1
* Better heuristic for C stack overflowPaul Eggert2015-07-161-0/+1
* Fix GC bugs --with-wide-int and Qnil == 0Paul Eggert2015-06-241-9/+2
* Remove format2Paul Eggert2015-05-301-1/+0
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-4/+0
* Refactor low-level printing for simplicityPaul Eggert2015-04-191-1/+1
* * alloc.c (run_finalizers): Omit unused local.Paul Eggert2015-03-031-7/+7