| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | 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 | |
| | * | | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 98 | -2819/+2819 | |
| * | | | | | Add variable auto-save-no-message | Federico Tedin | 2018-08-11 | 1 | -2/+6 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 1 | -2/+10 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | | Fix copying text properties by 'format' | Eli Zaretskii | 2018-08-09 | 1 | -2/+10 | |
| | * | | | | Make async :family 'local failures fail correctly again | Lars Ingebrigtsen | 2018-08-08 | 3 | -10/+25 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 1 | -12/+15 | |
| |\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | ||||||
| | * | | | Improve documentation of 'set-fontset-font' | Eli Zaretskii | 2018-08-08 | 1 | -12/+15 | |
| * | | | | Minor pseudovector allocation cleanups | Paul Eggert | 2018-08-08 | 1 | -27/+36 | |
| * | | | | ; Fix typos in commentary | Charles A. Roelli | 2018-08-08 | 2 | -14/+14 | |
| * | | | | Avoid segfaults in jason-serialize on MS-Windows | Eli Zaretskii | 2018-08-07 | 1 | -2/+7 | |
| * | | | | Spruce up some regex-emacs comments | Paul Eggert | 2018-08-05 | 2 | -255/+243 | |
| * | | | | Remove always-0 struct re_pattern_buffer members | Paul Eggert | 2018-08-05 | 2 | -44/+13 | |
| * | | | | Simplify regex-emacs by assuming Emacs syntax | Paul Eggert | 2018-08-05 | 2 | -427/+70 | |
| * | | | | Simplify regex-emacs code by assuming Emacs | Paul Eggert | 2018-08-05 | 4 | -2081/+500 | |
| * | | | | Use Gnulib regex for lib-src | Paul Eggert | 2018-08-05 | 2 | -8/+6 | |