aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Simplify bignum->intmax conversionPaul Eggert2018-09-0410-109/+89
* | Allow t as a catch-all condition-case handler (Bug#24618)Noam Postavsky2018-09-041-4/+6
* | Fix (round FLOAT BIGNUM) bugPaul Eggert2018-09-041-2/+5
* | Tweak nthcdr for bignum efficiencyPaul Eggert2018-09-041-2/+2
* | Fix bignum initializationPaul Eggert2018-09-044-19/+19
* | Speed up (+ 2 2) by a factor of 10Paul Eggert2018-09-036-476/+340
* | * src/lisp.h: Add explanation in a commentStefan Monnier2018-09-011-1/+10
* | * src/process.c (send_process): Fix typo in commentary.Charles A. Roelli2018-09-011-1/+1
* | Rename Emacs-specific INFINITY constantsPaul Eggert2018-08-314-25/+22
* | Port better to non-IEEE platformsPaul Eggert2018-08-311-1/+1
* | Merge from origin/emacs-26Michael Albinus2018-08-311-7/+10
|\ \ | |/
| * Rename thread-alive-p to thread-live-pMichael Albinus2018-08-311-7/+10
* | Several fixes for formatting bignumsPaul Eggert2018-08-314-177/+233
* | * src/alloc.c (sweep_vectors): Simplify.Paul Eggert2018-08-311-14/+8
* | Construct a thread_event only if THREADS_ENABLEDMichael Albinus2018-08-311-0/+2
* | Fix bignum FIXME in emacs-module.cPaul Eggert2018-08-301-5/+3
* | Fix off-by-1 typo in recent bignum changesPaul Eggert2018-08-301-1/+1
* | Handle thread-signal towards the main thread (Bug#32502)Michael Albinus2018-08-303-10/+54
* | Pacify -Wdouble-promotion in ImageMagick codePaul Eggert2018-08-301-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-08-292-9/+13
|\ \ | |/
| * Avoid infinite hscrolling loops when line numbers are displayedEli Zaretskii2018-08-281-8/+12
| * Avoid crashes in malformed defvarEli Zaretskii2018-08-281-1/+1
* | * src/keymap.c: Make better use of access_keymap's functionalityStefan Monnier2018-08-291-63/+30
* | Improve (format "%g" bignum) precisionPaul Eggert2018-08-281-29/+59
* | Fix Fnatnump typosPaul Eggert2018-08-282-2/+2
* | Fix a recent changeEli Zaretskii2018-08-281-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-2741-405/+503