aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-util.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Improve integer file mode options docstringsStefan Kangas2025-01-061-2/+4
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Move more of Eshell range handling to the parser phaseJim Porter2024-11-031-0/+29
* Add QUOTED argument to 'eshell-stringify'Jim Porter2024-11-031-6/+14
* ; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter2024-10-261-1/+1
* Lazily convert numeric strings to Lisp numbers in EshellJim Porter2024-10-191-4/+15
* Checkdoc fixes in `eshell/*.el`Stefan Kangas2024-07-081-1/+1
* ; Fix typosStefan Kangas2024-06-231-1/+1
* Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-091-1/+2
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-3/+3
|\
| * ; Fix typosStefan Kangas2024-05-271-3/+3
* | ; Fix an edge case with Eshell globs when the directory part is quotedJim Porter2024-05-091-2/+1
* | Support expanding Eshell globs for remote file namesJim Porter2024-03-071-23/+28
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Add 'eshell-special-ref-alist' to allow extending Eshell special refsJim Porter2023-10-241-0/+43
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-111-0/+8
* | ; Simplify how to use 'eshell-debug-command'Jim Porter2023-09-141-9/+17
* | Collect all processes in an Eshell pipeline, not just the head and tailJim Porter2023-09-101-12/+11
* | Merge from origin/emacs-29Eli Zaretskii2023-09-021-1/+1
|\ \ | |/
| * Don't add an extraneous slash in remote PATH list in EshellJim Porter2023-08-271-1/+1
* | Add debug instrumentation for Eshell process managementJim Porter2023-08-311-2/+3
* | Fix handling of Eshell debug modesJim Porter2023-08-311-5/+39
* | Make eshell-redisplay into alias for redisplayStefan Kangas2023-08-051-10/+2
* | Use file-size-human-readable in eshellStefan Kangas2023-08-051-31/+9
* | Fix eshell "ls" command for files larger than 1TiBStefan Kangas2023-08-051-1/+7
* | ; * lisp/eshell/esh-util.el: Delete redundant autoload.Stefan Kangas2023-08-051-2/+0
* | Use connection-aware functions when getting the UID/GID in EshellJim Porter2023-05-021-0/+5
* | Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-091-0/+34
* | Make 'eshell-number-regexp' into a regular defvarJim Porter2023-01-271-7/+13
* | Add support for negative indices and index ranges in EshellJim Porter2023-01-271-0/+3
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Add support for the "splice operator" in EshellJim Porter2022-12-151-1/+5
|/
* ; Fix typosStefan Kangas2022-11-111-1/+1
* Only strip newlines when stringifying a value for EshellJim Porter2022-11-031-7/+4
* (sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier2022-10-181-1/+1
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-171-6/+49
* ; Unconditionally require built-in librariesStefan Kangas2022-08-081-1/+1
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-9/+0
* Fix some declare-after-interactive functionsLars Ingebrigtsen2022-06-171-2/+1
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-031-0/+1
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-11/+25
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-031-16/+30
* Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-171-4/+4
* Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-24/+27
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-0/+14
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1