aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix GC threshold typoPaul Eggert2019-08-131-2/+2
* | Fix initialization of user-defined fringe bitmaps in daemon modeEli Zaretskii2019-08-135-16/+25
* | ; Add commentary to recent changesEli Zaretskii2019-08-124-2/+10
* | Prefer signed when testing for signed overflowPaul Eggert2019-08-114-8/+8
* | Fix garbage collectionEli Zaretskii2019-08-111-1/+3
* | Double undo limitsStefan Kangas2019-08-101-3/+3
* | Set up defined_color_hook for the initial frameAlex Gramiak2019-08-101-0/+1
* | Fix doc strings modified in recent changesEli Zaretskii2019-08-091-17/+17
* | Provide better target window consistency across x window property functions.Noah Friedman2019-08-081-41/+68
* | (Fx_change_window_property): Rename SOURCE arg to WINDOW-IDNoah Friedman2019-08-081-5/+5
* | (Fx_change_window_property): Add optional arg SOURCE.Noah Friedman2019-08-081-5/+17
* | Re-port dump_bitset_clear to -fsanitize=undefinedPaul Eggert2019-08-061-1/+4
* | Fix minor compilation problems on MS-WindowsEli Zaretskii2019-08-062-7/+7
* | decode-time now returns subsec tooPaul Eggert2019-08-053-44/+79
* | New function time-convertPaul Eggert2019-08-051-105/+76
* | Fix compilation with CHECK_STRUCTSEli Zaretskii2019-08-051-1/+1
* | Revert "Make `view-lossage' output of chars read from `read-char' more logical"Lars Ingebrigtsen2019-08-051-11/+2