aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/esh-proc.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add tests for synchronous processes in EshellJim Porter2023-04-021-5/+6
* Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-091-3/+2
* Merge from origin/emacs-29Stefan Kangas2023-01-271-2/+7
|\
| * Don't try to make a pipe process for remote processes in EshellJim Porter2023-01-231-2/+7
* | Set the 'field' property for Eshell outputJim Porter2023-01-141-3/+19
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | ; remove incorrect quoting of condition namesMattias Engdegård2022-12-301-1/+1
|/
* ; Fix typosStefan Kangas2022-11-201-1/+1
* Fix encoding and decoding of process I/O in Eshell on WindowsEli Zaretskii2022-10-151-1/+17
* Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-9/+32
* Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-68/+76
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-121-35/+33
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-37/+18
* Don't superfluously emit prompts when terminating processes in EshellJim Porter2022-02-241-4/+12
* Ignore 'eshell-broken-pipe' error in 'eshell-sentinel'Jim Porter2022-02-231-6/+6
* Send SIGPIPE to external Eshell processes if their output target closesJim Porter2022-02-211-4/+27
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-9/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in eshellStefan Kangas2021-12-241-9/+7
|/
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* * lisp/eshell/esh-proc.el (eshell-kill-process-function): Use `remove-hook`Stefan Monnier2021-04-111-25/+13
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-6/+4
* Check make-process to determine if we support multi-processingLars Ingebrigtsen2020-08-121-1/+1
* Revert "Remove compat code from esh-proc.el"Lars Ingebrigtsen2020-08-121-34/+85
* Remove compat code from esh-proc.elLars Ingebrigtsen2020-08-111-85/+34
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix eshell-mode-map initializationAlex Branham2019-08-151-11/+17
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+5
|\
| * Tell xclip not to expect job-control under eshell (Bug#35257)Noam Postavsky2019-04-191-1/+5
* | Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* | Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-081-22/+37
* | Repair eshell-query-kill-processesMattias Engdegård2019-03-201-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-301-1/+0
|\ \ | |/
| * ; Remove comment in esh-proc.elMichael Albinus2018-12-291-1/+0
| * Fix Bug#31704. Do not mergeMichael Albinus2018-12-291-4/+3
* | Fix Bug#31704Michael Albinus2018-09-061-4/+3
* | Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)Eric Skoglund2018-03-251-3/+6
* | Merge from origin/emacs-26Paul Eggert2018-03-101-2/+2
|\ \ | |/
| * Replace the obsolete process-kill-without-query in documentationGlenn Morris2018-03-081-2/+2
* | Quieten eshell compilationGlenn Morris2018-03-021-1/+1
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Make sure eshell pipelines don't drop dataNoam Postavsky2017-02-081-2/+14
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\