aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Documentation and commentary improvementsEli Zaretskii2016-12-101-0/+2
* Fix compilation problems.Eli Zaretskii2016-12-051-1/+0
* Merge branch 'concurrency'Eli Zaretskii2016-12-041-43/+120
|\
| * merge from trunkKen Raeburn2015-11-011-1122/+1376
| |\
| * | change condition-variablep to condition-variable-pTom Tromey2013-10-171-2/+2
| * | Fix crashes when unbind_for_thread_switch signals an error.Eli Zaretskii2013-09-011-1/+1
| * | merge from trunkTom Tromey2013-08-251-1/+0
| |\ \
| * \ \ merge from trunkTom Tromey2013-08-191-4/+27
| |\ \ \
| * \ \ \ merge from trunkTom Tromey2013-07-261-52/+62
| |\ \ \ \
| * \ \ \ \ Merge from trunkTom Tromey2013-07-121-9/+16
| |\ \ \ \ \
| * \ \ \ \ \ merge from trunkTom Tromey2013-07-061-778/+1175
| |\ \ \ \ \ \
| * | | | | | | Fix a comment.Tom Tromey2013-07-031-2/+2
| * | | | | | | merge from trunkTom Tromey2013-06-131-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-85/+220
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-03-171-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-03-081-41/+127
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-161-13/+61
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-2/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-284/+331
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-09-041-59/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunkTom Tromey2012-08-201-31/+139
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | condition variablesTom Tromey2012-08-191-1/+8
| * | | | | | | | | | | | | | | | declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.hTom Tromey2012-08-171-0/+2
| * | | | | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp.Tom Tromey2012-08-151-1/+8
| * | | | | | | | | | | | | | | | This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-151-0/+5
| * | | | | | | | | | | | | | | | This turns thread_state into a pseudovector and updates various bitsTom Tromey2012-08-151-0/+3
| * | | | | | | | | | | | | | | | This introduces some new functions to handle the specpdl. The basicTom Tromey2012-08-151-1/+3
| * | | | | | | | | | | | | | | | This introduces the low-level system threading support. It also addsTom Tromey2012-08-151-0/+2
| * | | | | | | | | | | | | | | | This parameterizes the GC a bit to make it thread-ready.Tom Tromey2012-08-151-5/+13
| * | | | | | | | | | | | | | | | This introduces a thread-state object and moves various C globalsTom Tromey2012-08-151-20/+3
* | | | | | | | | | | | | | | | | Add lisp watchpointsNoam Postavsky2016-12-021-9/+45
* | | | | | | | | | | | | | | | | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+0
* | | | | | | | | | | | | | | | | Pacify Sun C 5.14Paul Eggert2016-11-291-12/+15
* | | | | | | | | | | | | | | | | Fix another CANNOT_DUMP problemPaul Eggert2016-11-211-1/+3
* | | | | | | | | | | | | | | | | Add --new-daemon, which runs in the foreground and does not forkGlenn Morris2016-11-151-5/+4
* | | | | | | | | | | | | | | | | Remove obsolete default-FOO variablesMark Oteiza2016-11-071-6/+0
* | | | | | | | | | | | | | | | | * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-031-1/+1
* | | | | | | | | | | | | | | | | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+2
* | | | | | | | | | | | | | | | | Prefer now-standard int width macrosPaul Eggert2016-09-151-14/+10
* | | | | | | | | | | | | | | | | Avoid aborts in GC due to abort_on_gcEli Zaretskii2016-09-141-1/+0
* | | | | | | | | | | | | | | | | Port flexible array members to GCC + valgrindPaul Eggert2016-09-071-7/+0
* | | | | | | | | | | | | | | | | Remove interpreter’s byte stackPaul Eggert2016-08-091-5/+8
* | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Adjust match data before calling after-change-funsNoam Postavsky2016-07-221-1/+3
* | | | | | | | | | | | | | | | | | ‘signal’ no longer returnsPaul Eggert2016-07-251-1/+6
* | | | | | | | | | | | | | | | | | Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-201-0/+6
* | | | | | | | | | | | | | | | | | Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-191-0/+2
* | | | | | | | | | | | | | | | | | Improve --without-x GCC pacificationPaul Eggert2016-06-221-3/+1
* | | | | | | | | | | | | | | | | | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-201-1/+3
* | | | | | | | | | | | | | | | | | Port to platforms where char * has top bit setPaul Eggert2016-06-141-1/+1