aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Add bignum support to exptPaul Eggert2018-08-191-20/+27
* | | Fix bug with ‘mod’ and float+bignumPaul Eggert2018-08-181-4/+2
* | | Tweak integer divisionPaul Eggert2018-08-181-8/+5
* | | Simplify float_arith_driverPaul Eggert2018-08-181-16/+4
* | | Minor fixups for intmax_t→mpz_t conversionPaul Eggert2018-08-183-15/+22
* | | Improve --with-wide-int mpz_t→fixnum conversionPaul Eggert2018-08-181-12/+7
* | | Improve bignum comparison (Bug#32463#50)Paul Eggert2018-08-181-125/+43
* | | Document that ‘random’ is limited to fixnumsPaul Eggert2018-08-181-6/+3
* | | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-36/+24
* | | Avoid compilation warning in w32fns.cEli Zaretskii2018-08-181-5/+2
* | | Improve ‘abs’ performancePaul Eggert2018-08-171-17/+30
* | | Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton2018-08-1710-161/+172
* | | Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-173-33/+9
* | | Reject outlandishly-wide bignumsPaul Eggert2018-08-161-3/+21
* | | Speed up logcount on bignumsPaul Eggert2018-08-161-2/+1
* | | Pacify GCC with -Wunused-but-set-variableKen Brown2018-08-161-3/+3
* | | Remove more traces of misc (Bug#32405)Paul Eggert2018-08-141-9/+1
* | | Merge from origin/emacs-26Glenn Morris2018-08-141-4/+0
|\ \ \ | |/ /
| * | * src/alloc.c: Remove obsolete comments.Paul Eggert2018-08-111-4/+0
* | | Port recent changes to older GCCPaul Eggert2018-08-141-1/+2
* | | Update doc strings for fixnum constantsPaul Eggert2018-08-131-2/+2
* | | Fix check for unsafe watch descriptorPaul Eggert2018-08-132-5/+10
* | | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-128-8/+8
* | | Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-121-14/+29
* | | Adjust .gdbinit to removal of misc objectsPaul Eggert2018-08-121-37/+9
* | | Make mini-gmp safe for --enable-gcc-warningsPaul Eggert2018-08-122-2/+41
* | | ; Avoid compilation warnings under -OgEli Zaretskii2018-08-125-5/+5
* | | Ensure no padding after union vectorlike_headerAndreas Schwab2018-08-121-5/+6
* | | Avoid padding after union vectorlike_headerAndreas Schwab2018-08-121-3/+5
* | | Simplify mark_object for pseudovectorsPaul Eggert2018-08-112-19/+5
* | | Turn misc objects into pseudovectorsPaul Eggert2018-08-119-806/+395
* | | Pacify Oracle Studio 12.6Paul Eggert2018-08-112-11/+4