| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | 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 | |
| * | | | | | %o and %x can now format signed integers | Paul Eggert | 2018-07-26 | 1 | -4/+6 | |
| * | | | | | thread-join returns the result of finished thread | Michael Albinus | 2018-07-22 | 1 | -6/+17 | |
| * | | | | | Fix bug with eql etc. on NaNs | Paul Eggert | 2018-07-18 | 1 | -0/+11 | |
| * | | | | | Add variable main-thread, fix Bug#32169 | Michael Albinus | 2018-07-17 | 1 | -1/+10 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-13 | 1 | -36/+57 | |
| |\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| | * | | Use consistent function names in thread-tests.el | Michael Albinus | 2018-07-13 | 1 | -8/+9 | |
| | * | | Provide feature 'threads | Michael Albinus | 2018-07-12 | 1 | -28/+48 | |
| * | | | (format "%d" F) now truncates floating F | Paul Eggert | 2018-06-25 | 1 | -0/+8 | |
| * | | | Skip a json.c test unless functions being tested exist | João Távora | 2018-06-19 | 1 | -0/+2 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-06-18 | 1 | -0/+11 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix 'replace-buffer-contents' in multibyte buffers | Eli Zaretskii | 2018-06-15 | 1 | -0/+11 | |
| | * | | Fix bug#30846, along with misc cleanups found along the way | Stefan Monnier | 2018-06-03 | 1 | -1/+18 | |
| | * | | Fix another case of freed markers in the undo-list (Bug#30931) | Noam Postavsky | 2018-06-03 | 1 | -0/+51 | |
| * | | | Also allow custom false and null when serializing to JSON | João Távora | 2018-06-15 | 1 | -5/+13 | |
| * | | | Support custom null and false objects when parsing JSON | João Távora | 2018-06-15 | 1 | -0/+29 | |
| * | | | Give warning if losing value to defvaralias (Bug#5950) | Noam Postavsky | 2018-06-12 | 1 | -0/+22 | |
| * | | | Accept plists when serializing and parsing JSON | João Távora | 2018-06-07 | 1 | -2/+28 | |
| * | | | Honor print-charset-text-property value of nil (Bug#31376) | Noam Postavsky | 2018-05-23 | 1 | -0/+36 | |
| * | | | Fix failed assertion when load-force-doc-strings | Paul Eggert | 2018-05-22 | 1 | -0/+4 | |
| * | | | Don’t assume ordering in make-process/mix-stderr | Paul Eggert | 2018-05-21 | 1 | -1/+14 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-05-07 | 1 | -24/+24 | |
| |\ \ \ | |/ / | ||||||
| | * | | Port collation tests to glibc 2.27 | Paul Eggert | 2018-05-02 | 1 | -24/+24 | |
| * | | | Fix off-by-one history pruning (bug#31211) | Basil L. Contovounesios | 2018-05-02 | 1 | -0/+8 | |
| * | | | * test/src/process-tests.el (make-process/mix-stderr): Skip on hydra. | Glenn Morris | 2018-04-30 | 1 | -0/+3 | |
| * | | | * lisp/subr.el (dotimes): Deprecate RESULT field. (Bug#16206) | Juri Linkov | 2018-04-28 | 1 | -2/+3 | |