summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/esh-cmd-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-26Port Eshell tests to AndroidPo Lu
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-03; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter
2024-11-03Add support for range objects in Eshell "for" loopsJim Porter
2024-11-03Improve handling of Eshell "for" loopsJim Porter
2024-11-01Improve evaluation of conditional Eshell formsJim Porter
2024-10-16Add support for chaining conditionals in EshellJim Porter
2024-10-16Improve correctness of Eshell sub-formsJim Porter
2024-07-27Use 'unwind-protect' to ensure that Eshell always closes I/O handlesJim Porter
2024-07-18Improve handling of deferrable Eshell commandsJim Porter
2024-07-11Don't emit a prompt in Eshell when a background command is killedJim Porter
2024-06-15Fix Eshell "which" test on MS-WindowsJim Porter
2024-06-10Fix recently added eshell testStefan Kangas
2024-06-09Remove empty Eshell commands when parsingJim Porter
2024-05-29Make Eshell's "which" command extensibleJim Porter
2024-05-25Fix a race condition when evaluating Eshell commandsJim Porter
2024-01-26; Add docstring to testJim Porter
2024-01-26; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter
2024-01-26Fix detection of directly-invokable commands in EshellJim Porter
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-09-26Use 'unwind-protect' in more places in EshellJim Porter
2023-09-15Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter
2023-09-10Wait for all processes in a pipeline before resuming an Eshell commandJim Porter
2023-09-10; Move some Eshell tests to more-topical filesJim Porter
2023-04-01Avoid shadowing variables in some Eshell command formsJim Porter
2023-02-09Ensure that deferred commands don't make Eshell forget let-bound valuesJim Porter
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-30; Fix Eshell tests on macOSJim Porter
2022-12-29Fix reference-counting of Eshell I/O handlesJim Porter
2022-09-04Simplify Eshell handle functions and add tests/documentationJim Porter
2022-08-15Fix non-interactive use of conditionals in EshellJim Porter
2022-08-15Add 'eshell-command-result-equal' with an ERT explainerJim Porter
2022-08-15Provide ERT explainer for 'eshell-match-command-output'Jim Porter
2022-08-12Make '$?' and '$$' variables more consistent in EshellJim Porter
2022-08-12Allow using dollar expansions in Eshell conditionalsJim Porter
2022-08-12Only set Eshell execution result metavariables when non-nilJim Porter