summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing taskexit()concurrency-libtaskPhilipp Stephani2016-10-301-0/+1
* Fix pthread implementationPhilipp Stephani2016-10-303-21/+40
* Merge remote-tracking branch 'origin/master' into concurrency-libtaskPhilipp Stephani2016-10-3030-248/+688
|\
| * Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-10-291-18/+26
| * Quote file names in dired compression commandsJosé L. Doménech2016-10-291-5/+7
| * Avoid errors in posn-at-point for large imagesEli Zaretskii2016-10-291-0/+8
| * Unbreak MS-Windows buildEli Zaretskii2016-10-292-8/+8
| * Add double-buffering support to reduce flickerDaniel Colascione2016-10-2824-216/+635
| * Improve result of `auth-source-search' in TrampMichael Albinus2016-10-281-1/+4
* | Fix typoPhilipp Stephani2016-10-301-1/+1
* | Merge branch 'master' into concurrency-libtaskPhilipp Stephani2016-10-2812-35/+118
|\ \ | |/
| * Fix avl-tree alias docstringsMark Oteiza2016-10-271-5/+7
| * Update from gnulibPaul Eggert2016-10-276-5/+31
| * electric-quote-chars fixupsPaul Eggert2016-10-271-19/+24
| * New user variable 'electric-quote-chars'Göktuğ Kayaalp2016-10-273-22/+50
| * ; Spelling fixPaul Eggert2016-10-271-1/+1
| * Add more tests for Bug#24627Tino Calancha2016-10-271-2/+24
* | Support for context switching using pthreadsPhilipp Stephani2016-10-273-6/+80
* | Merge branch 'concurrency-libtask' of git.sv.gnu.org:/srv/git/emacs into conc...Philipp Stephani2016-10-260-0/+0
|\ \
| * | Revert change in fd_handler.Philipp Stephani2016-10-261-2/+2
| * | Fix format specifiersPhilipp Stephani2016-10-261-4/+4
| * | Add missing defsubrPhilipp Stephani2016-10-262-0/+6
| * | Transfer signals to main coroutinePhilipp Stephani2016-10-254-0/+74
| * | Remove wrong assertionPhilipp Stephani2016-10-251-1/+0
| * | malloc is redefined by config.hPhilipp Stephani2016-10-252-11/+1
| * | Support for Windows fibersPhilipp Stephani2016-10-253-0/+74
| * | WIP: CSP based on libtaskPhilipp Stephani2016-10-2540-27/+4267
| * | Clarify the behavior of minor mode commandsPhilipp Stephani2016-10-253-6/+79
* | | Revert change in fd_handler.Philipp Stephani2016-10-261-2/+2
* | | Fix format specifiersPhilipp Stephani2016-10-261-4/+4
* | | Add missing defsubrPhilipp Stephani2016-10-262-0/+6
* | | Transfer signals to main coroutinePhilipp Stephani2016-10-264-0/+74
* | | Remove wrong assertionPhilipp Stephani2016-10-261-1/+0
* | | malloc is redefined by config.hPhilipp Stephani2016-10-262-11/+1
* | | Support for Windows fibersPhilipp Stephani2016-10-263-0/+74
* | | WIP: CSP based on libtaskPhilipp Stephani2016-10-2640-27/+4267
* | | Clarify the behavior of minor mode commandsPhilipp Stephani2016-10-263-6/+79
| |/ |/|
* | * lisp/shell.el (shell--unquote&requote-argument): Match data misuseFilipp Gunbin2016-10-262-3/+40
* | * src/xwidget.c (webkit_js_to_lisp): Now static.Paul Eggert2016-10-251-1/+1
* | xwidget: Map "previous-line" and "next-line" to scrollRicardo Wurmus2016-10-251-2/+2
* | xwidget: Bind "beginning-of-buffer" and "end-of-buffer"Ricardo Wurmus2016-10-251-2/+15
* | Implement zoom for WebKit widget.Ricardo Wurmus2016-10-252-0/+33
* | Dynamically resize WebKit widget.Ricardo Wurmus2016-10-251-8/+25
* | Let initial WebKit view fill windowRicardo Wurmus2016-10-251-1/+3
* | xwidget: Remove title hack.Ricardo Wurmus2016-10-252-46/+0
* | xwidget: Get URL asynchronously.Ricardo Wurmus2016-10-251-5/+5
* | xwidget: Get selection with asynchronous JavaScriptRicardo Wurmus2016-10-251-5/+7
* | xwidget: Add function to find element by CSS selectorRicardo Wurmus2016-10-251-0/+17
* | xwidget: Simplify functions to scroll to elementsRicardo Wurmus2016-10-251-44/+35
* | xwidget: Get title via asynchronous JavaScript.Ricardo Wurmus2016-10-251-7/+8