index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
eshell
/
esh-cmd-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-26
Port Eshell tests to Android
Po Lu
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-11-03
; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
Jim Porter
2024-11-03
Add support for range objects in Eshell "for" loops
Jim Porter
2024-11-03
Improve handling of Eshell "for" loops
Jim Porter
2024-11-01
Improve evaluation of conditional Eshell forms
Jim Porter
2024-10-16
Add support for chaining conditionals in Eshell
Jim Porter
2024-10-16
Improve correctness of Eshell sub-forms
Jim Porter
2024-07-27
Use 'unwind-protect' to ensure that Eshell always closes I/O handles
Jim Porter
2024-07-18
Improve handling of deferrable Eshell commands
Jim Porter
2024-07-11
Don't emit a prompt in Eshell when a background command is killed
Jim Porter
2024-06-15
Fix Eshell "which" test on MS-Windows
Jim Porter
2024-06-10
Fix recently added eshell test
Stefan Kangas
2024-06-09
Remove empty Eshell commands when parsing
Jim Porter
2024-05-29
Make Eshell's "which" command extensible
Jim Porter
2024-05-25
Fix a race condition when evaluating Eshell commands
Jim Porter
2024-01-26
; Add docstring to test
Jim Porter
2024-01-26
; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
Jim Porter
2024-01-26
Fix detection of directly-invokable commands in Eshell
Jim Porter
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-02
Support Eshell iterative evaluation in the background
Jim Porter
2023-09-26
Use 'unwind-protect' in more places in Eshell
Jim Porter
2023-09-15
Fix documented Eshell behavior of ignoring leading nils in commands
Jim Porter
2023-09-10
Wait for all processes in a pipeline before resuming an Eshell command
Jim Porter
2023-09-10
; Move some Eshell tests to more-topical files
Jim Porter
2023-04-01
Avoid shadowing variables in some Eshell command forms
Jim Porter
2023-02-09
Ensure that deferred commands don't make Eshell forget let-bound values
Jim Porter
2023-01-01
Merge from origin/emacs-29
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-30
; Fix Eshell tests on macOS
Jim Porter
2022-12-29
Fix reference-counting of Eshell I/O handles
Jim Porter
2022-09-04
Simplify Eshell handle functions and add tests/documentation
Jim Porter
2022-08-15
Fix non-interactive use of conditionals in Eshell
Jim Porter
2022-08-15
Add 'eshell-command-result-equal' with an ERT explainer
Jim Porter
2022-08-15
Provide ERT explainer for 'eshell-match-command-output'
Jim Porter
2022-08-12
Make '$?' and '$$' variables more consistent in Eshell
Jim Porter
2022-08-12
Allow using dollar expansions in Eshell conditionals
Jim Porter
2022-08-12
Only set Eshell execution result metavariables when non-nil
Jim Porter