aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix a recent change in coding.cEli Zaretskii2019-08-252-7/+14
* ; Improve a recent change.Eli Zaretskii2019-08-251-1/+2
* Clarify Fx_parse_geometry initializationPaul Eggert2019-08-241-5/+6
* Tweak time arithmetic performancePaul Eggert2019-08-241-4/+4
* Speed up % and mod with fixnum denomPaul Eggert2019-08-241-48/+52
* Tweak integer mod performancePaul Eggert2019-08-241-1/+1
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-241-1/+3
* extern function cleanupPaul Eggert2019-08-249-38/+23
* Tweak gnutls-peer-status reportingPaul Eggert2019-08-231-9/+7
* Clarify compiler-pacifier in frame.cPaul Eggert2019-08-231-1/+1
* Fix compilation --without--xEli Zaretskii2019-08-231-1/+2
* Avoid a compilation warning in w32.cEli Zaretskii2019-08-231-1/+1
* Avoid compilation warning in frame.cEli Zaretskii2019-08-231-1/+1
* ; Fix last change.Eli Zaretskii2019-08-231-1/+1
* Fix compilation of process.cRobert Pluim2019-08-231-1/+1
* Get the Gnutls code compiling on Fedora 30Paul Eggert2019-08-232-38/+48
* Move default face lookupRobert Pluim2019-08-231-5/+7
* Fix recent changes in gnutls.cEli Zaretskii2019-08-231-4/+4
* Give a better error message when reading invalid "\unicode" escapes.Lars Ingebrigtsen2019-08-231-1/+2
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-232-17/+281
|\
| * fixup! Implement hostname->ip lookup functionRobert Pluim2019-08-073-41/+25
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-171-1/+1
| * Refactor getaddrinfo usageRobert Pluim2018-07-171-34/+50
| * Implement hostname->ip lookup functionRobert Pluim2018-07-163-24/+102
| * Full certificate chain details for NSMJimmy Yuen Ho Wong2018-07-141-2/+92
| * Revamp Network Security manager checks for TLSJimmy Yuen Ho Wong2018-07-141-0/+96
* | Signal `invalid-read-syntax' for "trailing garbage"Lars Ingebrigtsen2019-08-231-1/+2
* | Fix Qunbound-Qnil confusion in clrhash patchPaul Eggert2019-08-221-2/+5
* | Remove no-longer-needed workaround for GC bugPaul Eggert2019-08-211-3/+1
* | Don’t debug fset by defaultPaul Eggert2019-08-212-12/+5