summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-util.el
Commit message (Expand)AuthorAge
* Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-09
* Make 'eshell-number-regexp' into a regular defvarJim Porter2023-01-27
* Add support for negative indices and index ranges in EshellJim Porter2023-01-27
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Add support for the "splice operator" in EshellJim Porter2022-12-15
|/
* ; Fix typosStefan Kangas2022-11-11
* Only strip newlines when stringifying a value for EshellJim Porter2022-11-03
* (sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier2022-10-18
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-17
* ; Unconditionally require built-in librariesStefan Kangas2022-08-08
* Remove many items obsolete since 24.1Stefan Kangas2022-07-08
* Fix some declare-after-interactive functionsLars Ingebrigtsen2022-06-17
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-03
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-03
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-03
* Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-17
* Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-03
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-03
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | eshell: Prefer octal number for file modesStefan Kangas2021-12-12
|/
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-09
* * lisp/eshell/esh-util.el: Require `seq`Stefan Monnier2021-04-11
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-05
* Replace two functions with seq-subseqStefan Kangas2021-04-03
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Make two eshell aliases obsoleteStefan Kangas2021-02-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Move several completions from eshell to pcomplete (Bug#10585)Stefan Kangas2020-09-21
* | Remove more XEmacs compat code from eshellStefan Kangas2020-03-11
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-05
* Use decoded-time accessors in esh-utilLars Ingebrigtsen2019-08-01
* Remove some compat code in esh-utilLars Ingebrigtsen2019-08-01
* Use decoded time accessors in esh-utilLars Ingebrigtsen2019-07-30
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* ; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.Eli Zaretskii2019-06-08
* Fix path for current directory in eshell on MS-WindowsBernhard Rotter2019-06-08
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-09
* Simplify use of encode-timePaul Eggert2019-02-10
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | New function flatten-treeAlex Branham2018-12-17
* | file-attributes cleanupPaul Eggert2018-09-23
* | uniqify -> uniquifyPaul Eggert2018-03-04
|/
* Update copyright year to 2018Paul Eggert2018-01-01