summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* New function time-convertPaul Eggert2019-08-051-105/+76
* Fix compilation with CHECK_STRUCTSEli Zaretskii2019-08-051-1/+1
* Revert "Make `view-lossage' output of chars read from `read-char' more logical"Lars Ingebrigtsen2019-08-051-11/+2
* Make `view-lossage' output of chars read from `read-char' more logicalLars Ingebrigtsen2019-08-051-2/+11
* Tweak time arithmetic performancePaul Eggert2019-08-041-12/+32
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-042-0/+5
* Minor fix to recent coding.c changePaul Eggert2019-08-041-63/+60
* Add Unicode-safe UTF-8 converterK. Handa2019-08-042-0/+734
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-048-159/+238
* Remove stale .pdmp files with ‘make clean’Paul Eggert2019-08-031-7/+7
* Fix rare undefined behaviors in replace-matchPaul Eggert2019-08-031-69/+38
* Fix error message in replace-match for subexpressionsLars Ingebrigtsen2019-08-031-0/+6
* Clarify Freplace_match logicLars Ingebrigtsen2019-08-031-2/+6
* Say that while returns nilLars Ingebrigtsen2019-08-011-0/+3
* Avoid intern calls for builtin symsPaul Eggert2019-07-312-2/+2
* Fix Fload infile problemPaul Eggert2019-07-311-9/+8
* * src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier2019-07-311-1/+0
* * src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier2019-07-311-6/+11
* Merge from origin/emacs-26Glenn Morris2019-07-301-3/+12
|\
| * Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-3/+12
* | Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+6
* | Always set the state of the "Show hidden files" gtk buttonLars Ingebrigtsen2019-07-281-5/+5
* | Fix stretch glyphs overlap with line above (bug#36633)Alan Third2019-07-271-8/+4
* | Fix arithmetic overflow in GC consing countPaul Eggert2019-07-271-1/+1
* | Use the CSS convention for #RGB colors (bug#36304)Pip Cet2019-07-271-2/+31
* | Clarify docstring of last-command-event.Noam Postavsky2019-07-261-1/+1
* | Adjust remaining uses of `NILP (HASH_HASH)`.Stefan Monnier2019-07-264-46/+60
* | Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-263-10/+17
* | * src/fns.c: Use `EQ (key, Qunbound)` to check if a slot is in useStefan Monnier2019-07-262-18/+32
* | * src/fns.c (hash_index_size): New function, extracted from make_hash_tableStefan Monnier2019-07-262-21/+19
* | * src/fns.c (maybe_resize_hash_table): Obey rehash_size (bug#25743)Stefan Monnier2019-07-261-1/+1
* | Fix recently-introduced file-name-absolute-p typoPaul Eggert2019-07-261-1/+2
* | Clarify last-command-event doc stringLars Ingebrigtsen2019-07-261-1/+2
* | Minor pdumper tweaksPaul Eggert2019-07-251-15/+12
* | Don't crash when parsing bad SVG dataPaul Eggert2019-07-251-2/+6
* | Fix HarfBuzz support on MS-WindowsEli Zaretskii2019-07-251-1/+10
* | Do not treat ~nosuchuser as an absolute file namePaul Eggert2019-07-241-66/+55
* | Port double-slash test to z/OSPaul Eggert2019-07-241-12/+10
* | Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-233-15/+15
* | Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-236-14/+14
* | * src/fns.c (hashfn_user_defined): Make sure we always return a fixnum.Stefan Monnier2019-07-231-1/+1
* | Support "%x" etc. formats on more floatsPaul Eggert2019-07-231-5/+12
* | Tweak performance of cmpfn_profilerPaul Eggert2019-07-221-2/+4
* | Avoid overexposing fixnums for hash codesPaul Eggert2019-07-222-15/+11
* | Do not pdump user-defined hashtabsPaul Eggert2019-07-223-1/+4
* | Keep track of consing while GC’s inhibitedPaul Eggert2019-07-221-1/+1
* | Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-224-220/+253
* | Fix lifetime error in previous patchPaul Eggert2019-07-213-5/+26
* | Speed up maybe_gc when GC is inhibitedPaul Eggert2019-07-211-4/+8
* | Avoid integer overflow in hash table sizePaul Eggert2019-07-211-6/+13