aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \ | |/ /
| * | Avoid adverse side effects of fixing bug#21824Eli Zaretskii2018-09-151-18/+6
* | | Don't call modification hooks unpreparedNoam Postavsky2018-09-151-0/+9
* | | Fix (floor 54043195528445955 3.0) bugPaul Eggert2018-09-131-1/+19
* | | Minor rounding_driver simplificationPaul Eggert2018-09-111-8/+5
* | | Fix (round 1e+INF) core dumpPaul Eggert2018-09-111-1/+5
* | | Use overflow-error for bignum overflowPaul Eggert2018-09-115-14/+14
* | | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-104-14/+13
* | | Merge from origin/emacs-26Glenn Morris2018-09-104-21/+36
|\ \ \ | |/ /
| * | Clarify documentation of functions reading character eventsEli Zaretskii2018-09-102-13/+24
| * | * src/process.c (connect_network_socket): Fix memory leak. (Bug#32604)YAMAMOTO Mitsuharu2018-09-071-7/+11
| * | Don't call XGetGeometry for frames without outer X window (Bug#32615)Martin Rudalics2018-09-041-1/+1
* | | Fix misleading name ‘double_to_bignum’Paul Eggert2018-09-104-5/+5
* | | * src/charset.c (Fencode_char): Tweak comment.Paul Eggert2018-09-101-1/+1
* | | Avoid compiler warnings due to get_proc_addrEli Zaretskii2018-09-101-0/+1
* | | * src/charset.c (Fencode_char): Explain when/why bignums are usedStefan Monnier2018-09-101-0/+7
* | | Fix last change of 'run_window_size_change_functions'Martin Rudalics2018-09-101-2/+2
* | | Handle buffer-local 'window-size-change-functions' specially (Bug#32637)Martin Rudalics2018-09-101-5/+43
* | | Show backtraces of threads from thread list bufferGemini Lasswell2018-09-091-0/+59
* | | Fix documentation for conversion to bignumsEli Zaretskii2018-09-088-39/+39
* | | * src/puresize.h (BASE_PURESIZE): Bump to 2000000.Paul Eggert2018-09-071-1/+1
* | | One more GC-aligned structPaul Eggert2018-09-071-1/+1
* | | Fix overenthusiastic header size checkPaul Eggert2018-09-071-7/+19
* | | Shrink pseudovectors a bitPaul Eggert2018-09-0613-54/+76
* | | Improve (round FIXNUM FIXNUM) performancePaul Eggert2018-09-051-22/+52
* | | Fix format-time-string bignum bugPaul Eggert2018-09-041-6/+9