summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid missing inline functions from lisp.h in TAGS...Eli Zaretskii2015-10-241-29/+37
* Take XPNTR private...Paul Eggert2015-10-131-6/+0
* Avoid non-ASCII decoding errors in C src files...Eli Zaretskii2015-09-251-1/+1
* Add -Wswitch to --enable-gcc-warnings...Paul Eggert2015-09-161-1/+2
* Use common report_file_notify_error function...Michael Albinus2015-09-161-0/+1
* Prefer NUMBERP to spelling it out...Paul Eggert2015-09-101-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS...Paul Eggert2015-08-261-272/+1
* format-message now curves ` and '...Paul Eggert2015-08-251-7/+0
* Extend ‘format’ to translate curved quotes...Paul Eggert2015-08-141-0/+19
* Make add_to_log varargs...Paul 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 overflow...Paul Eggert2015-07-161-0/+1
* Fix GC bugs --with-wide-int and Qnil == 0...Paul Eggert2015-06-241-9/+2
* Remove format2...Paul Eggert2015-05-301-1/+0
* Remove the deprecated INTERNAL_FIELD macro by expanding it...Oleh Krehel2015-04-291-4/+0
* Refactor low-level printing for simplicity...Paul Eggert2015-04-191-1/+1
* * alloc.c (run_finalizers): Omit unused local....Paul Eggert2015-03-031-7/+7
* Add support for finalizers...Daniel Colascione2015-03-021-0/+33
* Support daemon mode on MS-Windows (bug#19688)...Mark Laws2015-02-271-1/+8
* Spelling fixes...Paul Eggert2015-02-211-3/+3
* Better support for future plugins...Paul Eggert2015-02-121-3/+10
* Use bool for boolean in xdisp.c...Paul 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 reliably...Paul Eggert2015-01-251-0/+9
* | merge masterJoakim Verona2015-01-221-4/+6
|\|
| * Better isolate code that assumes NIL_IS_ZERO...Paul Eggert2015-01-211-4/+6
* | Merge branch 'master' into xwidgetJoakim Verona2015-01-211-4/+4
|\|
| * Undo port to hypothetical nonzero Qnil case...Paul Eggert2015-01-201-9/+5
| * Port to hypothetical case where Qnil is nonzero...Paul Eggert2015-01-191-9/+13
* | Merge branch 'master' into xwidgetJoakim Verona2015-01-201-3/+21
|\|
| * Prefer memset to repeatedly assigning Qnil...Paul Eggert2015-01-191-3/+21
* | merge masterJoakim Verona2015-01-161-16/+21
|\|
| * Tiny lisp.h cleanup...Dmitry Antipov2015-01-161-6/+2
| * Tune pseudovector allocation assuming Qnil == 0...Dmitry Antipov2015-01-161-10/+19
* | merge masterJoakim Verona2015-01-151-10/+21
|\|
| * Remove now-unnecessary forward XTYPE decl...Paul Eggert2015-01-131-1/+0
| * Fix problems with 32-bit wide-int build exposed by MinGW...Eli Zaretskii2015-01-131-3/+3
| * Consolidate duplicated string matching code....Dmitry Antipov2015-01-131-2/+15
| * Port to 32-bit MingGW --with-wide-int...Paul Eggert2015-01-121-4/+3
* | merge master, fix conflictsJoakim Verona2015-01-111-238/+196
|\|
| * Port to MSB hosts without optimization...Paul Eggert2015-01-111-0/+1
| * Port to 32-bit --with-wide-int...Paul Eggert2015-01-101-19/+20
| * Port to 32-bit Sun C 5.12 sparc...Paul Eggert2015-01-101-2/+2
| * Port Qnil==0 changes to 32-bit --with-wide-int...Paul Eggert2015-01-101-27/+23
| * Refactor pointer-to-integer conversion...Paul Eggert2015-01-091-0/+19
| * Port new Lisp symbol init to x86 --with-wide-int...Paul Eggert2015-01-081-6/+11
| * * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL....Paul Eggert2015-01-071-1/+2
| * Port Qnil==0 XUNTAG to clang...Paul Eggert2015-01-071-2/+3
| * * lisp.h (XSYMBOL): Parenthesize id in forward decl....Paul Eggert2015-01-051-2/+2