aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'feature/bignum'Tom Tromey2018-08-11116-4825/+10354
|\
| * Fix up for bignums after merge from trunkTom Tromey2018-08-093-4/+4
| * Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-0948-3112/+1316
| |\
| * | Use mpz_sgn rather than comparisons against 0Tom Tromey2018-08-092-3/+3
| * | Do not use GMP_NUMB_BITSAndy Moreton2018-08-091-1/+1
| * | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-097-158/+158
| * | Handle leading "+" when converting string to bignumTom Tromey2018-08-081-10/+5
| * | Use mpz_import in mpz_set_uintmax_slowTom Tromey2018-08-081-5/+5
| * | Make purecopy work for bignumsTom Tromey2018-08-081-0/+30
| * | More macro renamings for bignumTom Tromey2018-08-0798-1972/+1972
| * | Fix hash functions for bignumsTom Tromey2018-08-041-4/+30
| * | Fix bignum comparisons with NaNTom Tromey2018-08-041-6/+18
| * | Make bignums work better when EMACS_INT is larger than longAndy Moreton2018-08-043-19/+109
| * | Fix bignum creation when EMACS_INT is wider than longTom Tromey2018-07-195-15/+83
| * | Bignum fixes for byte-compiler and bytecode interpreterTom Tromey2018-07-121-5/+11
| * | Use fixnump rather than integerp in some spotsTom Tromey2018-07-123-13/+14
| * | Make ash and lsh handle bignumsTom Tromey2018-07-121-9/+28
| * | Make logb handle bignumsTom Tromey2018-07-121-1/+4
| * | Make % and mod handle bignumsTom Tromey2018-07-122-15/+105
| * | Let C modules access bignum valuesTom Tromey2018-07-121-3/+17
| * | Make min and max handle bignumsTom Tromey2018-07-121-2/+2
| * | Make logcount handle bignumsTom Tromey2018-07-121-1/+16
| * | Make lognot handle bignumsTom Tromey2018-07-121-2/+14
| * | Make 1+ and 1- handle bignumsTom Tromey2018-07-121-4/+44
| * | Make abs handle bignumsTom Tromey2018-07-121-2/+17
| * | Allow conversion of bignums to floatsTom Tromey2018-07-122-2/+6
| * | Make format handle bignumsTom Tromey2018-07-121-1/+21
| * | Make number-to-string work for bignumsTom Tromey2018-07-121-0/+8
| * | Make arithmetic work with bignumsTom Tromey2018-07-121-34/+95
| * | Make comparison operators handle bignumsTom Tromey2018-07-121-2/+69
| * | Make the reader accept bignumsTom Tromey2018-07-124-38/+35
| * | Make eql work for bignumsTom Tromey2018-07-121-1/+3
| * | Provide new functions to create bignumsTom Tromey2018-07-122-0/+48
| * | Introduce the bignum typeTom Tromey2018-07-125-4/+121
| * | Add configury for GMP libraryTom Tromey2018-07-123-2/+4757
| * | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-1298-2819/+2819
* | | Add variable auto-save-no-messageFederico Tedin2018-08-111-2/+6
* | | Merge from origin/emacs-26Glenn Morris2018-08-101-2/+10
|\ \ \
| * | | Fix copying text properties by 'format'Eli Zaretskii2018-08-091-2/+10
| * | | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-083-10/+25
* | | | Merge from origin/emacs-26Glenn Morris2018-08-101-12/+15
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Improve documentation of 'set-fontset-font'Eli Zaretskii2018-08-081-12/+15