| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix error messages in thread.c | Eli Zaretskii | 2016-12-10 | 1 | -4/+4 |
| * | Improve doc strings in thread.c | Eli Zaretskii | 2016-12-10 | 1 | -30/+31 |
| * | Fix building with check-lisp-object-type | Eli Zaretskii | 2016-12-10 | 1 | -1/+1 |
| * | Documentation and commentary improvements | Eli Zaretskii | 2016-12-10 | 3 | -0/+6 |
| * | *src/sysdep.c: Fix a comment. | Eli Zaretskii | 2016-12-09 | 1 | -1/+1 |
| * | Fix compilation error on Fedora 24 | Eli Zaretskii | 2016-12-09 | 1 | -6/+0 |
| * | Fix compilation warnings due to prototype of thread_select | Eli Zaretskii | 2016-12-09 | 4 | -5/+5 |
| * | Fix compilation on Debian GNU/Linux | Eli Zaretskii | 2016-12-09 | 1 | -0/+1 |
| * | Fix subtle errors with let-binding of localized variables | Eli Zaretskii | 2016-12-09 | 1 | -16/+14 |
| * | Fix compilation warnings | Eli Zaretskii | 2016-12-08 | 1 | -1/+1 |
| * | Fix network streams. | Eli Zaretskii | 2016-12-07 | 3 | -20/+27 |
| * | Minimize spurious diffs from master. | Eli Zaretskii | 2016-12-07 | 3 | -5/+6 |
| * | Fix a typo in bytecode.c. | Eli Zaretskii | 2016-12-06 | 1 | -2/+3 |
| * | Fix compilation problems. | Eli Zaretskii | 2016-12-05 | 8 | -48/+10 |
| * | Fix merged code in process.c and eval.c. | Eli Zaretskii | 2016-12-05 | 2 | -11/+33 |
| * | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 26 | -441/+2780 |
| |\ | |||||
| | * | ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.old-branches/concurrency | Eli Zaretskii | 2015-11-03 | 1 | -5/+5 |
| | * | Fix the MS-Windows build | Eli Zaretskii | 2015-11-02 | 9 | -65/+58 |
| | * | merge from trunk | Ken Raeburn | 2015-11-01 | 218 | -44080/+86889 |
| | |\ | |||||
| | * | | * src/eval.c (unbind_for_thread_switch): Fix iteration over the | Barry O'Reilly | 2013-10-19 | 2 | -2/+7 |
| | * | | change condition-variablep to condition-variable-p | Tom Tromey | 2013-10-17 | 2 | -5/+5 |
| | * | | Fix crashes when unbind_for_thread_switch signals an error. | Eli Zaretskii | 2013-09-01 | 4 | -8/+23 |
| | * | | Improve MS-Windows implementation of threads. | Eli Zaretskii | 2013-08-31 | 4 | -14/+98 |
| | * | | Enable thread support in the MS-Windows build. | Eli Zaretskii | 2013-08-30 | 3 | -0/+194 |
| | * | | rename thread-blocker to thread--blocker | Tom Tromey | 2013-08-27 | 1 | -1/+1 |
| | * | | remove binding_symbol | Tom Tromey | 2013-08-27 | 1 | -11/+3 |
| | * | | fix style of threadp, mutexp, and condition-variable-p | Tom Tromey | 2013-08-27 | 1 | -6/+3 |
| | * | | make thread_check_current_buffer return bool | Tom Tromey | 2013-08-27 | 2 | -4/+4 |
| | * | | add a comment before flush_stack_call_func | Tom Tromey | 2013-08-27 | 1 | -0/+11 |
| | * | | fix whitespace_regexp warning | Tom Tromey | 2013-08-26 | 1 | -1/+3 |
| | * | | Fix MS-Windows build. | Eli Zaretskii | 2013-08-26 | 10 | -58/+96 |
| | * | | use record_unwind_protect_void, avoid warning | Tom Tromey | 2013-08-26 | 1 | -4/+3 |
| | * | | implement --enable-threads and a thread-less mode | Tom Tromey | 2013-08-26 | 3 | -23/+112 |
| | * | | merge from trunk | Tom Tromey | 2013-08-25 | 19 | -327/+466 |
| | |\ \ | |||||
| | * | | | fix up some merge errors in process.c | Tom Tromey | 2013-08-19 | 1 | -17/+1 |
| | * | | | merge from trunk | Tom Tromey | 2013-08-19 | 95 | -2885/+4242 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 74 | -1604/+2378 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 56 | -1037/+1453 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Use thread_alive_p in a couple more spots | Tom Tromey | 2013-07-11 | 1 | -2/+2 |
| | * | | | | | | fix xfree bug in run_thread | Tom Tromey | 2013-07-07 | 1 | -1/+1 |
| | * | | | | | | merge from trunk | Tom Tromey | 2013-07-06 | 70 | -24722/+27505 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | add assertion to flush_stack_call_func | Tom Tromey | 2013-07-06 | 1 | -1/+4 |
| | * | | | | | | | call init_primary_thread from init_threads | Tom Tromey | 2013-07-06 | 1 | -0/+1 |
| | * | | | | | | | avoid SAFE_ALLOCA | Tom Tromey | 2013-07-04 | 1 | -4/+5 |
| | * | | | | | | | avoid current_thread sometimes | Tom Tromey | 2013-07-04 | 1 | -2/+3 |
| | * | | | | | | | initialize saved_value | Tom Tromey | 2013-07-04 | 1 | -0/+2 |
| | * | | | | | | | unlink thread later | Tom Tromey | 2013-07-03 | 1 | -11/+8 |
| | * | | | | | | | introduce thread_alive_p macro | Tom Tromey | 2013-07-03 | 1 | -6/+13 |
| | * | | | | | | | Don't call unbind_for_thread_switch in run_thread | Tom Tromey | 2013-07-03 | 1 | -2/+0 |
| | * | | | | | | | remove unused field from struct thread_state | Tom Tromey | 2013-07-03 | 1 | -6/+0 |