summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-util.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-06Improve integer file mode options docstringsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-03Move more of Eshell range handling to the parser phaseJim Porter
2024-11-03Add QUOTED argument to 'eshell-stringify'Jim Porter
2024-10-26; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter
2024-10-19Lazily convert numeric strings to Lisp numbers in EshellJim Porter
2024-07-08Checkdoc fixes in `eshell/*.el`Stefan Kangas
2024-06-23; Fix typosStefan Kangas
2024-06-09Fix Eshell tests on MS-WindowsEli Zaretskii
2024-06-01Merge from origin/emacs-29Eli Zaretskii
2024-05-27; Fix typosStefan Kangas
2024-05-09; Fix an edge case with Eshell globs when the directory part is quotedJim 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-10-24Add 'eshell-special-ref-alist' to allow extending Eshell special refsJim Porter
2023-10-11Fix behavior of Eshell prompt when yanking output into itJim Porter
2023-09-14; Simplify how to use 'eshell-debug-command'Jim Porter
2023-09-10Collect all processes in an Eshell pipeline, not just the head and tailJim Porter
2023-09-02Merge from origin/emacs-29Eli Zaretskii
2023-08-31Add debug instrumentation for Eshell process managementJim Porter
2023-08-31Fix handling of Eshell debug modesJim Porter
2023-08-27Don't add an extraneous slash in remote PATH list in EshellJim Porter
2023-08-05Make eshell-redisplay into alias for redisplayStefan Kangas
2023-08-05Use file-size-human-readable in eshellStefan Kangas
2023-08-05Fix eshell "ls" command for files larger than 1TiBStefan Kangas
2023-08-05; * lisp/eshell/esh-util.el: Delete redundant autoload.Stefan Kangas
2023-05-02Use connection-aware functions when getting the UID/GID in EshellJim Porter
2023-02-09Ensure that Eshell users can run lines of command output as inputJim Porter
2023-01-27Make 'eshell-number-regexp' into a regular defvarJim Porter
2023-01-27Add support for negative indices and index ranges in EshellJim Porter
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-15Add support for the "splice operator" in EshellJim Porter
2022-11-11; Fix typosStefan Kangas
2022-11-03Only strip newlines when stringifying a value for EshellJim Porter
2022-10-18(sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier
2022-10-17Improve handling of $PATH in Eshell for remote directoriesJim Porter
2022-08-08; Unconditionally require built-in librariesStefan Kangas
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-06-17Fix some declare-after-interactive functionsLars Ingebrigtsen
2022-05-03Improve the behavior of concatenating parts of Eshell argumentsJim Porter
2022-05-03Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter
2022-05-03Eshell variable expansion should always return strings inside quotesJim Porter
2022-04-17Add unit tests and documentation for Eshell predicates/modifiersJim Porter
2022-04-03Fix handling of '\\' inside double-quotes in EshellJim Porter
2022-02-03When executing an Eshell pipeline, send input to the first processJim Porter
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii