aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; 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
| * Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-9/+13
* | Merge branch 'master' into xwidgetJoakim Verona2015-01-201-3/+21
|\ \ | |/
| * Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-191-3/+21
* | merge masterJoakim Verona2015-01-161-16/+21
|\ \ | |/
| * Tiny lisp.h cleanupDmitry Antipov2015-01-161-6/+2
| * Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-10/+19
* | merge masterJoakim Verona2015-01-151-10/+21
|\ \ | |/
| * Remove now-unnecessary forward XTYPE declPaul Eggert2015-01-131-1/+0
| * Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-131-3/+3
| * Consolidate duplicated string matching code.Dmitry Antipov2015-01-131-2/+15
| * Port to 32-bit MingGW --with-wide-intPaul Eggert2015-01-121-4/+3
* | merge master, fix conflictsJoakim Verona2015-01-111-238/+196
|\ \ | |/
| * Port to MSB hosts without optimizationPaul Eggert2015-01-111-0/+1
| * Port to 32-bit --with-wide-intPaul Eggert2015-01-101-19/+20
| * Port to 32-bit Sun C 5.12 sparcPaul Eggert2015-01-101-2/+2
| * Port Qnil==0 changes to 32-bit --with-wide-intPaul Eggert2015-01-101-27/+23