aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Modularize bignums betterPaul Eggert2018-08-2714-206/+299
* | | * configure.ac, src/image.c: Tweak previous ImageMagick change.Glenn Morris2018-08-271-5/+5
* | | Support ImageMagick version 7 (bug#25967)Karl Otness2018-08-271-3/+12
* | | Merge from origin/emacs-26Glenn Morris2018-08-262-8/+30
|\ \ \ | |/ /
| * | Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-251-4/+4
| * | Avoid crashes with very wide TTY frames on MS-WindowsEli Zaretskii2018-08-251-4/+26
| * | Update GNOME bugtracker URLsGlenn Morris2018-08-244-5/+5
| * | Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-131-14/+29
* | | Fix a typo in alloc.cEli Zaretskii2018-08-261-1/+1
* | | Prefer CONSP etc. to XTYPEPaul Eggert2018-08-251-7/+7
* | | Improve performance of CONSP, FIXNUMP, etc.Paul Eggert2018-08-251-7/+24
* | | Fix bugs when rounding to bignumsPaul Eggert2018-08-224-10/+22
* | | * src/buffer.h (DECODE_POSITION): Remove; unused.Paul Eggert2018-08-211-22/+0
* | | Add bignum support to floor, ceiling, etc.Paul Eggert2018-08-211-40/+55
* | | Move bignump, fixnump from C to LispPaul Eggert2018-08-211-21/+0
* | | Fix assertion failure when reading 'BIGNUM.'Paul Eggert2018-08-211-5/+16
* | | Fix bignum bugs with nth, elt, =Paul Eggert2018-08-213-29/+20
* | | Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-215-84/+167
* | | Fix glitches introduced by nthcdr changesPaul Eggert2018-08-211-8/+27
* | | Speed up (nthcdr N L) when L is circularPaul Eggert2018-08-201-6/+52
* | | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-2010-33/+38
* | | nthcdr now works with bignumsPaul Eggert2018-08-201-2/+13
* | | Fix expt signedness bug --without-wide-intPaul Eggert2018-08-191-1/+1