aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support expanding Eshell globs for remote file namesJim Porter2024-03-071-0/+30
* Replace use of obsolete eshell-kill-output in testMattias EngdegÄrd2024-02-231-1/+1
* ; Compute the list of symbols for 'eshell-eval-using-options' onceJim Porter2024-02-131-8/+16
* In Eshell, don't expand quoted tildes into a user's home directoryJim Porter2024-01-281-0/+22
* In Eshell, allow an escaped newline at the end of a commandJim Porter2024-01-281-6/+8
* Support setting umask symbolically in EshellJim Porter2024-01-271-4/+30
* Fix command replacement with the Eshell builtin versions of "sudo" and "doas"Jim Porter2024-01-271-49/+40
* ; Add docstring to testJim Porter2024-01-261-1/+2
* ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter2024-01-261-2/+3
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-261-0/+20
* Add support for running commands via Eshell's "env" commandJim Porter2024-01-251-0/+7
* Improve handling of local variable settings in EshellJim Porter2024-01-251-0/+8
* ; Fix test failures from the fix for bug#67661Jim Porter2024-01-171-6/+6
* ; Add 2024 to copyright yearsPo Lu2024-01-024-4/+4
* Merge from savannah/emacs-29Po Lu2024-01-0220-20/+20
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-0220-20/+20
* | ; Fix typosStefan Kangas2023-12-102-2/+2
* | ; Fix docstring typo in Eshell testsJim Porter2023-11-121-1/+1
* | Add some more Eshell history testsJim Porter2023-11-101-36/+91
* | Improve read/append behavior of eshell history commandLiu Hui2023-11-101-0/+34
* | Add a new Eshell special reference type for markersJim Porter2023-10-242-2/+68
* | Support arbitrary Eshell arguments inside special referencesJim Porter2023-10-242-4/+29
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-111-0/+19
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-023-5/+42
* | Don't print subjob messages when running an Eshell script in the backgroundJim Porter2023-10-021-0/+13
* | ; Adjust Eshell regression tests to avoid SIGPIPEJim Porter2023-10-011-13/+7
* | Use 'unwind-protect' in more places in EshellJim Porter2023-09-261-0/+16
* | ; Fix last changeJim Porter2023-09-171-2/+1
* | Fix running background commands via 'eshell-command'Jim Porter2023-09-171-1/+25
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-152-0/+14
* | ; Improve recent change to printing exit status in EshellJim Porter2023-09-121-5/+4
* | Be more careful about when to print abnormal exit status in EshellJim Porter2023-09-121-0/+10
* | Wait for all processes in a pipeline before resuming an Eshell commandJim Porter2023-09-101-0/+10
* | ; Move some Eshell tests to more-topical filesJim Porter2023-09-103-69/+73
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-0/+15
|\ \ | |/
| * Fix remote path setting in EshellJim Porter2023-09-071-0/+15
* | ; Fix last changeJim Porter2023-09-081-12/+13
* | ; Fix name of an Eshell testJim Porter2023-09-081-1/+1
* | Use new ERT `skip-when` macro in testsStefan Kangas2023-09-041-1/+1
* | Display the exit code if the last command failed in EshellDavide Masserut2023-09-021-10/+34
* | Be more precise about navigating forward/backward through Eshell promptsJim Porter2023-09-021-31/+56
* | Merge from origin/emacs-29Eli Zaretskii2023-09-021-0/+30
|\ \ | |/
| * Don't add an extraneous slash in remote PATH list in EshellJim Porter2023-08-271-0/+30
| * ; Make sure 'eshell-command' tests don't prompt the userJim Porter2023-04-011-0/+4
| * ; Fix last changeEli Zaretskii2023-04-011-1/+1
| * Fix new Eshell tests on MS-WindowsEli Zaretskii2023-04-011-2/+2
| * Fix using background commands in 'eshell-command'Jim Porter2023-03-311-0/+47
* | ; Fix debug logging for synchronous commands in Eshell testsJim Porter2023-09-011-2/+6
* | Add debug instrumentation for Eshell process managementJim Porter2023-08-311-8/+23
* | Fix behavior of 'eshell-hist-ignoredups' when set to 'erase'Jim Porter2023-08-231-1/+42