aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-util.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | eshell: Prefer octal number for file modesStefan Kangas2021-12-121-2/+2
|/
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* * lisp/eshell/esh-util.el: Require `seq`Stefan Monnier2021-04-111-89/+77
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-14/+2
* Replace two functions with seq-subseqStefan Kangas2021-04-031-12/+8
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-2/+1
* Make two eshell aliases obsoleteStefan Kangas2021-02-011-4/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Move several completions from eshell to pcomplete (Bug#10585)Stefan Kangas2020-09-211-36/+23
* | Remove more XEmacs compat code from eshellStefan Kangas2020-03-111-6/+0
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-051-34/+0
* Use decoded-time accessors in esh-utilLars Ingebrigtsen2019-08-011-6/+6
* Remove some compat code in esh-utilLars Ingebrigtsen2019-08-011-15/+9