aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Port to FreeBSD 11 AMDPaul Eggert2016-11-082-2/+8
* | | | | | | | | | | | | | | | | | Remove obsolete default-FOO variablesMark Oteiza2016-11-073-149/+1
* | | | | | | | | | | | | | | | | | Restore file descriptor limit in subprocessesPaul Eggert2016-11-063-4/+27
* | | | | | | | | | | | | | | | | | Prefer comments /* like this */ in C codePaul Eggert2016-11-051-7/+7
* | | | | | | | | | | | | | | | | | Enlarge DUMPED_HEAP_SIZEEli Zaretskii2016-11-051-1/+1
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-043-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2016-11-042-5/+5
| * | | | | | | | | | | | | | | | | Mark relocation workarounds with REL_ALLOCEli Zaretskii2016-11-041-1/+8
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-044-107/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Inhibit buffer relocation during regex searchesNoam Postavsky2016-10-251-0/+31
| * | | | | | | | | | | | | | | | | Revert fixes to allocation of regex matchingNoam Postavsky2016-10-254-107/+14
* | | | | | | | | | | | | | | | | | Add 'x-ctrl-keysym' support on X window systemVasilij Schneidermann2016-11-041-14/+29
* | | | | | | | | | | | | | | | | | Improve autoload error reportingAlexander Gramiak2016-11-041-1/+2
* | | | | | | | | | | | | | | | | | Don't segfault on timed-out TLS connectionsLars Ingebrigtsen2016-11-011-12/+17
* | | | | | | | | | | | | | | | | | Support 'TARGETS' in clipboard selections on MS-WindowsEli Zaretskii2016-11-011-0/+108
* | | | | | | | | | | | | | | | | | Handle chars of syntax word which are also flagged as comment delimitersAlan Mackenzie2016-10-301-3/+20
* | | | | | | | | | | | | | | | | | Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-10-291-18/+26
* | | | | | | | | | | | | | | | | | 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-2818-216/+595
* | | | | | | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-10-271-1/+1
* | | | | | | | | | | | | | | | | | * src/xwidget.c (webkit_js_to_lisp): Now static.Paul Eggert2016-10-251-1/+1
* | | | | | | | | | | | | | | | | | Implement zoom for WebKit widget.Ricardo Wurmus2016-10-251-0/+20
* | | | | | | | | | | | | | | | | | xwidget: Remove title hack.Ricardo Wurmus2016-10-251-22/+0
* | | | | | | | | | | | | | | | | | Remove scrolled window container around WebKit widgetRicardo Wurmus2016-10-252-63/+4
* | | | | | | | | | | | | | | | | | xwidget: Pass JavaScript return value to optional callback procedureRicardo Wurmus2016-10-251-7/+158
* | | | | | | | | | | | | | | | | | xwidget: Use WebKit2 APIRicardo Wurmus2016-10-251-106/+80
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-251-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Yet another fix for using pointers into buffer textEli Zaretskii2016-10-241-1/+8
| * | | | | | | | | | | | | | | | | Another fix for using pointer to buffer textEli Zaretskii2016-10-241-2/+7
| * | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert2016-10-231-7/+6
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-253-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix handling of buffer relocation in regex.c functionsEli Zaretskii2016-10-231-0/+4
| * | | | | | | | | | | | | | | | | Avoid relocating buffers while libxml2 reads its textEli Zaretskii2016-10-231-0/+8
| * | | | | | | | | | | | | | | | | ; Remove redundant code in gmalloc.cEli Zaretskii2016-10-231-4/+0
| * | | | | | | | | | | | | | | | | Attempt to catch reads from a buffer that is relocatedEli Zaretskii2016-10-231-2/+9
* | | | | | | | | | | | | | | | | | * src/regex.c (re_search_2): Use UNINIT, not IF_LINT.Paul Eggert2016-10-231-2/+2
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-235-24/+119
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ;* src/w32heap.c: Fix typo and wording of the comments.Eli Zaretskii2016-10-231-7/+7
| * | | | | | | | | | | | | | | | | * src/regex.c (re_search_2): Make new code safe for -Wjump-misses-init.Paul Eggert2016-10-231-3/+6
| * | | | | | | | | | | | | | | | | Port to GCC 6.2.1 + --enable-gcc-warningsPaul Eggert2016-10-221-17/+19
| * | | | | | | | | | | | | | | | | Fix handling of allocation in regex matchingNoam Postavsky2016-10-214-17/+103
| * | | | | | | | | | | | | | | | | * src/regex.h (re_match_object): Improve commentary.Eli Zaretskii2016-10-191-2/+6
| * | | | | | | | | | | | | | | | | Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-232-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Avoid crashes due to objects read with the #n=object formEli Zaretskii2016-10-141-1/+12
| * | | | | | | | | | | | | | | | | Fix crash in evaluating functionsPhilipp Stephani2016-10-131-2/+4
| * | | | | | | | | | | | | | | | | * src/filelock.c (current_lock_owner): Update comment.Paul Eggert2016-10-121-4/+4
| * | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert2016-10-123-25/+33
| * | | | | | | | | | | | | | | | | Work around Samba bug with ':' in symlink contentsPaul Eggert2016-10-121-13/+22