summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make `view-lossage' output of chars read from `read-char' more logicalLars Ingebrigtsen2019-08-051-2/+11
* Tweak time arithmetic performancePaul Eggert2019-08-041-12/+32
* Fix the MS-Windows build broken by recent changesEli Zaretskii2019-08-042-0/+5
* Minor fix to recent coding.c changePaul Eggert2019-08-041-63/+60
* Add Unicode-safe UTF-8 converterK. Handa2019-08-042-0/+734
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-048-159/+238
* Remove stale .pdmp files with ‘make clean’Paul Eggert2019-08-031-7/+7
* Fix rare undefined behaviors in replace-matchPaul Eggert2019-08-031-69/+38
* Fix error message in replace-match for subexpressionsLars Ingebrigtsen2019-08-031-0/+6
* Clarify Freplace_match logicLars Ingebrigtsen2019-08-031-2/+6
* Say that while returns nilLars Ingebrigtsen2019-08-011-0/+3
* Avoid intern calls for builtin symsPaul Eggert2019-07-312-2/+2
* Fix Fload infile problemPaul Eggert2019-07-311-9/+8
* * src/lread.c (close_infile_unwind): Remove leftover debug codeStefan Monnier2019-07-311-1/+0
* * src/lread.c (infile): Set/reset it like a dynamically scoped variableStefan Monnier2019-07-311-6/+11
* Merge from origin/emacs-26Glenn Morris2019-07-301-3/+12
|\
| * Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-3/+12
* | Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-291-0/+6
* | Always set the state of the "Show hidden files" gtk buttonLars Ingebrigtsen2019-07-281-5/+5
* | Fix stretch glyphs overlap with line above (bug#36633)Alan Third2019-07-271-8/+4