summaryrefslogtreecommitdiff
path: root/src/thread.h
Commit message (Expand)AuthorAge
* Implement Lisp threading on AndroidPo Lu2024-02-06
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Pacify GCC 13 -Wanalyzer-out-of-boundsPaul Eggert2023-05-14
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Remove duplicate INLINE_HEADER_BEGINPaul Eggert2022-03-20
* Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert2022-03-19
* Put bytecode stack frame metadata in a structMattias Engdegård2022-03-17
* Separate bytecode stackMattias Engdegård2022-03-13
* Maintain end of specpdl instead of sizeMattias Engdegård2022-03-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix the DJGPP portPo Lu2021-12-11
* Update copyright year to 2021Paul Eggert2021-01-01
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-12
* Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)Mattias Engdegård2020-01-07
* Update copyright year to 2020Paul Eggert2020-01-01
* Support setting OS names of threads on MS-WindowsEli Zaretskii2019-12-20
* Simplify thread initialization and GCPaul Eggert2019-04-24
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* No need for m_search_regs_saved in thread.hPaul Eggert2019-03-27
* Fix some integer issues in regex-emacsPaul Eggert2019-03-25
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-19
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * src/thread.h: Do not include systime.h; no longer needed.Paul Eggert2018-09-16
* | Shrink pseudovectors a bitPaul Eggert2018-09-06
* | Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-05
* | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-05
* | thread-join returns the result of finished threadMichael Albinus2018-07-22
* | Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-16
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-18
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Change vectorlike from struct to unionPaul Eggert2017-11-13
* Fix the MSDOS build.Eli Zaretskii2017-10-18
* Avoid crashes on C-g when several threads wait for inputEli Zaretskii2017-10-04
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-14
* Update copyright year to 2017 in masterPaul Eggert2017-01-01
* Rename primary_thread to main_threadPaul Eggert2016-12-30
* regex.h now includes sys/types.hPaul Eggert2016-12-25
* Reorder lisp.h to declare types before using themPaul Eggert2016-12-25
* Remove interpreter’s byte stackPaul Eggert2016-12-23
* ; Spelling fixesPaul Eggert2016-12-22
* Fix last change with thread marking under GC_CHECK_MARKED_OBJECTSEli Zaretskii2016-12-22
* Fix crashes upon C-g on Posix TTY framesEli Zaretskii2016-12-19
* Fix commentsEli Zaretskii2016-12-17
* Undo part of last changeEli Zaretskii2016-12-11