aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-281-0/+18
* | Merge from origin/emacs-26Glenn Morris2018-04-201-0/+8
|\ \ | |/
| * * test/src/lread-tests.el (lread-test-bug-31186): New test.Eli Zaretskii2018-04-171-0/+8
* | * test/src/process-tests.el (make-process/mix-stderr): Use bash.Glenn Morris2018-04-181-3/+3
* | Fix signal for large integers with valid syntaxPaul Eggert2018-04-171-0/+5
* | Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani2018-04-151-0/+4
* | Add tests for buffer-base-buffer function (Bug#30905)Shanavas M2018-04-111-0/+10
* | Document that 'make-process' mixes the output streamsPhilipp Stephani2018-04-071-0/+18
* | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-301-0/+51
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-291-4/+18
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-3/+17
* | Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-03-231-1/+18
* | Port emacs-module-tests to 32-bit EmacsPaul Eggert2018-03-221-1/+1
* | Port data-tests-popcnt to 32-bit EmacsPaul Eggert2018-03-211-3/+3
* | Add tests for Bug#30408Paul Eggert2018-03-211-0/+21
* | Quieten --without-json compilation of json-tests.elGlenn Morris2018-03-091-0/+5
* | Merge from origin/emacs-26Glenn Morris2018-02-171-0/+20
|\ \ | |/
| * Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky2018-02-161-0/+20
| * Revert "Signal error for symbol names with strange quotes (Bug#2967)"Noam Postavsky2018-01-281-17/+0
* | Add tests to verify error propagation in 'json-insert'.Philipp Stephani2018-02-031-0/+32
* | Properly integrate modules into the loading process (Bug#30164).Philipp Stephani2018-02-021-5/+14
* | Use 'defalias' in test module instead of 'fset'.Philipp Stephani2018-02-021-2/+3
* | Add support for module functions to C-h f (Bug#30163).Philipp Stephani2018-02-021-0/+14
* | Add missing module types to cl--typeof-types.Philipp Stephani2018-01-281-0/+10
* | Test that module functions are functions.Philipp Stephani2018-01-281-0/+1
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-281-0/+4
* | Raise limit of regexp repetition (Bug#24914)Noam Postavsky2018-01-261-0/+6
* | Fix emacs-module-tests to work out of build treeAndy Moreton2018-01-261-2/+1
* | Add unit test for Bug#30005.Philipp Stephani2018-01-231-0/+8
* | Add a regression test for Bug#30004.Philipp Stephani2018-01-221-0/+38
* | Merge from origin/emacs-26Glenn Morris2018-01-181-24/+52
|\ \ | |/
| * Add some test skip conditionsGlenn Morris2018-01-171-24/+52