summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-glob.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-03lisp/eshell/em-glob.el (eshell-glob-translate-alist): Don't quote lambdaStefan Monnier
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-31Improve correctness of Eshell globs when using escape charactersJim Porter
2024-10-26Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter
2024-10-26; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-24Merge from origin/emacs-30Sean Whitton
2024-10-22Fix error when splicing Eshell globs and a glob expands to itselfJim Porter
2024-10-20; Make utility functions for getting the Eshell non-special regexpsJim Porter
2024-05-29Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter
2024-05-05Fix Eshell handling of remote files like "/ssh:remote:~/file.txt"Jim Porter
2024-03-07Support expanding Eshell globs for remote file namesJim Porter
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-02Apply Eshell tilde expansion before glob expansionJim Porter
2023-08-21Allow splicing Eshell globs in-placeJim Porter
2023-04-28Use t for non-nil default values in boolean defcustom declarationsMattias EngdegÄrd
2023-03-27Fix expansion of globs that contain a ~USER referenceJim Porter
2023-02-23; Throw strings as the values for 'eshell-incomplete'Jim Porter
2023-02-15; Don't require 'eshell' in other Eshell filesJim Porter
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-21Merge from origin/emacs-28Stefan Kangas
2022-09-20; Fix typos in Lisp symbolsStefan Kangas
2022-06-26Make Eshell globs ending in "/" match directories onlyJim Porter
2022-06-26Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter
2022-04-17Add unit tests and documentation for Eshell pattern-based globsJim Porter
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-14; More minor docfixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias EngdegÄrd
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-04Prefer setq-local in eshellStefan Kangas
2020-03-11Remove more XEmacs compat code from eshellStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-04-09Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-17Fix several backslash typos in Elisp stringsPaul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-31Quoting fixes in ERC and EshellPaul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-17* eshell/em-glob.el (ange-cache):Glenn Morris
2013-09-12* lisp/eshell/*.el: Use lexical-binding.Stefan Monnier
2013-09-12Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier
2013-05-22Silence many eshell compilation warningsGlenn Morris