aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improve doc for hash tablesPaul Eggert2019-07-211-4/+4
* | pure_alloc returns cleared memoryPaul Eggert2019-07-211-3/+11
* | Fix expand-file-name for names starting with '~'Ken Brown2019-07-211-24/+44
* | Tweak recent hash-table fixPaul Eggert2019-07-201-15/+12
* | Fix crash if user test munges hash tablePaul Eggert2019-07-207-31/+75
* | Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-2012-106/+82
* | Inhibit GC after inhibit_garbage_collectionPaul Eggert2019-07-201-4/+17
* | Simplify maybe_gc implementationPaul Eggert2019-07-202-42/+38
* | Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-205-12/+12
* | Fix hash table overallocation etc.Paul Eggert2019-07-201-58/+29
* | Merge from emacs-26Noam Postavsky2019-07-201-1/+5
|\ \ | |/