aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix clrhash bug when hash table needs rehashingPaul Eggert2019-08-212-20/+17
* | * src/buffer.c: Fix comment typo.Paul Eggert2019-08-211-1/+1
* | Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-212-37/+40
* | Fix the interactive spec for set-frame-width/heightLars Ingebrigtsen2019-08-211-2/+2
* | ; Fix typos in commentary section of xdisp.cMartin Rudalics2019-08-211-2/+2
* | Be more careful about pointers to bignum valsPaul Eggert2019-08-218-55/+69
* | Update mini-gmpPaul Eggert2019-08-201-5/+5
* | Avoid some excess precision in time arithmeticPaul Eggert2019-08-203-25/+88
* | Support larger TIMEs in (time-convert TIME t)Paul Eggert2019-08-201-10/+30
* | Merge from origin/emacs-26Glenn Morris2019-08-202-25/+74
|\ \
| * | ; Improve commentary in xdisp.cEli Zaretskii2019-08-171-24/+73
| * | * src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii2019-08-101-1/+1
| * | Ignore pending_signals when checking for quits.Philipp Stephani2019-08-072-7/+4
* | | Fix time-add/time-sub validity checkingPaul Eggert2019-08-191-3/+3
* | | Allow set-frame-height/set-frame-width to be used interactivelyLars Ingebrigtsen2019-08-181-4/+12
* | | Improve bignum_integer static checkingPaul Eggert2019-08-183-14/+14
* | | Attempt to fix assertion violation in eval.cEli Zaretskii2019-08-181-1/+1
* | | Doc clarification for call-interactivelyLars Ingebrigtsen2019-08-171-2/+3
* | | Have time-add etc. respect CURRENT_TIME_LIST tooPaul Eggert2019-08-171-3/+6
* | | More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-73/+105
* | | Subtracting “now” from “now” should yield zeroPaul Eggert2019-08-161-3/+13
* | | Fix time-add rounding bugPaul Eggert2019-08-161-3/+11
* | | Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen2019-08-161-2/+2
* | | Mention what effect nil has as the prompt for read-event/char/etcLars Ingebrigtsen2019-08-151-0/+12
* | | Fix typeof portability issue with bitfieldsPaul Eggert2019-08-151-1/+1
* | | Fix rounding errors with float timestampsPaul Eggert2019-08-151-78/+143
* | | Debug out-of-range make_fixnum argsPaul Eggert2019-08-153-12/+45
* | | Fix some fixnum overflow problems in ccl.cPaul Eggert2019-08-151-12/+23
* | | Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-144-18/+8
* | | Don’t increase consing_until_gc when out of memoryPaul Eggert2019-08-131-1/+1
* | | Let consing_until_gc exceed EMACS_INT_MAXPaul Eggert2019-08-132-15/+9
* | | Let consing_until_gc exceed INTPTR_MAXPaul Eggert2019-08-132-14/+17