aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix definition of EMACS in test/manual/indent/MakefileTom Tromey2017-01-131-1/+1
* Fix two js-mode filling bugsTom Tromey2017-01-131-0/+64
* 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
* Fix extracting async def type and name in python mode imenuDmitry Lazurkin2017-01-121-2/+10
* Convert some network test failures to skippingGlenn Morris2017-01-111-2/+2
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-062-1/+11
* Turn on lexical-binding in md4.elMark Oteiza2017-01-031-0/+61
* Finish work on filenotify-tests.elMichael Albinus2017-01-031-14/+70
* Fix encoding of JSON surrogate pairsPhilipp Stephani2017-01-011-0/+3
* Update copyright year to 2017 in masterPaul Eggert2017-01-0144-44/+44
* Remove test/automated detritus from mergePaul Eggert2017-01-019-3124/+0
* Merge from origin/emacs-25Paul Eggert2017-01-01141-132/+3258
|\
| * Update copyright year to 2017Paul Eggert2016-12-31141-141/+143
* | Further improve filenotify-tests.elKen Brown2016-12-311-4/+7
* | Checkdoc: use syntax functions instead of regexPhilipp Stephani2016-12-311-0/+13
* | ffap-string-at-point: Limit max length of active regionTino Calancha2016-12-301-0/+54
* | Improve filenotify-tests.elMichael Albinus2016-12-291-41/+62
* | Improve filenotify-tests.el on Cygwin (Bug #21804)Ken Brown2016-12-271-39/+39
* | Checkdoc: Don't require a space before an arg listPhilipp Stephani2016-12-261-0/+40
* | Fix whitespace eob cleanupNoam Postavsky2016-12-241-0/+52
* | Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-241-1/+17
* | Treat incomplete integer literals as errorsPhilipp Stephani2016-12-231-0/+8
* | * test/lisp/net/tramp-tests.el (tramp--test-check-files): Make it robust.Michael Albinus2016-12-231-36/+17
* | ; Spelling fixesPaul Eggert2016-12-223-3/+3
* | ; * test/lisp/buff-menu-tests.el: Fix typo in the header.Tino Calancha2016-12-221-1/+1
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-1/+0
* | Remove gateway methods in TrampMichael Albinus2016-12-211-4/+0
* | files-test-read-file-in-: Delete temporary dir on exitTino Calancha2016-12-201-1/+1
* | ibuffer: New filters and commandsChristopher Genovese2016-12-201-1/+666
* | Add a new compile error regexp for Clang includesPhilipp Stephani2016-12-181-0/+3
* | Fix rx-any with range with ?\] and ?-Noam Postavsky2016-12-181-0/+37
* | More tests for TrampMichael Albinus2016-12-171-49/+95
* | Make seq-into return the sequence when no conversion neededNicolas Petton2016-12-161-0/+8
* | Fix circular list handling in seq-mapnNicolas Petton2016-12-151-0/+5
* | Check in tramp-tests.el, that environment variables are set correctlyMichael Albinus2016-12-151-1/+28
* | * test/src/regex-resources/PTESTS: Convert to UTF-8.Paul Eggert2016-12-121-271/+271
* | Move backtrace to ELisp using a new mapbacktrace primitiveClément Pit--Claudel2016-12-121-0/+47
* | Make etags-tests work in out-of-tree buildsEli Zaretskii2016-12-121-3/+11
* | 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
* | Further improvements in Tramp's file name unquotingMichael Albinus2016-12-121-1/+13
* | Quote filenames containing '~' in promptsNoam Postavsky2016-12-111-0/+23
* | Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-0/+15
* | Clean up compile-tests.elPhilipp Stephani2016-12-111-31/+37
* | ; 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-063-99/+81