aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix XFASTINT of non-fixnum in process statusPaul Eggert2016-06-092-14/+15
* Fix copying text properties by 'format'Eli Zaretskii2016-06-091-4/+7
* Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-0824-68/+79
* * src/fileio.c (auto_save_error): Omit unused local.Paul Eggert2016-06-081-6/+2
* Simplify overflow check via INT_SUBTRACT_WRAPVPaul Eggert2016-06-081-6/+5
* * src/fileio.c (auto_save_error): Use display-warning. (Bug#23703)Glenn Morris2016-06-071-8/+2
* Use __builtin_assume_aligned on untagged Lisp valsPaul Eggert2016-06-072-1/+17
* Merge from origin/emacs-25Paul Eggert2016-06-072-37/+26
|\
| * Fix crash in syntax.c after GCPaul Eggert2016-06-071-35/+24
| * Fix doc string quotingStephen Berman2016-06-062-2/+2
* | * src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.Juri Linkov2016-06-062-4/+21
* | Port angle-bracket TZ settings to MS-WindowsPaul Eggert2016-06-011-0/+29
* | Merge from origin/emacs-25Paul Eggert2016-05-311-2/+1
|\ \ | |/
| * * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)Eli Zaretskii2016-05-271-2/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2016-06-0117-74/+51
|\ \
| * | * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Increase.Ken Brown2016-05-301-1/+1
| * | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-3014-59/+44
| * | Port --enable-gcc-warnings to Cygwin, FreeBSDPaul Eggert2016-05-301-2/+1
| * | * src/regex.c (IF_LINT): Remove; it’s in conf_post.hKen Brown2016-05-301-7/+0
| * | Avoid compiler warningsKen Brown2016-05-282-5/+5
* | | Fix incomplete handling of translation table in a coding system.K. Handa2016-06-011-34/+27
|/ /
* | * src/puresize.h (BASE_PURESIZE): Increase it some more.Paul Eggert2016-05-271-1/+1
* | * src/puresize.h (BASE_PURESIZE): Increase it by a little bit.Glenn Morris2016-05-271-1/+1
* | Port to platforms where rlim_max < 0Paul Eggert2016-05-271-4/+7
* | Robustify stack-size calculationPaul Eggert2016-05-271-29/+40
* | Merge from origin/emacs-25Paul Eggert2016-05-262-1/+26
|\ \ | |/
| * Avoid aborting due to errors in arguments of 'set-face-attribute'Eli Zaretskii2016-05-241-1/+2
| * Provide workaround for xftfont rendering problemEli Zaretskii2016-05-221-0/+24
* | Merge from origin/emacs-25Paul Eggert2016-05-261-0/+5
|\ \ | |/
| * Fix bug#23462: Crash when iconifying frame on OS X.Alan Third2016-05-161-0/+5
| * Avoid shrinking windows with Gtk+ 3.20.3Paul Eggert2016-05-161-0/+6
* | Update allowable arguments for open-network-streamKen Brown2016-05-241-1/+2
* | Don’t use only last protocol from getaddrinfoPaul Eggert2016-05-232-33/+32
* | * src/process.c (SOCK_NONBLOCK): Fix typo.Alp Aker2016-05-221-1/+1
* | Prefer SOCK_NONBLOCK to O_NONBLOCKPaul Eggert2016-05-211-7/+13
* | Fix bug#16856, cursor leaves garbage in fringe on OS X.Alan Third2016-05-211-3/+2
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-2133-164/+208
* | Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'Eli Zaretskii2016-05-211-12/+52
* | Allow null entries in face and image cachePaul Eggert2016-05-192-2/+1
* | Fix flyspell highlightingPaul Eggert2016-05-191-2/+2
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-1818-194/+209
* | Correct server/client addressChris Feng2016-05-131-1/+1
* | Autosave buffers on logout if HAVE_NTGUIKen Brown2016-05-124-0/+27
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-103-55/+11
* | Merge from origin/emacs-25Paul Eggert2016-05-092-3/+5
|\ \ | |/
| * Fix doc string in `insert'Lars Ingebrigtsen2016-05-091-2/+2
| * Document automatic adjustment of process' logical window dimensionsEli Zaretskii2016-05-071-1/+3
* | Try to speed-up display of many all-blank linesEli Zaretskii2016-05-071-8/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-054-11/+14
|\ \ | |/
| * Doc fixes for fclist and grepPaul Eggert2016-05-051-2/+2