aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/esh-cmd-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Port Eshell tests to AndroidPo Lu2025-02-261-3/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter2024-11-031-1/+1
* Add support for range objects in Eshell "for" loopsJim Porter2024-11-031-0/+15
* Improve handling of Eshell "for" loopsJim Porter2024-11-031-10/+16
* Improve evaluation of conditional Eshell formsJim Porter2024-11-011-0/+30
* Add support for chaining conditionals in EshellJim Porter2024-10-161-4/+18
* Improve correctness of Eshell sub-formsJim Porter2024-10-161-0/+26
* Use 'unwind-protect' to ensure that Eshell always closes I/O handlesJim Porter2024-07-271-0/+11
* Improve handling of deferrable Eshell commandsJim Porter2024-07-181-0/+18
* Don't emit a prompt in Eshell when a background command is killedJim Porter2024-07-111-1/+13
* Fix Eshell "which" test on MS-WindowsJim Porter2024-06-151-2/+10
* Fix recently added eshell testStefan Kangas2024-06-101-7/+8
* Remove empty Eshell commands when parsingJim Porter2024-06-091-0/+10
* Make Eshell's "which" command extensibleJim Porter2024-05-291-0/+46
* Fix a race condition when evaluating Eshell commandsJim Porter2024-05-251-0/+12
* ; 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
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-021-2/+27
* | Use 'unwind-protect' in more places in EshellJim Porter2023-09-261-0/+16
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-151-0/+6
* | 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-101-0/+62
* | Avoid shadowing variables in some Eshell command formsJim Porter2023-04-011-2/+16
* | Ensure that deferred commands don't make Eshell forget let-bound valuesJim Porter2023-02-091-0/+17
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | ; Fix Eshell tests on macOSJim Porter2022-12-301-14/+16
* | Fix reference-counting of Eshell I/O handlesJim Porter2022-12-291-2/+42
|/
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-041-0/+19
* Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-64/+55
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-10/+9
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-63/+65
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-121-0/+54
* Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-121-10/+50
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-121-0/+189