aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | * lisp/progmodes/sql.elMichael R. Mauger2019-04-242-47/+166
* | | | Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-244-12/+35
* | | | Port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-243-34/+11
* | | | Merge from gnulibPaul Eggert2019-04-243-3/+5
* | | | Fix some strings in wordstar modeMark Oteiza2019-04-241-12/+11
* | | | Change WordStar emulation into a minor mode (Bug#35148)Mark Oteiza2019-04-241-11/+28
* | | | Fix project-find-regexp search for '--'Dmitry Gutov2019-04-251-1/+1
* | | | * lisp/windmove.el (windmove-display-in-direction): Support consecutive callsJuri Linkov2019-04-251-15/+16
* | | | Unbreak build when building without GMP support.Philipp Stephani2019-04-244-6/+15
* | | | Add missing GMP library to test module.Philipp Stephani2019-04-241-1/+2
* | | | Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-244-29/+45
* | | | Simplify thread initialization and GCPaul Eggert2019-04-245-74/+34
* | | | Regenerate src/emacs-module.h when emacs-module.h.in changesEli Zaretskii2019-04-241-1/+1
* | | | Fix rescheduling timers after suspensionEli Zaretskii2019-04-241-1/+1
* | | | Fix posn-at-point with line-number display and display propertiesEli Zaretskii2019-04-241-0/+6
* | | | Fix a typo in a recent commitEli Zaretskii2019-04-241-1/+1
* | | | * doc/lispref/internals.texi (Module Values): Add a GMP examplePhilipp Stephani2019-04-241-0/+25
* | | | Clarify rounding mode when converting to struct timespec.Philipp Stephani2019-04-243-6/+42
* | | | Fix return type of make_time.Philipp Stephani2019-04-244-4/+16
* | | | Add module functions to convert from and to big integers.Philipp Stephani2019-04-248-0/+111
* | | | Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-247-0/+112
* | | | Revert "Remove font.c code commented out for a decade"Eli Zaretskii2019-04-241-0/+465
* | | | Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-2412-81/+307
* | | | * lisp/emacs-lisp/timer-list.el: Fix header-line alignmentStefan Monnier2019-04-231-3/+7
* | | | * 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