aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * src/emacs-module.c: Add an additional requirement for API changes.Philipp Stephani2019-04-231-0/+3
* Remove some unnecessary #ifdef directivesPaul Eggert2019-04-233-11/+0
* * etc/package-keyring.gpg: Add the 2019 keyStefan Monnier2019-04-231-0/+0
* Remove font.c code commented out for a decadePaul Eggert2019-04-231-465/+0
* Use three-argument form for out-of-range errors.Philipp Stephani2019-04-231-1/+4
* Use high-level integer conversion macro in a few cases.Philipp Stephani2019-04-231-2/+2
* Rename auto-revert-notify-watch-descriptor-hash-listMattias Engdegård2019-04-231-10/+10
* Remote processes cannot use a pipe process for stderrMichael Albinus2019-04-231-1/+8
* * src/json.c (json_make_string): Add missing cast.Philipp Stephani2019-04-231-1/+1
* Speed up JSON parsingEli Zaretskii2019-04-231-3/+17
* Small fix for a JSON unit test.Philipp Stephani2019-04-231-1/+1
* Optimize for typing characters into long C++ raw strings.Alan Mackenzie2019-04-232-478/+492
* Release xft_data in widget destroy callback to avoid visual distractionYAMAMOTO Mitsuharu2019-04-232-29/+24
* Let plain ‘make’ work even not GNU MakePaul Eggert2019-04-222-2/+10
* Revert Vinternal_interpreter_environment tweakPaul Eggert2019-04-221-2/+2
* Improve UBSan discussion in etc/DEBUGPaul Eggert2019-04-221-13/+27
* Tweak Vinternal_interpreter_environment lookupPaul Eggert2019-04-221-8/+10
* Improve wur coverage on older GCCsPaul Eggert2019-04-222-6/+3
* Go back to old way of checking json int rangePaul Eggert2019-04-222-28/+8
* * src/lisp.h (INTEGER_TO_INT): Fix bug.Philipp Stephani2019-04-221-1/+1
* Precise handling of filenotify `stopped' eventsMattias Engdegård2019-04-221-12/+9
* * autorevert.el (auto-revert-notify-rm-watch): Simplify.Mattias Engdegård2019-04-221-12/+10
* Revert "Don't remove notify descriptor that is already gone"Mattias Engdegård2019-04-221-21/+10
* Make file-notify-rm-watch robust against reentryMattias Engdegård2019-04-221-26/+31
* Introduce a helper macro to convert a Lisp integer to a C integer.Philipp Stephani2019-04-222-8/+28
* Improve documentation around standard error pipes (Bug#35328).Philipp Stephani2019-04-221-0/+26
* Module API: Don’t require null-terminated strings in make_string.Philipp Stephani2019-04-221-4/+9
* Use utf-8-unix for coding system conversions in the module API.Philipp Stephani2019-04-221-5/+17
* Improve pure and side-effect-free docsBasil L. Contovounesios2019-04-225-13/+25
* Refactoring: Inline a few macros.Philipp Stephani2019-04-221-22/+19
* ; * etc/NEWS: Improve wording of a recent addition.Eli Zaretskii2019-04-221-2/+3
* Some changes in tramp-testsMichael Albinus2019-04-221-2/+4
* Mention AddressSanitizer etc. in etc/DEBUGPaul Eggert2019-04-212-47/+82
* Remove --enable-checking=xmallocoverrunPaul Eggert2019-04-213-179/+6
* Remove --enablechecking=conslist configure optionPaul Eggert2019-04-215-44/+6
* Simplify XPNTRPaul Eggert2019-04-211-29/+3
* Fix drain_reloc_list alignment bugPaul Eggert2019-04-211-2/+3
* Port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-04-211-1/+2
* Port to recent gcc -fsanitize=undefinedPaul Eggert2019-04-212-26/+4
* Move side-effect-free from unsafep.el to subr.elBasil L. Contovounesios2019-04-212-5/+8
* Fix double-free in pdumperPaul Eggert2019-04-211-3/+9
* Merge from origin/emacs-26Glenn Morris2019-04-215-10/+11
|\
| * Avoid false positives and false negatives of Info-quoted faceMauro Aranda2019-04-211-1/+2
| * Fix markup related to quoting in InfoEli Zaretskii2019-04-214-9/+9
| * Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emacs into emacs-26Eli Zaretskii2019-04-217-15/+54
| |\
* | \ ; Merge from origin/emacs-26Glenn Morris2019-04-210-0/+0
|\ \ \ | |/ /
| * | Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)Noam Postavsky2019-04-212-12/+10
* | | Merge from origin/emacs-26Glenn Morris2019-04-212-10/+46
|\ \ \ | | |/ | |/|
| * | Add a package: line to c-submit-bug-report.Glenn Morris2019-04-201-1/+19
| * | ; Remove empty NEWS sectionsGlenn Morris2019-04-201-9/+0