summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting in file_accessible_directory_pEli Zaretskii2019-09-161-3/+26
* Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii2019-09-161-2/+13
* Fix some file-name-case-insensitive glitchesPaul Eggert2019-09-151-36/+50
* Fix unknown-vs-nonexistent glitch for file timestampsPaul Eggert2019-09-151-1/+1
* Improve directory-access diagnosticsPaul Eggert2019-09-152-8/+14
* file_name_case_insensitive_p int->long fixPaul Eggert2019-09-141-2/+2
* Fix gc-elapsed rounding bugPaul Eggert2019-09-141-3/+4
* * src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii2019-09-141-2/+2
* Improve gc-cons-percentage calculationPaul Eggert2019-09-142-55/+77
* Simplify GC statistics-gatheringPaul Eggert2019-09-131-51/+15
* Don't build print-number-table unless it will be usedGemini Lasswell2019-09-131-53/+39
* Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell2019-09-131-2/+6
* Fix assertion violations due to non-ASCII text in menusEli Zaretskii2019-09-131-3/+5
* * src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)Stefan Monnier2019-09-121-5/+7
* Fix file name encoding when open_directory signalsPaul Eggert2019-09-121-6/+6
* Improve error reporting for DOC file problemsPaul Eggert2019-09-111-1/+1
* Fix directory-files-and-attributes racePaul Eggert2019-09-111-1/+2
* Omit duplicate test of current directoryPaul Eggert2019-09-111-13/+3
* Improve checking of pdump load failuresPaul Eggert2019-09-116-112/+91
* Reset dbus registered buses on dump loadPaul Eggert2019-09-111-4/+8
* Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert2019-09-071-17/+28
* Set inhibit-compacting-font-caches to t by default on MS-WindowsEli Zaretskii2019-09-071-0/+7
* Allow Zs characters to be composedEli Zaretskii2019-09-071-3/+4
* Revert "file-truename now uses realpath for local files"Eli Zaretskii2019-09-071-42/+0
* file-truename now uses realpath for local filesPaul Eggert2019-09-061-0/+42
* Fix bugs when recalculating consing_until_gcPaul Eggert2019-09-051-11/+13
* Port :safe-renegotiation test to GnuTLS < 3.6.3Paul Eggert2019-09-051-6/+1
* Use plain ‘static’ for Emacs C inline functionsPaul Eggert2019-09-041-9/+34
* Tweak xd_append_arg to pacify -Wnull-dereferencePaul Eggert2019-09-041-16/+21
* Don’t mention :safe-renegotiation in TLS 1.3Paul Eggert2019-09-041-5/+11
* Port pdumper mmap to AIXPaul Eggert2019-09-041-1/+1
* * src/systime.h (hz): #undef to work around AIX build issue.Paul Eggert2019-09-031-0/+2
* Prefer functions to macros in buffer.hPaul Eggert2019-09-031-266/+395
* * src/xdisp.c (hscroll_window_tree): Fix type typo.Paul Eggert2019-09-031-1/+2
* Take last_per_buffer_idx privatePaul Eggert2019-09-032-13/+13
* Avoid macros in pdumper.c when it’s easyPaul Eggert2019-09-031-98/+98
* Avoid casting -1 to possibly-unsigned enumPaul Eggert2019-09-033-11/+19
* Sync consing_until_gc with gc-cons-thresholdPaul Eggert2019-09-031-19/+81
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-312-3/+1
* Fix compilation with CHECK_STRUCTSAndreas Schwab2019-08-311-1/+1
* ; * src/floatfns.c: Don't use non-ASCII characters in comments.Eli Zaretskii2019-08-311-1/+1
* * src/floatfns.c: Check against __FINITE_MATH_ONLY__ (bug#37140)Mattias Engdegård2019-08-301-0/+8
* Don't worry about pre-1.0.0 alsa-lib includePaul Eggert2019-08-281-5/+1
* Port recent gnutls fixes to gcc -Wpointer-signPaul Eggert2019-08-271-1/+2
* ; Fix commentary of last change.Eli Zaretskii2019-08-271-3/+3
* Fix crashes on MS-Windows when using GnuTLS connectionsEli Zaretskii2019-08-271-10/+14
* * src/keyboard.c (parse_tool_bar_item): Use CAPTION when HELP is unavailableJuri Linkov2019-08-271-0/+4
* Fix crashes in networking with GnuTLS on MS-WindowsEli Zaretskii2019-08-261-1/+4
* Fix bug with non-paletted transparent PNGsPaul Eggert2019-08-251-8/+9
* Fix misdisplay of PNG paletted imagesPaul Eggert2019-08-251-9/+25