aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Glenn Morris2018-10-091-2/+0
|\
| * ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)Eli Zaretskii2018-10-081-2/+0
| * Fix overflow lockup with frames > 255 linesScott Corley2018-10-071-3/+3
* | Merge from origin/emacs-26Glenn Morris2018-10-091-1/+4
|\ \ | |/
| * Avoid assertion violations in nonsensical calls to 'signal'Eli Zaretskii2018-10-071-1/+4
* | Merge from origin/emacs-26Glenn Morris2018-10-092-3/+9
|\ \ | |/
| * Avoid ridiculously high stack limit requests on macOSEli Zaretskii2018-10-041-4/+6
| * Improve documentation of 'read-hide-char'Charles A. Roelli2018-10-031-2/+5
* | Fix malfunctioning cursor display on 32-bit GtkPaul Eggert2018-10-091-4/+6
* | Fix MinGW compilation problem in timefns.cEli Zaretskii2018-10-071-2/+8
* | * src/scroll.c (calculate_scrolling): Remove casts.Paul Eggert2018-10-071-2/+2
* | Fix overflow lockup with frames > 255 linesScott Corley2018-10-071-3/+3
* | Improvements on (TICKS . HZ)Paul Eggert2018-10-061-36/+43
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-064-355/+810
* | Export converting mpz to [u]intmaxPaul Eggert2018-10-062-41/+61
* | Coalesce duplicate make_lisp_timeval etc.Paul Eggert2018-10-061-24/+16
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-069-1329/+1361
* | Fix emacs_re_safe_alloca calculationPaul Eggert2018-10-031-5/+5
* | Merge from origin/emacs-26Glenn Morris2018-10-034-1/+13
|\ \ | |/
| * Avoid returning early in 'while-no-input' due to subprocessesEli Zaretskii2018-09-291-0/+3
| * Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-293-1/+10
* | Allow 'make-cursor-line-fully-visible' name a functionEli Zaretskii2018-09-301-17/+52
* | Merge from origin/emacs-26Alan Third2018-09-291-391/+390
|\ \ | |/
| * Fix deprecation warningAlan Third2018-09-281-1/+15
| * Make all NS drawing be done from drawRectAlan Third2018-09-281-391/+376
* | Rework time-* functions in TrampMichael Albinus2018-09-291-1/+3
* | Rename time-equal to time-equal-pPaul Eggert2018-09-281-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-09-281-1/+1
|\ \ | |/
| * ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-251-1/+1
* | time-equal, and time values of infinity and NaNPaul Eggert2018-09-271-13/+45
* | Fix ‘make clean’ with a file named ‘-.o’Paul Eggert2018-09-241-3/+3
* | file-attributes cleanupPaul Eggert2018-09-236-31/+23
* | Round bignums consistently with other integersPaul Eggert2018-09-223-4/+33
* | Fix (+ bignum float) bugPaul Eggert2018-09-211-2/+2
* | Fix ambiguity in nil DST flagPaul Eggert2018-09-211-2/+4
* | Avoid an overflow error in emacs-module.cPhilipp Stephani2018-09-211-5/+1
* | Use new function overflow_error in a few placesPhilipp Stephani2018-09-212-6/+6
* | Support bignums when serializing JSONPhilipp Stephani2018-09-211-3/+7
* | Merge from origin/emacs-26Glenn Morris2018-09-203-9/+51
|\ \ | |/
| * More accurate docs for 'text-char-description'Eli Zaretskii2018-09-201-1/+2
| * Fix GnuTLS test suite with GnuTLS versions 3.4.xEli Zaretskii2018-09-181-2/+2
| * Fix build with gnutls versions 3.0 to 3.2 (Bug#32446)Noam Postavsky2018-09-171-4/+45
| * * src/alloc.c (Fbool_vector, Flist, Fvector): Doc tweak.Glenn Morris2018-09-151-4/+4
| * * src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".Alan Mackenzie2018-09-151-1/+1
* | Move current_timespec decl to timespec.hPaul Eggert2018-09-161-19/+3
* | Clarify condition-case docstringNoam Postavsky2018-09-161-2/+4
* | * src/thread.h: Do not include systime.h; no longer needed.Paul Eggert2018-09-161-1/+0
* | Don’t assume obsolescent setitimer functionPaul Eggert2018-09-161-8/+7
* | Simplify get_up_time on GNU/LinuxPaul Eggert2018-09-151-6/+5
* | Merge from origin/emacs-26Glenn Morris2018-09-151-18/+6
|\ \ | |/