aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix recently added eshell testStefan Kangas2024-06-101-7/+8
* Improve correctness of 'eshell-quote-argument'Jim Porter2024-06-093-25/+21
* Remove empty Eshell commands when parsingJim Porter2024-06-091-0/+10
* ; Allow batch-file Eshell test on MS-WindowsEli Zaretskii2024-06-091-1/+0
* ; Add another test for 'eshell-batch-script'Jim Porter2024-06-091-0/+12
* A better fix for esh-proc-tests on MS-WindowsEli Zaretskii2024-06-091-14/+10
* Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-096-14/+35
* Improve implementations of some Eshell output filter functionsJim Porter2024-06-081-0/+62
* Be more efficient when buffering output in EshellJim Porter2024-06-081-12/+25
* Make Eshell's "which" command extensibleJim Porter2024-05-292-0/+72
* Fix calling Eshell scripts outside of EshellJim Porter2024-05-292-15/+52
* Add ability for Eshell virtual targets to handle closing the targetJim Porter2024-05-291-0/+15
* Consolidate Eshell module loading/unloading codeJim Porter2024-05-292-4/+8
* Fix a race condition when evaluating Eshell commandsJim Porter2024-05-251-0/+12
* Erase existing duplicates in eshell-history-ringRobin Joy2024-05-241-0/+17
* Add new Eshell built-in command 'funcall'Jim Porter2024-05-162-29/+32
* Use "/local:" prefix in Eshell to run local commands when cwd is remoteJim Porter2024-05-151-1/+1
* ; Fix an edge case with Eshell globs when the directory part is quotedJim Porter2024-05-091-0/+6
* Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"Jim Porter2024-05-051-3/+16
* 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