| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Rename mark_stack to mark_c_stack | Mattias Engdegård | 2022-04-08 | 1 | -1/+1 |
* | Separate bytecode stack | Mattias Engdegård | 2022-03-13 | 1 | -0/+6 |
* | Maintain end of specpdl instead of size | Mattias Engdegård | 2022-03-12 | 1 | -6/+5 |
* | Rewrite thread context switch code (bug#48990) | Stefan Monnier | 2022-02-12 | 1 | -0/+16 |
* | Replace ptrdiff_t with new specpdl_ref type for specpdl references | Mattias Engdegård | 2022-02-12 | 1 | -2/+2 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Fix thread memory management under NS | Alan Third | 2021-07-04 | 1 | -0/+17 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Fix NS build failure | Alan Third | 2020-08-22 | 1 | -1/+1 |
* | Fix lock failures in xg_select | Pip Cet | 2020-08-21 | 1 | -0/+8 |
* | Fix aborts due to GC losing pseudovectors | Paul Eggert | 2020-05-25 | 1 | -2/+7 |
* | Remove obsolete thread-alive-p | Michael Albinus | 2020-01-09 | 1 | -3/+0 |
* | Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632) | Mattias Engdegård | 2020-01-07 | 1 | -1/+4 |
* | Use pthread_setname_np to set thread name | Robert Pluim | 2020-01-06 | 1 | -1/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Support setting OS names of threads on MS-Windows | Eli Zaretskii | 2019-12-20 | 1 | -0/+6 |
* | Simplify thread initialization and GC | Paul Eggert | 2019-04-24 | 1 | -62/+30 |
* | Allow gap before first non-Lisp pseudovec member | Paul Eggert | 2019-04-08 | 1 | -4/+4 |
* | Fix search_regs memory leak when thread destroyed | Paul Eggert | 2019-03-27 | 1 | -0/+12 |
* | Use ‘const’ to clarify GC marking | Paul Eggert | 2019-03-19 | 1 | -1/+1 |
* | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -1/+2 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Fix struct thread alignment on FreeBSD x86 | Paul Eggert | 2018-10-19 | 1 | -20/+27 |
* | | Avoid assertion violation when comparing with main-thread | Eli Zaretskii | 2018-10-17 | 1 | -0/+6 |
* | | Merge from origin/emacs-26 | Michael Albinus | 2018-08-31 | 1 | -7/+10 |
|\| |
|
| * | Rename thread-alive-p to thread-live-p | Michael Albinus | 2018-08-31 | 1 | -7/+10 |
* | | Construct a thread_event only if THREADS_ENABLED | Michael Albinus | 2018-08-31 | 1 | -0/+2 |
* | | Handle thread-signal towards the main thread (Bug#32502) | Michael Albinus | 2018-08-30 | 1 | -8/+25 |
* | | thread-join returns the result of finished thread | Michael Albinus | 2018-07-22 | 1 | -7/+15 |
* | | Add variable main-thread, fix Bug#32169 | Michael Albinus | 2018-07-17 | 1 | -4/+19 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-13 | 1 | -0/+2 |
|\| |
|
| * | Provide feature 'threads | Michael Albinus | 2018-07-12 | 1 | -0/+2 |
* | | Fix module support if threads are disabled (Bug#30106) | Philipp Stephani | 2018-01-18 | 1 | -0/+8 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | A better solution for bug#29347 | Eli Zaretskii | 2017-11-24 | 1 | -8/+10 |
* | ; * src/thread.c (acquire_global_lock): Fix thinko in last change. | Eli Zaretskii | 2017-11-24 | 1 | -1/+1 |
* | Avoid a hang after C-g while sit-for on a Unix TTY | Eli Zaretskii | 2017-11-24 | 1 | -1/+6 |
* | Use alignas to fix GCALIGN-related bugs | Paul Eggert | 2017-11-13 | 1 | -1/+1 |
* | Use GCALIGNED properly for GCC | Paul Eggert | 2017-11-08 | 1 | -1/+1 |
* | Fix alignment portability problems | Paul Eggert | 2017-11-02 | 1 | -3/+1 |
* | Avoid segfaults in 64-bit Windows builds | Eli Zaretskii | 2017-10-28 | 1 | -1/+3 |
* | Port thread.c to OpenBSD ARM | Paul Eggert | 2017-10-26 | 1 | -1/+1 |
* | Fix the MSDOS build. | Eli Zaretskii | 2017-10-18 | 1 | -0/+4 |
* | Avoid crashes on C-g when several threads wait for input | Eli Zaretskii | 2017-10-04 | 1 | -5/+11 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Improve stack-overflow heuristic on GNU/Linux | Paul Eggert | 2017-07-14 | 1 | -4/+6 |
* | Use ptrdiff_t, not int, for stack sizes | Paul Eggert | 2017-05-02 | 1 | -1/+1 |