aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ; Another minor change in 'bidi-display-reordering's doc string.Eli Zaretskii2019-07-131-2/+2
| * Improve doc string of 'bidi-display-reordering'Eli Zaretskii2019-07-131-1/+4
| * Add warning to bidi-display-reordering doc stringStefan Kangas2019-07-131-2/+3
* | open-dribble-file doc string clarificationLars Ingebrigtsen2019-07-151-3/+6
* | Don't delete GnuTLS boot parameters too earlyRobert Pluim2019-07-151-3/+5
* | Use correct colorspace for XBM imagesAlan Third2019-07-141-2/+2
* | ; Add comment to hash_table_rehash (Bug#36447)Stefan Monnier2019-07-141-0/+5
* | Fix recent changesEli Zaretskii2019-07-141-0/+1
* | Avoid returning negative numbers from `hash-table-count'Pip Cet2019-07-131-1/+3
* | * src/lisp.h (struct Lisp_Hash_Table.count): Improve comment.Paul Eggert2019-07-131-1/+2
* | Avoid interleaving stderr lines when shutting downPaul Eggert2019-07-132-17/+23
* | Use a better buffer size in emacs_perrorPaul Eggert2019-07-132-2/+7
* | Avoid interleaving stderr in dump_fingerprintPaul Eggert2019-07-133-11/+22
* | Avoid interleaving stderr in a few casesPaul Eggert2019-07-133-18/+63
* | Doc fix for Finteractive (only %s is allowed)Lars Ingebrigtsen2019-07-131-1/+3
* | plist-get/lax-plist-get doc fixLars Ingebrigtsen2019-07-131-7/+9
* | Replace Vdead with tagged pointerPaul Eggert2019-07-124-35/+39
* | Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-113-8/+17
* | Clarify the expand-file-name doc stringLars Ingebrigtsen2019-07-111-10/+16
* | Tweak the order keystrokes are sorted in keymap listingsLars Ingebrigtsen2019-07-111-2/+4
* | Resurrect SVG support on MS-WindowsEli Zaretskii2019-07-111-3/+10
* | Avoid assertion violations when resize-mini-windows is nilEli Zaretskii2019-07-111-5/+5
* | Avoid functions deprecated in librsvg 2.45.1Paul Eggert2019-07-101-28/+54
* | * src/fileio.c: Fix bug#36431Stefan Monnier2019-07-091-30/+89
* | Defend fingerprint against even-smarter LTOPaul Eggert2019-07-091-5/+7
* | Don't alter shared structure in dumped purecopied hash tables.Pip Cet2019-07-091-0/+6
* | Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-096-8/+19
* | Make fingerprint handling compatible with LTOAndreas Schwab2019-07-091-3/+5