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-proc.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let external Eshell processes send stdout and stderr to different places
Jim Porter
2022-09-04
1
-9
/
+32
*
Put Eshell's bookkeeping data for external processes on the process object
Jim Porter
2022-09-04
1
-68
/
+76
*
Make '$?' and '$$' variables more consistent in Eshell
Jim Porter
2022-08-12
1
-35
/
+33
*
Allow creating processes where only one of stdin or stdout is a PTY
Jim Porter
2022-08-05
1
-37
/
+18
*
Don't superfluously emit prompts when terminating processes in Eshell
Jim Porter
2022-02-24
1
-4
/
+12
*
Ignore 'eshell-broken-pipe' error in 'eshell-sentinel'
Jim Porter
2022-02-23
1
-6
/
+6
*
Send SIGPIPE to external Eshell processes if their output target closes
Jim Porter
2022-02-21
1
-4
/
+27
*
When executing an Eshell pipeline, send input to the first process
Jim Porter
2022-02-03
1
-9
/
+2
*
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
*
|
Use defvar-keymap in eshell
Stefan Kangas
2021-12-24
1
-9
/
+7
|
/
*
Use string-search instead of string-match[-p]
Mattias EngdegÄrd
2021-08-09
1
-1
/
+1
*
* lisp/eshell/esh-proc.el (eshell-kill-process-function): Use `remove-hook`
Stefan Monnier
2021-04-11
1
-25
/
+13
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Don't quote lambdas in eshell/*.el
Stefan Kangas
2020-11-16
1
-6
/
+4
*
Check make-process to determine if we support multi-processing
Lars Ingebrigtsen
2020-08-12
1
-1
/
+1
*
Revert "Remove compat code from esh-proc.el"
Lars Ingebrigtsen
2020-08-12
1
-34
/
+85
*
Remove compat code from esh-proc.el
Lars Ingebrigtsen
2020-08-11
1
-85
/
+34
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix eshell-mode-map initialization
Alex Branham
2019-08-15
1
-11
/
+17
*
Merge from origin/emacs-26
Glenn Morris
2019-04-21
1
-1
/
+5
|
\
|
*
Tell xclip not to expect job-control under eshell (Bug#35257)
Noam Postavsky
2019-04-19
1
-1
/
+5
*
|
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
-22
/
+37
*
|
Repair eshell-query-kill-processes
Mattias EngdegÄrd
2019-03-20
1
-1
/
+1
*
|
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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-12-30
1
-1
/
+0
|
\
|
|
*
; Remove comment in esh-proc.el
Michael Albinus
2018-12-29
1
-1
/
+0
|
*
Fix Bug#31704. Do not merge
Michael Albinus
2018-12-29
1
-4
/
+3
*
|
Fix Bug#31704
Michael Albinus
2018-09-06
1
-4
/
+3
*
|
Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)
Eric Skoglund
2018-03-25
1
-3
/
+6
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-10
1
-2
/
+2
|
\
|
|
*
Replace the obsolete process-kill-without-query in documentation
Glenn Morris
2018-03-08
1
-2
/
+2
*
|
Quieten eshell compilation
Glenn Morris
2018-03-02
1
-1
/
+1
|
/
*
; 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
*
Make sure eshell pipelines don't drop data
Noam Postavsky
2017-02-08
1
-2
/
+14
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Add file-local-name
Michael Albinus
2016-11-20
1
-1
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Quoting fixes in ERC and Eshell
Paul Eggert
2015-08-31
1
-4
/
+5
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Revise previous esh-proc change
Glenn Morris
2013-09-18
1
-8
/
+6
*
* eshell/esh-proc.el (eshell-reset-after-proc): Mark unused arg.
Glenn Morris
2013-09-18
1
-1
/
+5
*
* lisp/eshell/*.el: Use lexical-binding.
Stefan Monnier
2013-09-12
1
-1
/
+1
*
Silence many eshell compilation warnings
Glenn Morris
2013-05-22
1
-3
/
+1
[next]