summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for finalizersDaniel Colascione2015-03-021-0/+33
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-1/+8
* Spelling fixesPaul Eggert2015-02-211-3/+3
* Better support for future pluginsPaul Eggert2015-02-121-3/+10
* Use bool for boolean in xdisp.cPaul Eggert2015-02-091-4/+4
* Revert changes installed by xwidgets mergePaul Eggert2015-02-011-5/+0
* Merge branch 'master' into xwidgetJoakim Verona2015-01-251-0/+9
|\
| * Count MANY function args more reliablyPaul Eggert2015-01-251-0/+9
* | merge masterJoakim Verona2015-01-221-4/+6
|\ \ | |/
| * Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-4/+6
* | Merge branch 'master' into xwidgetJoakim Verona2015-01-211-4/+4
|\ \ | |/
| * Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-9/+5