index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.h
Age
Commit message (
Expand
)
Author
2022-03-20
Remove duplicate INLINE_HEADER_BEGIN
Paul Eggert
2022-03-19
Port to gcc -D EMACS_EXTERN_INLINE
Paul Eggert
2022-03-17
Put bytecode stack frame metadata in a struct
Mattias Engdegård
2022-03-13
Separate bytecode stack
Mattias Engdegård
2022-03-12
Maintain end of specpdl instead of size
Mattias Engdegård
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-11
Fix the DJGPP port
Po Lu
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-12
* src/keyboard.c: Fix bug#5803.
Stefan Monnier
2020-01-07
Fix BSD and macOS builds w.r.t. pthread_setname_np (bug#38632)
Mattias Engdegård
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-20
Support setting OS names of threads on MS-Windows
Eli Zaretskii
2019-04-24
Simplify thread initialization and GC
Paul Eggert
2019-04-08
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-03-27
No need for m_search_regs_saved in thread.h
Paul Eggert
2019-03-25
Fix some integer issues in regex-emacs
Paul Eggert
2019-03-19
Use ‘const’ to clarify GC marking
Paul Eggert
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-09-16
* src/thread.h: Do not include systime.h; no longer needed.
Paul Eggert
2018-09-06
Shrink pseudovectors a bit
Paul Eggert
2018-08-05
Simplify regex-emacs code by assuming Emacs
Paul Eggert
2018-08-05
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-07-22
thread-join returns the result of finished thread
Michael Albinus
2018-06-16
Make regex matching reentrant; update syntax during match
Daniel Colascione
2018-06-10
Use native alignment to access Lisp object data
Paul Eggert
2018-01-18
Fix module support if threads are disabled (Bug#30106)
Philipp Stephani
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-13
Change vectorlike from struct to union
Paul Eggert
2017-10-18
Fix the MSDOS build.
Eli Zaretskii
2017-10-04
Avoid crashes on C-g when several threads wait for input
Eli Zaretskii
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-07-14
Improve stack-overflow heuristic on GNU/Linux
Paul Eggert
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-12-30
Rename primary_thread to main_thread
Paul Eggert
2016-12-25
regex.h now includes sys/types.h
Paul Eggert
2016-12-25
Reorder lisp.h to declare types before using them
Paul Eggert
2016-12-23
Remove interpreter’s byte stack
Paul Eggert
2016-12-22
; Spelling fixes
Paul Eggert
2016-12-22
Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS
Eli Zaretskii
2016-12-19
Fix crashes upon C-g on Posix TTY frames
Eli Zaretskii
2016-12-17
Fix comments
Eli Zaretskii
2016-12-11
Undo part of last change
Eli Zaretskii
2016-12-11
Avoid aborts when a thread signals an error
Eli Zaretskii
2016-12-10
; Fix copyright years in new files
Glenn Morris
2016-12-09
Fix compilation warnings due to prototype of thread_select
Eli Zaretskii
2016-12-09
Fix compilation on Debian GNU/Linux
Eli Zaretskii
2016-12-05
Fix compilation problems.
Eli Zaretskii
[next]