aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-203-11/+137
* | | | * lisp/emacs-lisp/radix-tree.el (pcase-defmacro): Improve docstringStefan Monnier2019-04-191-2/+2
* | | | * lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias): Tweak docStefan Monnier2019-04-191-1/+1
* | | | * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-191-3/+3
* | | | * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13
* | | | Fix GC_CHECK_STRING_BYTES false alarm with pdumperPaul Eggert2019-04-191-1/+1
* | | | Fix another hash false alarmPaul Eggert2019-04-191-1/+1
* | | | ; * src/alloc.c (xrealloc): Fix typo.Philipp Stephani2019-04-201-1/+1
* | | | * src/emacs-module.c (value_storage_contains_p): Fix typo.Paul Eggert2019-04-191-1/+1
* | | | Remove some ineffective #ifdefs.Philipp Stephani2019-04-191-4/+0
* | | | ; * src/alloc.c (HAVE_MODULES): remove unused constantPhilipp Stephani2019-04-191-4/+0
* | | | Remove some #ifdefs for user pointers.Philipp Stephani2019-04-195-14/+0
* | | | Remove special-casing of tagged pointers.Philipp Stephani2019-04-191-11/+2
* | | | Refactoring: Reduce code duplicationPhilipp Stephani2019-04-191-30/+28
* | | | Remove subsumed regexp branchesMattias EngdegÄrd2019-04-191-2/+2
* | | | Fix Fload dangling pointerPaul Eggert2019-04-191-1/+4
* | | | Fix comment and tweak eval_subPaul Eggert2019-04-191-17/+10
* | | | Fix dump_map_file on unusual platformsPaul Eggert2019-04-191-1/+1
* | | | Minor lread.c tweaksPaul Eggert2019-04-191-8/+8
* | | | Clear gnus-group-list when the newsrc-hashtb is recreatedEric Abrahamsen2019-04-191-1/+2
* | | | Make warning about unescaped character literals more helpful.Philipp Stephani2019-04-195-25/+33
* | | | Refactoring: simplify definition of some internal variables.Philipp Stephani2019-04-192-23/+17
* | | | Don't check for group existence in gnus-group-goto-groupEric Abrahamsen2019-04-191-14/+10
* | | | Fix regexp branches that subsume other branchesPaul Eggert2019-04-197-11/+10
* | | | Fix mail-extr regexp typo with ".".Paul Eggert2019-04-191-1/+1
* | | | * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expressionMichael Albinus2019-04-191-1/+1
* | | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2019-04-191-4/+5
|\ \ \ \
| * | | | ; Minor improvement in documentation from recent commitEli Zaretskii2019-04-191-4/+5
* | | | | Do not handle :stop in tramp-*-handle-make-processMichael Albinus2019-04-192-8/+0
|/ / / /
* | | | ; Remove instrumentation in tramp-testsMichael Albinus2019-04-191-9/+5
* | | | Remove :stop key from make-process.Philipp Stephani2019-04-194-7/+26
* | | | Adapt tramp-test32-shell-commandMichael Albinus2019-04-191-7/+2
* | | | Add a new user option 'ido-big-directories'.Philipp Stephani2019-04-193-7/+30
* | | | Use eassume (false) for branch that's never taken.Philipp Stephani2019-04-191-1/+1
* | | | Fix compilation warning due to a recent changeEli Zaretskii2019-04-191-0/+2
* | | | * src/ftcrfont.c (ftcrfont_glyph_extents): Activate ft_size_draw.YAMAMOTO Mitsuharu2019-04-191-0/+1
* | | | * src/ftcrfont.c (ftcrfont_open): Avoid returning while blocking input.YAMAMOTO Mitsuharu2019-04-191-27/+25
* | | | Refactoring: have CATCHER_ALL also catch signals.Philipp Stephani2019-04-194-55/+64
* | | | Update module documentation for bignum support.Philipp Stephani2019-04-181-6/+7
* | | | ; * src/lisp.h (integer_to_intmax): Fix typo.Philipp Stephani2019-04-181-1/+1
* | | | * lib-src/make-fingerprint.c (main): Properly initialize 'prog'Philipp Stephani2019-04-181-1/+1
* | | | * src/emacs-module.c: Add instructions how to change the module APIPhilipp Stephani2019-04-181-0/+48
* | | | Fix make-fingerprint off-by-one bugPaul Eggert2019-04-181-12/+13
* | | | ; Instrument `tramp--test-shell-command-to-string-asynchronously'Michael Albinus2019-04-181-6/+9
* | | | Only encode Gnus group names if they come from symbol-nameEric Abrahamsen2019-04-181-8/+8
* | | | Mark _Noreturn error functions as coldPaul Eggert2019-04-1824-98/+75
* | | | * src/ftcrfont.c (ftcrfont_glyph_extents): Fix last change.YAMAMOTO Mitsuharu2019-04-181-3/+3
* | | | Add ERT explainer for 'tramp--test-file-attributes-equal-p'Philipp Stephani2019-04-171-0/+3
* | | | Fix tramp-test32-shell-commandMichael Albinus2019-04-171-4/+5
* | | | Merge from origin/emacs-26Glenn Morris2019-04-179-15/+37
|\ \ \ \ | |/ / /