summaryrefslogtreecommitdiff
path: root/src/thread.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify thread initialization and GCPaul Eggert2019-04-241-1/+0
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+1
* No need for m_search_regs_saved in thread.hPaul Eggert2019-03-271-5/+0
* Fix some integer issues in regex-emacsPaul Eggert2019-03-251-2/+2
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-2/+2
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-1/+1
* Add portable dumperDaniel Colascione2019-01-151-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * src/thread.h: Do not include systime.h; no longer needed.Paul Eggert2018-09-161-1/+0
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-3/+3
* | Simplify regex-emacs code by assuming EmacsPaul Eggert2018-08-051-2/+2
* | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-1/+1
* | thread-join returns the result of finished threadMichael Albinus2018-07-221-0/+3
* | Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-161-9/+0
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-3/+3
* | Fix module support if threads are disabled (Bug#30106)Philipp Stephani2018-01-181-0/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Change vectorlike from struct to unionPaul Eggert2017-11-131-3/+3
* Fix the MSDOS build.Eli Zaretskii2017-10-181-0/+4
* Avoid crashes on C-g when several threads wait for inputEli Zaretskii2017-10-041-0/+7
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-2/+8
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Rename primary_thread to main_threadPaul Eggert2016-12-301-1/+1
* regex.h now includes sys/types.hPaul Eggert2016-12-251-1/+0
* Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+58
* Remove interpreter’s byte stackPaul Eggert2016-12-231-9/+1
* ; Spelling fixesPaul Eggert2016-12-221-2/+2
* Fix last change with thread marking under GC_CHECK_MARKED_OBJECTSEli Zaretskii2016-12-221-0/+1
* Fix crashes upon C-g on Posix TTY framesEli Zaretskii2016-12-191-0/+8
* Fix commentsEli Zaretskii2016-12-171-2/+2
* Undo part of last changeEli Zaretskii2016-12-111-5/+0
* Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-0/+9
* ; Fix copyright years in new filesGlenn Morris2016-12-101-1/+1
* Fix compilation warnings due to prototype of thread_selectEli Zaretskii2016-12-091-1/+1
* Fix compilation on Debian GNU/LinuxEli Zaretskii2016-12-091-0/+1
* Fix compilation problems.Eli Zaretskii2016-12-051-12/+0
* Merge branch 'concurrency'Eli Zaretskii2016-12-041-1/+5
* Fix the MS-Windows buildEli Zaretskii2015-11-021-0/+4
* merge from trunkKen Raeburn2015-11-011-14/+8
* make thread_check_current_buffer return boolTom Tromey2013-08-271-1/+1
* fix whitespace_regexp warningTom Tromey2013-08-261-1/+3
* merge from trunkTom Tromey2013-07-061-2/+2
* remove unused field from struct thread_stateTom Tromey2013-07-031-6/+0
* merge from trunk; clean up some issuesTom Tromey2013-06-031-3/+0
* don't let kill-buffer kill a buffer if it is current in any threadTom Tromey2013-03-181-0/+2
* merge from trunkTom Tromey2013-03-171-2/+2
* condition variablesTom Tromey2012-08-191-0/+16
* comment fixesTom Tromey2012-08-181-1/+7