aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-glob.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support expanding Eshell globs for remote file namesJim Porter2024-03-071-13/+23
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Apply Eshell tilde expansion before glob expansionJim Porter2023-09-021-2/+2
* | Allow splicing Eshell globs in-placeJim Porter2023-08-211-4/+18
* | Use t for non-nil default values in boolean defcustom declarationsMattias EngdegÄrd2023-04-281-1/+1
* | Fix expansion of globs that contain a ~USER referenceJim Porter2023-03-271-10/+0
* | ; Throw strings as the values for 'eshell-incomplete'Jim Porter2023-02-231-1/+1
* | ; Don't require 'eshell' in other Eshell filesJim Porter2023-02-151-1/+2
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Make Eshell globs ending in "/" match directories onlyJim Porter2022-06-261-14/+31
* | Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter2022-06-261-90/+114
* | Add unit tests and documentation for Eshell pattern-based globsJim Porter2022-04-171-8/+6
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-2/+2
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in eshellStefan Kangas2020-12-041-2/+2
* Remove more XEmacs compat code from eshellStefan Kangas2020-03-111-3/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix several backslash typos in Elisp stringsPaul Eggert2015-09-171-2/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-3/+3
* Quoting fixes in ERC and EshellPaul Eggert2015-08-311-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * eshell/em-glob.el (ange-cache):Glenn Morris2013-09-171-0/+2
* * lisp/eshell/*.el: Use lexical-binding.Stefan Monnier2013-09-121-1/+1
* Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier2013-09-121-3/+2
* Silence many eshell compilation warningsGlenn Morris2013-05-221-1/+1
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-1/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Replace eshell-defgroup with plain defgroupGlenn Morris2012-06-271-2/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-4/+4
* Default all eshell hooks to nil (bug#5375)Glenn Morris2011-03-041-1/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Silence compilation of some shell files.Glenn Morris2010-11-091-7/+7
* | Cosmetic doc fixes for eshell.Glenn Morris2010-09-251-8/+8
|/