aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
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-191-0/+27
* 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-196-20/+255
* 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
* 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 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
* 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
* Fix last change to xg_get_font.Dmitry Antipov2012-08-152-3/+7
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-155-51/+130
* * src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier2012-08-152-0/+6
* * 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 a problem with disabled mouse movement events.Eli Zaretskii2012-08-142-0/+12
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-144-5/+16
* More doc fixes.Chong Yidong2012-08-154-6/+16
* Doc fixes.Chong Yidong2012-08-153-7/+17
* * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly2012-08-143-2/+7
* Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-145-20/+49
* * intervals.c (offset_intervals): Remove obsolete comment.Paul Eggert2012-08-142-6/+6
* * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.Andreas Schwab2012-08-142-3/+7
* Fix for undo recording in decode_coding.Gergely Risko2012-08-142-0/+14
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-148-122/+99
* * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.Dmitry Antipov2012-08-142-2/+6
* * gtkutil.c (xg_mark_data): Don't assume C99.Paul Eggert2012-08-132-1/+5
* Don't redraw tool bar for Gtk+ unless out of date.Jan Djärv2012-08-132-0/+96
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-1315-90/+98
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-1323-233/+249
* * src/lread.c (syms_of_lread): Initialize Vlexical_binding.BT Templeton2012-08-112-41/+45
* * nsterm.m (not_in_argv): New function.Jan Djärv2012-08-112-14/+25
* Use GtkFontChooser on Gtk+ 3.2 and up.Jan Djärv2012-08-112-5/+25
* ChangeLog date fixesGlenn Morris2012-08-101-3/+1