aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-232-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Port last_marked change to full-program optimizersPaul Eggert2016-10-121-3/+1
| * | | | | | | | | | | | | | | | | Adapt GDB scripts to '--enable-check-lisp-object-type' buildsEli Zaretskii2016-10-121-2/+1
| * | | | | | | | | | | | | | | | | Avoid optimizing out the last_marked[] arrayEli Zaretskii2016-10-111-1/+3
* | | | | | | | | | | | | | | | | | Avoid infinite hscrolling in redisplayNoam Postavsky2016-10-221-6/+24
* | | | | | | | | | | | | | | | | | On terminal frames ignore minibuffer frame parameter (Bug#24758)Martin Rudalics2016-10-221-0/+4
* | | | | | | | | | | | | | | | | | New error file-missingPaul Eggert2016-10-211-1/+8
* | | | | | | | | | | | | | | | | | Fix frame focus redirection with shared minibuffer windows (Bug#24500)Martin Rudalics2016-10-172-3/+10
* | | | | | | | | | | | | | | | | | Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* | | | | | | | | | | | | | | | | | ; * src/keyboard.c (make_lispy_event): Fix code formatting in last change.Eli Zaretskii2016-10-151-7/+7
* | | | | | | | | | | | | | | | | | Undo the effect of CapsLock when other modifiers are presentDima Kogan2016-10-151-0/+30
* | | | | | | | | | | | | | | | | | Fix crash in evaluating functionsPhilipp Stephani2016-10-131-2/+4
* | | | | | | | | | | | | | | | | | Work around Samba bug with ':' in symlink contentsPaul Eggert2016-10-111-13/+22
* | | | | | | | | | | | | | | | | | Fix compilation warnings on MS-WindowsEli Zaretskii2016-10-103-11/+6
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-104-4/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Allow to disable compaction of font cachesEli Zaretskii2016-10-082-1/+18
| * | | | | | | | | | | | | | | | | Allow selection of font for symbols as in Emacs 24.xEli Zaretskii2016-10-081-1/+12
| * | | | | | | | | | | | | | | | | Fix infloop in redisplay due to truncated lines and invisible textEli Zaretskii2016-10-081-2/+3
| * | | | | | | | | | | | | | | | | Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-061-0/+17
| * | | | | | | | | | | | | | | | | * src/alloc.c: call only non-null finalizersAurelien Aptel2016-10-051-1/+2
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-102-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Avoid crashes when setting the cursorEli Zaretskii2016-10-041-2/+1
| * | | | | | | | | | | | | | | | | Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-041-1/+5
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-101-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Document nil args of compare-buffer-substringsPhilipp Stephani2016-10-031-0/+4
| * | | | | | | | | | | | | | | | | Improve the doc string of 'format'Eli Zaretskii2016-09-231-1/+2
| * | | | | | | | | | | | | | | | | Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-09-231-1/+1
| * | | | | | | | | | | | | | | | | Fix debugging of string-match-p errorsNoam Postavsky2016-09-232-0/+6
| * | | | | | | | | | | | | | | | | Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'Eli Zaretskii2016-09-231-12/+52
* | | | | | | | | | | | | | | | | | Support SIGTRAP in kill emulation on WindowsAlain Schneble2016-10-082-3/+51
* | | | | | | | | | | | | | | | | | Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-061-0/+20
* | | | | | | | | | | | | | | | | | * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-034-36/+36