aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | JSON serialization: reject duplicate keys in hashtablesPhilipp Stephani2017-12-241-0/+8
* | Add a few more unit tests for JSONPhilipp Stephani2017-12-221-0/+22
* | Simplify a JSON testPhilipp Stephani2017-12-221-2/+1
* | Fix bugs in JSON testPhilipp Stephani2017-12-221-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-205-12/+10
|\ \ | |/
| * ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-205-12/+10
| * Unbreak a fileio test on non-Mac OS X systemsGlenn Morris2017-12-201-1/+4
* | Merge from origin/emacs-26Glenn Morris2017-12-201-0/+43
|\ \ | |/
| * * test/lisp/emacs-lisp/derived-tests.el: Fix copy&paste leftoversStefan Monnier2017-12-181-3/+2
| * * lisp/subr.el (delayed-after-hook-functions): Rename from ...-formsStefan Monnier2017-12-181-0/+44
| * Use utf-8-hfs-unix on macOS (Bug#29712)Alan Third2017-12-161-1/+2
* | Allow JSON parser functions to return alistsPhilipp Stephani2017-12-191-7/+9
* | JSON: Add tests for Unicode edge casesPhilipp Stephani2017-12-191-3/+20
* | Minor fixes in TrampMichael Albinus2017-12-172-6/+8
* | Add command for cycling between CSS color formatsSimen Heggestøyl2017-12-171-0/+73
* | Merge from origin/emacs-26Glenn Morris2017-12-162-1/+7
|\ \ | |/
| * Improve fix for Bug#29712Michael Albinus2017-12-161-3/+1
| * Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-161-0/+6
| * Partially revert "Mention new strictness for &optional, &rest..."Noam Postavsky2017-12-151-31/+0
| * Fix Bug#29712 in tramp-tests.elMichael Albinus2017-12-151-0/+2
| * Mention new strictness for &optional, &rest in arglists (Bug#29165)Noam Postavsky2017-12-131-0/+31
| * Minor Tramp fixesMichael Albinus2017-12-081-3/+17
| * Fix Bug#29579Michael Albinus2017-12-061-26/+24
* | Suppress timers in Tramp operationsMichael Albinus2017-12-161-2/+21
* | Make functions invocation-directory and invocation-name obsoleteGlenn Morris2017-12-121-1/+1
* | Skip tests for json.c unless compiled with native JSON support.Philipp Stephani2017-12-101-0/+9
* | Implement native JSON support using JanssonPhilipp Stephani2017-12-101-0/+97
* | * test/lisp/net/tramp-archive-tests.elGlenn Morris2017-12-091-0/+1
* | Raise an error when detecting old-style backquotes.Philipp Stephani2017-12-092-13/+8
* | Support for archive file namesMichael Albinus2017-12-096-0/+800
* | * test/Makefile.in (url-tramp-test.log): Do not handle special.Michael Albinus2017-12-091-1/+0
* | Sync with Tramp 2.4.0-preMichael Albinus2017-12-091-3/+9
* | Minor Tramp fixesMichael Albinus2017-12-091-3/+17
* | Fix Bug#29579Michael Albinus2017-12-091-26/+24
* | Fix zero-padding bug with (format "%#08x" n)Paul Eggert2017-12-071-0/+6
* | ; Tracing for eieio-test random failure (Bug#24503)Noam Postavsky2017-12-032-4/+28
* | Fix faceup tests when run from elcNoam Postavsky2017-12-031-118/+100
* | ; test/lisp/dired-aux-tests.el (with-dired-bug28834-test): Fix debug decl.Noam Postavsky2017-12-031-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-12-021-0/+31
|\ \ | |/
| * Add tests on electric-indentation and Python multiline strings (Bug#29305)Lele Gaifax2017-12-021-0/+31
* | Merge from origin/emacs-26Paul Eggert2017-12-021-4/+2
|\ \ | |/
| * Make tramp-test42-auto-load more robustMichael Albinus2017-11-301-4/+2
* | Add macros `thunk-let' and `thunk-let*'Michael Heerdegen2017-12-011-0/+50
* | Merge from origin/emacs-26Glenn Morris2017-11-291-46/+54
|\ \ | |/
| * Some minor Tramp correctionsMichael Albinus2017-11-291-46/+54
* | Merge from origin/emacs-26Glenn Morris2017-11-294-12/+52
|\ \ | |/
| * Fix Bug#29163Michael Albinus2017-11-271-11/+33
| * Fix Edebug specs for if-let* and and-let* (Bug#29236)Gemini Lasswell2017-11-261-1/+1
| * Fix Edebug's handling of dotted specs (bug#6415)Gemini Lasswell2017-11-262-0/+18
* | * lisp/emacs-lisp/cl-macs.el: Fix bug#26073.Stefan Monnier2017-11-271-0/+10