Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with remote reptest-concurrency | Tino Calancha | 2016-12-10 | 6 | -35/+114 |
|\ | |||||
| * | 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 | 5 | -0/+78 |
* | | Fix typo in dired-omit-case-fold-p | Tino Calancha | 2016-12-10 | 1 | -1/+2 |
|/ | |||||
* | *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 |
* | Add a NEWS entry. | Eli Zaretskii | 2016-12-08 | 1 | -0/+13 |
* | 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 the test suite | Eli Zaretskii | 2016-12-06 | 3 | -99/+81 |
* | 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 | 37 | -449/+3434 |
|\ | |||||
| * | ; * src/systhread.c [WINDOWSNT]: Fix typos in comments.old-branches/concurrencyconcurrency | Eli Zaretskii | 2015-11-03 | 1 | -5/+5 |
| * | Fix the MS-Windows build | Eli Zaretskii | 2015-11-02 | 10 | -66/+59 |
| * | merge from trunk | Ken Raeburn | 2015-11-01 | 3306 | -636089/+797014 |
| |\ | |||||
| * | | * 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 | 5 | -0/+204 |
| * | | use condition-notify in the docs, not condition-signal | Tom Tromey | 2013-08-27 | 1 | -2/+2 |
| * | | zap until-condition docs | Tom Tromey | 2013-08-27 | 1 | -8/+1 |
| * | | zap until-condition | Tom Tromey | 2013-08-27 | 1 | -14/+0 |
| * | | rename thread-blocker to thread--blocker | Tom Tromey | 2013-08-27 | 2 | -4/+5 |
| * | | 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 | 12 | -59/+103 |
| * | | 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 | 4 | -23/+125 |
| * | | merge from trunk | Tom Tromey | 2013-08-25 | 54 | -1085/+2968 |
| |\ \ | |||||
| * | | | fix up some merge errors in process.c | Tom Tromey | 2013-08-19 | 1 | -17/+1 |
| * | | | merge from trunk | Tom Tromey | 2013-08-19 | 461 | -7428/+17291 |
| |\ \ \ | |||||
| * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 192 | -3290/+6159 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 158 | -2228/+4301 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 | 337 | -57962/+71678 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | 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 |