aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix comment detection on open parensNoam Postavsky2017-01-231-0/+85
* Check that variable lists are actually listsPhilipp Stephani2017-01-191-0/+10
* Rudimentary error handling for non-main threadsEli Zaretskii2017-01-181-4/+13
* Fix last changeEli Zaretskii2017-01-131-9/+9
* Fix the new condvar testEli Zaretskii2017-01-131-2/+3
* Minor improvements in the new condvar testEli Zaretskii2017-01-131-11/+14
* Fix a bug in waiting for condition variableEli Zaretskii2017-01-131-0/+41
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-061-1/+1
* Update copyright year to 2017 in masterPaul Eggert2017-01-0111-11/+11
* Merge from origin/emacs-25Paul Eggert2017-01-0114-14/+14
* Treat incomplete integer literals as errorsPhilipp Stephani2016-12-231-0/+8
* ; Spelling fixesPaul Eggert2016-12-221-1/+1
* * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-1/+0
* * test/src/regex-resources/PTESTS: Convert to UTF-8.Paul Eggert2016-12-121-271/+271
* Avoid crashing if a new thread is signaled right awayEli Zaretskii2016-12-121-0/+9
* Fix point motion in cloned buffersEli Zaretskii2016-12-121-1/+11
* Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-0/+15
* ; Fix copyright years in new filesGlenn Morris2016-12-101-1/+1
* Support concurrency in Emacs LispEli Zaretskii2016-12-102-0/+294
|\
| * Fix the test suiteEli Zaretskii2016-12-062-0/+294
* | Give test-completion's PREDICATE the hashtable keyNoam Postavsky2016-12-061-4/+1
* | Give test-completion's PREDICATE full alist entryNoam Postavsky2016-12-061-0/+406
|/
* Add tests for watchpointsNoam Postavsky2016-12-021-0/+115
* Prevent dubious argument listsPhilipp Stephani2016-11-181-0/+15
* Fix crash in evaluating functionsPhilipp Stephani2016-10-131-0/+35
* ; * test/src/undo-tests.el: Moved from test/lisp/legacy/.Eli Zaretskii2016-09-241-0/+448
* ; * test/src/textprop-tests.el: Minor copyedits.Eli Zaretskii2016-09-241-0/+3
* ; * Move test/lisp/legacy/textprop-tests.el to test/src/.Eli Zaretskii2016-09-241-0/+69
* ; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el.Eli Zaretskii2016-09-241-0/+166
* ; * test/src/font-tests.el: Minor copyedits.Eli Zaretskii2016-09-241-2/+3
* ; * test/src/font-tests.el: Moved from test/lisp/legacy/font-parse-tests.el.Eli Zaretskii2016-09-241-0/+166
* Move coding-tests.el and decoder-test.el to their placesEli Zaretskii2016-09-241-1/+326
* ; * test/src/coding-tests.el: Moved from test/lisp/legacy/.Eli Zaretskii2016-09-241-0/+58
* Split regex character class test into smaller chunksMichal Nazarewicz2016-09-091-44/+46
* New file test/src/marker-tests.elMartin Rudalics2016-09-081-0/+60
* Avoid crashes for invalid value of key modifiersEli Zaretskii2016-08-291-0/+7
* Add tests for 'substitute-command-keys'Eli Zaretskii2016-08-181-0/+92
* Spelling and minor grammar fixesPaul Eggert2016-08-051-5/+5
* Fix accessing regex-resources in out-of-tree test runs in regex-testsMichal Nazarewicz2016-08-031-1/+6
* Fix unused lexical variableMichal Nazarewicz2016-08-021-3/+2
* Split regex glibc test cases into separet testsMichal Nazarewicz2016-08-021-6/+18
* Don’t (require 'cl)Michal Nazarewicz2016-08-021-4/+3
* Fix reading of regex-resources in regex-testsMichal Nazarewicz2016-08-021-6/+5
* Added driver for the regex testsDima Kogan2016-08-021-0/+572
* New regex tests imported from glibc 2.21Dima Kogan2016-08-024-0/+3723
* Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-251-0/+92
* Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nilEli Zaretskii2016-07-191-0/+45
* Keep w32 environment settings internal onlyNoam Postavsky2016-07-181-0/+39
* Test mapcanMario Lang2016-07-111-0/+10
* Minor tweaks of copying text properties when padding stringsEli Zaretskii2016-07-091-2/+26