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