aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix bug with ‘mod’ and float+bignumPaul Eggert2018-08-181-0/+3
* | | | Improve bignum comparison (Bug#32463#50)Paul Eggert2018-08-181-1/+4
* | | | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-4/+12
* | | | Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-171-0/+14
* | | | Merge from origin/emacs-26Glenn Morris2018-08-141-6/+14
|\ \ \ \ | |/ / /
| * | | Add comment about floating point testPaul Eggert2018-08-131-6/+14
* | | | Merge branch 'feature/bignum'Tom Tromey2018-08-117-17/+173
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-094-46/+104
| |\ \ \ \
| * | | | | Fix mod-test-sum-test for bignumsTom Tromey2018-08-081-4/+4
| * | | | | Fix hash functions for bignumsTom Tromey2018-08-041-0/+11
| * | | | | Fix bignum comparisons with NaNTom Tromey2018-08-042-3/+6
| * | | | | Make ash and lsh handle bignumsTom Tromey2018-07-121-0/+6
| * | | | | Make logb handle bignumsTom Tromey2018-07-121-0/+4
| * | | | | Make % and mod handle bignumsTom Tromey2018-07-121-0/+17
| * | | | | Make min and max handle bignumsTom Tromey2018-07-121-0/+7
| * | | | | Make logcount handle bignumsTom Tromey2018-07-121-0/+3
| * | | | | Make 1+ and 1- handle bignumsTom Tromey2018-07-121-0/+8
| * | | | | Make abs handle bignumsTom Tromey2018-07-121-0/+4
| * | | | | Allow conversion of bignums to floatsTom Tromey2018-07-121-0/+4
| * | | | | Make format handle bignumsTom Tromey2018-07-121-12/+21
| * | | | | Make number-to-string work for bignumsTom Tromey2018-07-121-0/+5
| * | | | | Add some bignum testsTom Tromey2018-07-124-3/+74
* | | | | | Merge from origin/emacs-26Glenn Morris2018-08-101-1/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Fix copying text properties by 'format'Eli Zaretskii2018-08-091-1/+15
* | | | | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-3/+3
* | | | | %o and %x can now format signed integersPaul Eggert2018-07-261-4/+6
* | | | | thread-join returns the result of finished threadMichael Albinus2018-07-221-6/+17
* | | | | Fix bug with eql etc. on NaNsPaul Eggert2018-07-181-0/+11
* | | | | Add variable main-thread, fix Bug#32169Michael Albinus2018-07-171-1/+10
| |_|/ / |/| | |
* | | | Merge from origin/emacs-26Glenn Morris2018-07-131-36/+57
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Use consistent function names in thread-tests.elMichael Albinus2018-07-131-8/+9
| * | Provide feature 'threadsMichael Albinus2018-07-121-28/+48
* | | (format "%d" F) now truncates floating FPaul Eggert2018-06-251-0/+8
* | | Skip a json.c test unless functions being tested existJoão Távora2018-06-191-0/+2
* | | Merge from origin/emacs-26Glenn Morris2018-06-181-0/+11
|\ \ \ | |/ /
| * | Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii2018-06-151-0/+11
| * | Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-1/+18
| * | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-0/+51
* | | Also allow custom false and null when serializing to JSONJoão Távora2018-06-151-5/+13
* | | Support custom null and false objects when parsing JSONJoão Távora2018-06-151-0/+29
* | | Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-121-0/+22
* | | Accept plists when serializing and parsing JSONJoão Távora2018-06-071-2/+28
* | | Honor print-charset-text-property value of nil (Bug#31376)Noam Postavsky2018-05-231-0/+36
* | | Fix failed assertion when load-force-doc-stringsPaul Eggert2018-05-221-0/+4
* | | Don’t assume ordering in make-process/mix-stderrPaul Eggert2018-05-211-1/+14
* | | Merge from origin/emacs-26Glenn Morris2018-05-071-24/+24
|\ \ \ | |/ /
| * | Port collation tests to glibc 2.27Paul Eggert2018-05-021-24/+24
* | | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-021-0/+8
* | | * test/src/process-tests.el (make-process/mix-stderr): Skip on hydra.Glenn Morris2018-04-301-0/+3
* | | * lisp/subr.el (dotimes): Deprecate RESULT field. (Bug#16206)Juri Linkov2018-04-281-2/+3