| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from origin/emacs-26 | Glenn Morris | 2018-08-14 | 1 | -4/+0 |
| |\ | |||||
| | * | * src/alloc.c: Remove obsolete comments. | Paul Eggert | 2018-08-11 | 1 | -4/+0 |
| * | | Port recent changes to older GCC | Paul Eggert | 2018-08-14 | 1 | -1/+2 |
| * | | Update doc strings for fixnum constants | Paul Eggert | 2018-08-13 | 1 | -2/+2 |
| * | | Fix check for unsafe watch descriptor | Paul Eggert | 2018-08-13 | 2 | -5/+10 |
| * | | Pacify gcc -Og -Wuninitialized | Paul Eggert | 2018-08-12 | 8 | -8/+8 |
| * | | Port better to x86 -fexcess-precision=fast | Paul Eggert | 2018-08-12 | 1 | -14/+29 |
| * | | Adjust .gdbinit to removal of misc objects | Paul Eggert | 2018-08-12 | 1 | -37/+9 |
| * | | Make mini-gmp safe for --enable-gcc-warnings | Paul Eggert | 2018-08-12 | 2 | -2/+41 |
| * | | ; Avoid compilation warnings under -Og | Eli Zaretskii | 2018-08-12 | 5 | -5/+5 |
| * | | Ensure no padding after union vectorlike_header | Andreas Schwab | 2018-08-12 | 1 | -5/+6 |
| * | | Avoid padding after union vectorlike_header | Andreas Schwab | 2018-08-12 | 1 | -3/+5 |
| * | | Simplify mark_object for pseudovectors | Paul Eggert | 2018-08-11 | 2 | -19/+5 |
| * | | Turn misc objects into pseudovectors | Paul Eggert | 2018-08-11 | 9 | -806/+395 |
| * | | Pacify Oracle Studio 12.6 | Paul Eggert | 2018-08-11 | 2 | -11/+4 |
| * | | Merge branch 'feature/bignum' | Tom Tromey | 2018-08-11 | 116 | -4825/+10354 |
| |\ \ | |||||
| | * | | Fix up for bignums after merge from trunk | Tom Tromey | 2018-08-09 | 3 | -4/+4 |
| | * | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 48 | -3112/+1316 |
| | |\ \ | |||||
| | * | | | Use mpz_sgn rather than comparisons against 0 | Tom Tromey | 2018-08-09 | 2 | -3/+3 |
| | * | | | Do not use GMP_NUMB_BITS | Andy Moreton | 2018-08-09 | 1 | -1/+1 |
| | * | | | Update src/{ns,mac}*.m to use bignum-compatible macros | Charles A. Roelli | 2018-08-09 | 7 | -158/+158 |
| | * | | | Handle leading "+" when converting string to bignum | Tom Tromey | 2018-08-08 | 1 | -10/+5 |
| | * | | | Use mpz_import in mpz_set_uintmax_slow | Tom Tromey | 2018-08-08 | 1 | -5/+5 |
| | * | | | Make purecopy work for bignums | Tom Tromey | 2018-08-08 | 1 | -0/+30 |
| | * | | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 98 | -1972/+1972 |
| | * | | | Fix hash functions for bignums | Tom Tromey | 2018-08-04 | 1 | -4/+30 |
| | * | | | Fix bignum comparisons with NaN | Tom Tromey | 2018-08-04 | 1 | -6/+18 |
| | * | | | Make bignums work better when EMACS_INT is larger than long | Andy Moreton | 2018-08-04 | 3 | -19/+109 |
| | * | | | Fix bignum creation when EMACS_INT is wider than long | Tom Tromey | 2018-07-19 | 5 | -15/+83 |
| | * | | | Bignum fixes for byte-compiler and bytecode interpreter | Tom Tromey | 2018-07-12 | 1 | -5/+11 |
| | * | | | Use fixnump rather than integerp in some spots | Tom Tromey | 2018-07-12 | 3 | -13/+14 |
| | * | | | Make ash and lsh handle bignums | Tom Tromey | 2018-07-12 | 1 | -9/+28 |
| | * | | | Make logb handle bignums | Tom Tromey | 2018-07-12 | 1 | -1/+4 |
| | * | | | Make % and mod handle bignums | Tom Tromey | 2018-07-12 | 2 | -15/+105 |
| | * | | | Let C modules access bignum values | Tom Tromey | 2018-07-12 | 1 | -3/+17 |
| | * | | | Make min and max handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+2 |
| | * | | | Make logcount handle bignums | Tom Tromey | 2018-07-12 | 1 | -1/+16 |
| | * | | | Make lognot handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+14 |
| | * | | | Make 1+ and 1- handle bignums | Tom Tromey | 2018-07-12 | 1 | -4/+44 |
| | * | | | Make abs handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+17 |
| | * | | | Allow conversion of bignums to floats | Tom Tromey | 2018-07-12 | 2 | -2/+6 |
| | * | | | Make format handle bignums | Tom Tromey | 2018-07-12 | 1 | -1/+21 |
| | * | | | Make number-to-string work for bignums | Tom Tromey | 2018-07-12 | 1 | -0/+8 |
| | * | | | Make arithmetic work with bignums | Tom Tromey | 2018-07-12 | 1 | -34/+95 |
| | * | | | Make comparison operators handle bignums | Tom Tromey | 2018-07-12 | 1 | -2/+69 |
| | * | | | Make the reader accept bignums | Tom Tromey | 2018-07-12 | 4 | -38/+35 |
| | * | | | Make eql work for bignums | Tom Tromey | 2018-07-12 | 1 | -1/+3 |
| | * | | | Provide new functions to create bignums | Tom Tromey | 2018-07-12 | 2 | -0/+48 |
| | * | | | Introduce the bignum type | Tom Tromey | 2018-07-12 | 5 | -4/+121 |
| | * | | | Add configury for GMP library | Tom Tromey | 2018-07-12 | 3 | -2/+4757 |