aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* another docstring fixletTom Tromey2012-08-191-1/+2
* minor docstring fixupTom Tromey2012-08-191-4/+4
* add condition-mutex and condition-nameTom Tromey2012-08-192-0/+45
* ensure name of a thread is a stringTom Tromey2012-08-191-0/+3
* ensure name of a mutex is a stringTom Tromey2012-08-191-0/+3
* use NILPTom Tromey2012-08-191-3/+3
* condition variablesTom Tromey2012-08-197-20/+268
* comment fixesTom Tromey2012-08-181-1/+7
* refactor systhread.hTom Tromey2012-08-184-128/+121
* write docstrings for the thread functionsTom Tromey2012-08-171-26/+54
* declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.hTom Tromey2012-08-172-4/+2
* add test case for I/O switchingTom Tromey2012-08-151-0/+13
* process changesTom Tromey2012-08-154-28/+221
* Prepare process.c for threads by not having global select masks.Tom Tromey2012-08-151-130/+165
* fix a latent bug in process.cTom Tromey2012-08-151-1/+1
* This adds thread-blocker, a function to examine what a thread isTom Tromey2012-08-152-1/+34
* This adds names to mutexes. This seemed like a nice debuggingTom Tromey2012-08-153-13/+31
* This adds some tests of the threading code.Tom Tromey2012-08-151-0/+165
* This supplies the mutex implementation for Emacs Lisp.Tom Tromey2012-08-156-3/+117
* This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-157-19/+400
* This turns thread_state into a pseudovector and updates various bitsTom Tromey2012-08-155-3/+38
* This introduces some new functions to handle the specpdl. The basicTom Tromey2012-08-154-42/+134
* This introduces the low-level system threading support. It also addsTom Tromey2012-08-157-1/+286
* This parameterizes the GC a bit to make it thread-ready.Tom Tromey2012-08-156-64/+140
* This introduces a thread-state object and moves various C globalsTom Tromey2012-08-1514-101/+223
* Reword previous NEWS change.Glenn Morris2012-08-151-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-1581-182/+186
* Fix bug #12196 with incorrect memory allocations for region-cache.Eli Zaretskii2012-08-152-3/+9
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-157-45/+36
* Bump version to 24.2.50Chong Yidong2012-08-1513-22/+22
* Fix last change to xg_get_font.Dmitry Antipov2012-08-152-3/+7
* * etags.c (Pascal_functions): Fix parenthesization typo.Paul Eggert2012-08-152-1/+5
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-158-56/+145
* More CPP-DEFINES updatesGlenn Morris2012-08-151-10/+272
* * src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier2012-08-152-0/+6
* * lisp/textmodes/tex-mode.el (tex-insert-quote): ~ is a space.Stefan Monnier2012-08-142-1/+6
* * lisp/man.el (Man-overstrike-face, Man-underline-face)Wolfgang Jenkner2012-08-142-50/+42
* Implement ANSI SGR parameters 22-27.Wolfgang Jenkner2012-08-142-78/+111
* * lisp/subr.el (read-passwd): Allow use from a minibuffer.Stefan Monnier2012-08-142-3/+8
* * src/alloc.c (Fgarbage_collect): Use plural form consistently.Stefan Monnier2012-08-142-39/+62
* Fix compiler warning in keyboard.c.Eli Zaretskii2012-08-141-0/+2
* Fix last change in keyboard.c.Eli Zaretskii2012-08-141-0/+3
* Fix and improve GUD Tooltip mode.Eli Zaretskii2012-08-146-36/+86
* Fix a problem with disabled mouse movement events.Eli Zaretskii2012-08-142-0/+12
* byte-compile-setq-default fix for bug#12195Glenn Morris2012-08-142-14/+21
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-148-18/+39
* More doc fixes.Chong Yidong2012-08-156-18/+40
* Doc fixes.Chong Yidong2012-08-155-8/+24
* nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-08-142-2/+8
* * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.Glenn Morris2012-08-142-14/+16