index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
eshell
/
esh-cmd.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix using background commands in 'eshell-command'
Jim Porter
2023-03-31
1
-3
/
+5
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Print the correct $PATH when Eshell's 'which' fails to find a command
Jim Porter
2022-10-17
1
-2
/
+3
*
Allow setting the values of variable aliases in Eshell
Jim Porter
2022-10-17
1
-2
/
+2
*
Remove redundant let-bindings of `inhibit-point-motion-hooks`
Stefan Monnier
2022-10-07
1
-2
/
+1
*
Add support for more kinds of redirect operators in Eshell
Jim Porter
2022-09-04
1
-4
/
+0
*
Handle 'eshell-pipe-broken' when evaluating Lisp forms in Eshell
Jim Porter
2022-08-29
1
-0
/
+9
*
Fix non-interactive use of conditionals in Eshell
Jim Porter
2022-08-15
1
-3
/
+4
*
Make '$?' and '$$' variables more consistent in Eshell
Jim Porter
2022-08-12
1
-27
/
+41
*
Allow using dollar expansions in Eshell conditionals
Jim Porter
2022-08-12
1
-4
/
+5
*
Only set Eshell execution result metavariables when non-nil
Jim Porter
2022-08-12
1
-6
/
+2
*
Reset 'eshell-in-pipeline-p' when interpolating commands
Jim Porter
2022-05-25
1
-1
/
+3
*
Keep subcommands in pipelines from clobbering the head/tail processes
Jim Porter
2022-05-24
1
-5
/
+10
*
Add unit tests and documentation for Eshell predicates/modifiers
Jim Porter
2022-04-17
1
-0
/
+8
*
Improve wording of Eshell variable interpolation code/documentation
Jim Porter
2022-03-08
1
-11
/
+14
*
Add a new macro to simplify parsing temporary Eshell command strings
Jim Porter
2022-03-03
1
-9
/
+33
*
Improve docstrings for 'eshell-exec-lisp' and functions that call it
Jim Porter
2022-02-21
1
-17
/
+30
*
Ensure that the CAR of 'eshell-last-async-procs' always points to a process
Jim Porter
2022-02-05
1
-2
/
+1
*
When executing an Eshell pipeline, send input to the first process
Jim Porter
2022-02-03
1
-23
/
+43
*
Ensure that tailproc is set for the last process in an Eshell pipeline
Jim Porter
2022-02-03
1
-3
/
+4
*
Further improve determination of when commands can be invoked directly
Jim Porter
2022-01-21
1
-11
/
+17
*
Consider subcommands when deciding to invoke Eshell command directly
Jim Porter
2022-01-20
1
-14
/
+43
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Prefer the defcustom :risky property in eshell
Stefan Kangas
2021-12-24
1
-3
/
+2
|
/
*
Fix eshell for systems that do not have subprocesses
Po Lu
2021-12-12
1
-2
/
+2
*
; Stylistic docfixes in eshell/*.el found by checkdoc
Stefan Kangas
2021-09-19
1
-3
/
+3
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-2
/
+2
*
Make `eshell-command' also work when asynchronous
Thierry Volpiatto
2021-08-27
1
-11
/
+17
*
Make two eshell aliases obsolete
Stefan Kangas
2021-02-01
1
-9
/
+9
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Prefer setq-local in eshell
Stefan Kangas
2020-12-04
1
-6
/
+6
*
Use 'eshell-find-alias-function' instead of fboundp
Ruthra Kumar
2020-11-16
1
-1
/
+1
*
Don't quote lambdas in eshell/*.el
Stefan Kangas
2020-11-16
1
-16
/
+14
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Remove some XEmacs compat code from esh*.el
Lars Ingebrigtsen
2019-10-05
1
-2
/
+1
*
Fix compilation warning in esh-cmd.el
Lars Ingebrigtsen
2019-06-15
1
-0
/
+2
*
Fix up Eshell 'require's after previous dependency reshuffle.
Stefan Monnier
2019-04-09
1
-1
/
+1
*
Eshell: Try to untangle the dependencies; move 'provide's to the end
Stefan Monnier
2019-04-08
1
-1
/
+3
*
Eshell: Mostly cosmetic changes to be more explicit about dynbind
Stefan Monnier
2019-03-20
1
-48
/
+44
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-1
/
+1
|
/
*
Check for special filenames in eshell (Bug#30724)
Jonathan Kyle Mitchell
2018-07-21
1
-21
/
+30
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Don't read eshell/which output from *Help* buffer (Bug#26894)
Noam Postavsky
2017-06-27
1
-19
/
+13
*
Treat non-erroring lisp call as successful eshell command (Bug#26161)
George D. Plymale II
2017-04-20
1
-8
/
+4
[next]