| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | Remove recursion from store_function_docstring | Paul Eggert | 2016-06-14 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | Remove system-specific -I switch from Cygwin-w32 build | Ken Brown | 2016-06-14 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | Avoid compiler warning | Ken Brown | 2016-06-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Call tzset after setting TZ | Paul Eggert | 2016-06-13 | 1 | -16/+18 | |
| * | | | | | | | | | | | | | | | | | | New macro GNUC_PREREQ for GCC version | Paul Eggert | 2016-06-12 | 7 | -33/+37 | |
| * | | | | | | | | | | | | | | | | | | Fix printf-related compilation warnings on MinGW | Eli Zaretskii | 2016-06-12 | 2 | -5/+14 | |
| * | | | | | | | | | | | | | | | | | | emacs_strerror cleanups | Paul Eggert | 2016-06-11 | 9 | -41/+30 | |
| * | | | | | | | | | | | | | | | | | | Catch malloc_get_state, malloc_set_state failure | Paul Eggert | 2016-06-10 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | | | | Port __builtin_assume_aligned to Sun C 5.13 | Paul Eggert | 2016-06-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Prefer getsockopt to getpeername on non-MS-Windows | Paul Eggert | 2016-06-09 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | | Fix XFASTINT of non-fixnum in process status | Paul Eggert | 2016-06-09 | 2 | -14/+15 | |
| * | | | | | | | | | | | | | | | | | | Fix copying text properties by 'format' | Eli Zaretskii | 2016-06-09 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | | | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 24 | -68/+79 | |
| * | | | | | | | | | | | | | | | | | | * src/fileio.c (auto_save_error): Omit unused local. | Paul Eggert | 2016-06-08 | 1 | -6/+2 | |
| * | | | | | | | | | | | | | | | | | | Simplify overflow check via INT_SUBTRACT_WRAPV | Paul Eggert | 2016-06-08 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | | | | | * src/fileio.c (auto_save_error): Use display-warning. (Bug#23703) | Glenn Morris | 2016-06-07 | 1 | -8/+2 | |
| * | | | | | | | | | | | | | | | | | | Use __builtin_assume_aligned on untagged Lisp vals | Paul Eggert | 2016-06-07 | 2 | -1/+17 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-07 | 2 | -37/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fix crash in syntax.c after GC | Paul Eggert | 2016-06-07 | 1 | -35/+24 | |
| | * | | | | | | | | | | | | | | | | | Fix doc string quoting | Stephen Berman | 2016-06-06 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | * src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’. | Juri Linkov | 2016-06-06 | 2 | -4/+21 | |
| * | | | | | | | | | | | | | | | | | | Port angle-bracket TZ settings to MS-Windows | Paul Eggert | 2016-06-01 | 1 | -0/+29 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-31 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631) | Eli Zaretskii | 2016-05-27 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs | K. Handa | 2016-06-01 | 17 | -74/+51 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Increase. | Ken Brown | 2016-05-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | Omit IF_LINT code that no longer seems needed | Paul Eggert | 2016-05-30 | 14 | -59/+44 | |
| | * | | | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to Cygwin, FreeBSD | Paul Eggert | 2016-05-30 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | | * src/regex.c (IF_LINT): Remove; it’s in conf_post.h | Ken Brown | 2016-05-30 | 1 | -7/+0 | |
| | * | | | | | | | | | | | | | | | | | | Avoid compiler warnings | Ken Brown | 2016-05-28 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | Fix incomplete handling of translation table in a coding system. | K. Handa | 2016-06-01 | 1 | -34/+27 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | * src/puresize.h (BASE_PURESIZE): Increase it some more. | Paul Eggert | 2016-05-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | * src/puresize.h (BASE_PURESIZE): Increase it by a little bit. | Glenn Morris | 2016-05-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Port to platforms where rlim_max < 0 | Paul Eggert | 2016-05-27 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | | | | Robustify stack-size calculation | Paul Eggert | 2016-05-27 | 1 | -29/+40 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-26 | 2 | -1/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Avoid aborting due to errors in arguments of 'set-face-attribute' | Eli Zaretskii | 2016-05-24 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | Provide workaround for xftfont rendering problem | Eli Zaretskii | 2016-05-22 | 1 | -0/+24 | |
| * | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-26 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | Fix bug#23462: Crash when iconifying frame on OS X. | Alan Third | 2016-05-16 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | Avoid shrinking windows with Gtk+ 3.20.3 | Paul Eggert | 2016-05-16 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | Update allowable arguments for open-network-stream | Ken Brown | 2016-05-24 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | Don’t use only last protocol from getaddrinfo | Paul Eggert | 2016-05-23 | 2 | -33/+32 | |
| * | | | | | | | | | | | | | | | | | | * src/process.c (SOCK_NONBLOCK): Fix typo. | Alp Aker | 2016-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Prefer SOCK_NONBLOCK to O_NONBLOCK | Paul Eggert | 2016-05-21 | 1 | -7/+13 | |
| * | | | | | | | | | | | | | | | | | | Fix bug#16856, cursor leaves garbage in fringe on OS X. | Alan Third | 2016-05-21 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | | | | Fix compiler warnings in the MinGW build | Eli Zaretskii | 2016-05-21 | 33 | -164/+208 | |
| * | | | | | | | | | | | | | | | | | | Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode' | Eli Zaretskii | 2016-05-21 | 1 | -12/+52 | |
| * | | | | | | | | | | | | | | | | | | Allow null entries in face and image cache | Paul Eggert | 2016-05-19 | 2 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | Fix flyspell highlighting | Paul Eggert | 2016-05-19 | 1 | -2/+2 | |