| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | New (TICKS . HZ) timestamp format | Paul Eggert | 2018-10-06 | 1 | -0/+3 | |
| * | | | Move timestamp-related stuff to timefns.c | Paul Eggert | 2018-10-06 | 2 | -59/+79 | |
| * | | | Round bignums consistently with other integers | Paul Eggert | 2018-09-22 | 1 | -0/+6 | |
| * | | | Fix (+ bignum float) bug | Paul Eggert | 2018-09-21 | 1 | -0/+10 | |
| * | | | Support bignums when serializing JSON | Philipp Stephani | 2018-09-21 | 1 | -0/+8 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-09-15 | 1 | -0/+19 | |
| |\ \ \ | |/ / | ||||||
| | * | | Avoid adverse side effects of fixing bug#21824 | Eli Zaretskii | 2018-09-15 | 1 | -0/+19 | |
| * | | | Fix (floor 54043195528445955 3.0) bug | Paul Eggert | 2018-09-13 | 1 | -0/+4 | |
| * | | | Fix (round 1e+INF) core dump | Paul Eggert | 2018-09-11 | 1 | -0/+15 | |
| * | | | Fix format-time-string bignum bug | Paul Eggert | 2018-09-04 | 1 | -0/+10 | |
| * | | | Fix (round FLOAT BIGNUM) bug | Paul Eggert | 2018-09-04 | 1 | -0/+5 | |
| * | | | Mark thread-alive-p as obsolete | Michael Albinus | 2018-08-31 | 1 | -2/+2 | |
| * | | | Merge from origin/emacs-26 | Michael Albinus | 2018-08-31 | 1 | -8/+8 | |
| |\ \ \ | |/ / | ||||||
| | * | | Rename thread-alive-p to thread-live-p | Michael Albinus | 2018-08-31 | 1 | -8/+8 | |
| * | | | Several fixes for formatting bignums | Paul Eggert | 2018-08-31 | 1 | -2/+15 | |
| * | | | Handle thread-signal towards the main thread (Bug#32502) | Michael Albinus | 2018-08-30 | 1 | -0/+21 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-26 | 1 | -0/+3 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix detection of freed emacs_values (Bug#32479) | Sergey Vinokurov | 2018-08-25 | 1 | -0/+3 | |
| * | | | Fix bugs when rounding to bignums | Paul Eggert | 2018-08-22 | 1 | -4/+8 | |
| * | | | Add bignum support to floor, ceiling, etc. | Paul Eggert | 2018-08-21 | 1 | -0/+27 | |
| * | | | Fix assertion failure when reading 'BIGNUM.' | Paul Eggert | 2018-08-21 | 1 | -0/+9 | |
| * | | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 1 | -6/+6 | |
| * | | | Fix glitches introduced by nthcdr changes | Paul Eggert | 2018-08-21 | 1 | -0/+5 | |
| * | | | Speed up (nthcdr N L) when L is circular | Paul Eggert | 2018-08-20 | 1 | -0/+16 | |
| * | | | Add bignum support to expt | Paul Eggert | 2018-08-19 | 1 | -0/+9 | |
| * | | | Fix bug with ‘mod’ and float+bignum | Paul Eggert | 2018-08-18 | 1 | -0/+3 | |
| * | | | Improve bignum comparison (Bug#32463#50) | Paul Eggert | 2018-08-18 | 1 | -1/+4 | |
| * | | | Restore traditional lsh behavior on fixnums | Paul Eggert | 2018-08-18 | 1 | -4/+12 | |
| * | | | Fix problems with logxor etc. and fixnums | Paul Eggert | 2018-08-17 | 1 | -0/+14 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-14 | 1 | -6/+14 | |
| |\ \ \ | |/ / | ||||||
| | * | | Add comment about floating point test | Paul Eggert | 2018-08-13 | 1 | -6/+14 | |
| * | | | Merge branch 'feature/bignum' | Tom Tromey | 2018-08-11 | 7 | -17/+173 | |
| |\ \ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 4 | -46/+104 | |
| | |\ \ \ | ||||||
| | * | | | | Fix mod-test-sum-test for bignums | Tom Tromey | 2018-08-08 | 1 | -4/+4 | |
| | * | | | | Fix hash functions for bignums | Tom Tromey | 2018-08-04 | 1 | -0/+11 | |
| | * | | | | Fix bignum comparisons with NaN | Tom Tromey | 2018-08-04 | 2 | -3/+6 | |
| | * | | | | Make ash and lsh handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+6 | |
| | * | | | | Make logb handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+4 | |
| | * | | | | Make % and mod handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+17 | |
| | * | | | | Make min and max handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+7 | |
| | * | | | | Make logcount handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+3 | |
| | * | | | | Make 1+ and 1- handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+8 | |
| | * | | | | Make abs handle bignums | Tom Tromey | 2018-07-12 | 1 | -0/+4 | |
| | * | | | | Allow conversion of bignums to floats | Tom Tromey | 2018-07-12 | 1 | -0/+4 | |
| | * | | | | Make format handle bignums | Tom Tromey | 2018-07-12 | 1 | -12/+21 | |
| | * | | | | Make number-to-string work for bignums | Tom Tromey | 2018-07-12 | 1 | -0/+5 | |
| | * | | | | Add some bignum tests | Tom Tromey | 2018-07-12 | 4 | -3/+74 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-10 | 1 | -1/+15 | |
| |\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| | * | | | Fix copying text properties by 'format' | Eli Zaretskii | 2018-08-09 | 1 | -1/+15 | |
| * | | | | Rename src/regex.c to src/regex-emacs.c. | Paul Eggert | 2018-08-05 | 1 | -3/+3 | |