aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't wait for frame to become visibleNoam Postavsky2017-01-201-54/+4
* Check that variable lists are actually listsPhilipp Stephani2017-01-191-0/+2
* Remove lock file when auto-saving into the visited fileEli Zaretskii2017-01-181-4/+11
* Fix a bug with signaling a thread that waits for condvarEli Zaretskii2017-01-181-17/+24
* Rudimentary error handling for non-main threadsEli Zaretskii2017-01-181-3/+17
* Fix NS main thread check (bug#25265)Alan Third2017-01-141-2/+2
* Fix a bug in waiting for condition variableEli Zaretskii2017-01-131-2/+41
* Use expanded stack during regex matchesNoam Postavsky2017-01-083-40/+62
* Fix computation of regex stack limitNoam Postavsky2017-01-081-9/+6
* Remove apploopnrAlan Third2017-01-081-70/+43
* Remove unnecessary blankp codePaul Eggert2017-01-081-5/+0
* Remove @SET_MAKE@ from manually-maintained filesPaul Eggert2017-01-071-3/+0
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-063-4/+26
* Revert "Rework NS event handling (bug#25265)"Alan Third2017-01-042-68/+313
* Generate nt/gnulib.mk from lib/gnulib.mkEli Zaretskii2017-01-031-0/+17
* Fix compilation --without-xEli Zaretskii2017-01-021-2/+3
* ; Fix typoMichael Albinus2017-01-011-1/+1
* Update copyright year to 2017 in masterPaul Eggert2017-01-015-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-01209-209/+209
|\
| * Update copyright year to 2017Paul Eggert2016-12-31209-209/+209
| * Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292.Alan Mackenzie2016-12-301-4/+5
* | Merge from origin/emacs-25Paul Eggert2017-01-012-7/+22
|\ \ | |/
| * Attempt to fix 64-bit AIX buildEli Zaretskii2016-12-231-5/+5
| * Work around reporting a dpi change in apply_xft_settingsMartin Rudalics2016-12-221-2/+17
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+2
|\ \ | |/
| * Improve documentation of 'w32-scroll-lock-modifier'Eli Zaretskii2016-12-191-1/+2
| * Port to Sun C 5.14Paul Eggert2016-12-011-4/+4
* | Clarify internal_catch etc.Paul Eggert2016-12-311-48/+43
* | * src/xdisp.c (string_from_display_spec): Simplify.Paul Eggert2016-12-311-16/+8
* | Rework NS event handling (bug#25265)Alan Third2016-12-312-313/+68
* | Don't define NOMINMAX on MS-WindowsEli Zaretskii2016-12-311-1/+0
* | Simplify code in eval.c that calls 'setjmp'Chris Gregory2016-12-311-43/+48
* | Simplify code in 'string_from_display_spec'Chris Gregory2016-12-311-6/+5
* | Serialize random number generation on MS-WindowsEli Zaretskii2016-12-311-2/+25
* | * src/gfilenotify.c (Fgfile_monitor_name): Return interned symbol.Michael Albinus2016-12-311-1/+1
* | Don't call xg_select for a NextStep build.Ken Raeburn2016-12-301-2/+2
* | Increase the obarray size.Ken Raeburn2016-12-301-1/+1
* | Initialize thread support for Xlib.Ken Raeburn2016-12-301-0/+7
* | Rename primary_thread to main_threadPaul Eggert2016-12-304-24/+24
* | Rename main_thread to main_thread_id and simplifyPaul Eggert2016-12-305-40/+12
* | * src/gfilenotify.c (Fgfile_monitor_name): Return a symbol.Michael Albinus2016-12-301-4/+3
* | * src/sysdep.c (deliver_process_signal): Improve comment.Paul Eggert2016-12-301-3/+6
* | Attempt to fix crashes with threads in GTK buildsEli Zaretskii2016-12-303-12/+17
* | Remove an ambiguity from defvar's doc string. Fixes bug #25292.Alan Mackenzie2016-12-291-4/+5
* | Improve filenotify-tests.elMichael Albinus2016-12-294-4/+25
* | ; fix indentingPaul Eggert2016-12-271-2/+2
* | Simplify prog1 implementationPaul Eggert2016-12-273-17/+8
* | Fix expand-file-name on DOS_NT systems when /: escaping is usedEli Zaretskii2016-12-271-1/+10
* | Fix typo in lisp.h reordering patchPaul Eggert2016-12-251-8/+0
* | regex.h now includes sys/types.hPaul Eggert2016-12-256-14/+6