aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/em-glob-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port Eshell tests to AndroidPo Lu2025-02-261-3/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Improve correctness of Eshell globs when using escape charactersJim Porter2024-10-311-16/+32
* Merge from origin/emacs-30Eli Zaretskii2024-10-271-1/+1
|\
| * ; Fix typosStefan Kangas2024-10-271-1/+1
* | Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter2024-10-261-0/+11
|/
* Fix error when splicing Eshell globs and a glob expands to itselfJim Porter2024-10-221-3/+13
* Add new Eshell built-in command 'funcall'Jim Porter2024-05-161-12/+12
* ; 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
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Allow splicing Eshell globs in-placeJim Porter2023-08-211-0/+64
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make Eshell globs ending in "/" match directories onlyJim Porter2022-06-261-2/+13
* Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter2022-06-261-0/+15
* Add unit tests and documentation for Eshell pattern-based globsJim Porter2022-04-171-0/+171