aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Remove recursion from store_function_docstringPaul Eggert2016-06-141-10/+10
* | | | | | | | | | | | | | | | | | Remove system-specific -I switch from Cygwin-w32 buildKen Brown2016-06-141-4/+6
* | | | | | | | | | | | | | | | | | Avoid compiler warningKen Brown2016-06-131-1/+1
* | | | | | | | | | | | | | | | | | Call tzset after setting TZPaul Eggert2016-06-131-16/+18
* | | | | | | | | | | | | | | | | | New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-127-33/+37
* | | | | | | | | | | | | | | | | | Fix printf-related compilation warnings on MinGWEli Zaretskii2016-06-122-5/+14
* | | | | | | | | | | | | | | | | | emacs_strerror cleanupsPaul Eggert2016-06-119-41/+30
* | | | | | | | | | | | | | | | | | Catch malloc_get_state, malloc_set_state failurePaul Eggert2016-06-101-1/+5
* | | | | | | | | | | | | | | | | | Port __builtin_assume_aligned to Sun C 5.13Paul Eggert2016-06-091-1/+1
* | | | | | | | | | | | | | | | | | Prefer getsockopt to getpeername on non-MS-WindowsPaul Eggert2016-06-091-3/+4
* | | | | | | | | | | | | | | | | | 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