summaryrefslogtreecommitdiff
path: root/test/lisp/eshell
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0120-20/+20
* Treat escaped newlines in Eshell as the empty stringJim Porter2022-12-072-31/+105
* ; * test/lisp/eshell/esh-var-tests.el: Fix incorrect paren placement.Jim Porter2022-11-251-2/+2
* Fix failing eshell alias testsStefan Kangas2022-11-061-9/+11
* Add the "doas" alias to eshell.Brian Cully2022-11-051-0/+75
* Only strip newlines when stringifying a value for EshellJim Porter2022-11-031-0/+57
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-173-7/+161
* Allow setting the values of variable aliases in EshellJim Porter2022-10-171-0/+145
* ; Allow ignoring errors when calling 'eshell-match-command-output'Jim Porter2022-10-172-12/+16
* Allow using a symbol as an index into an alist in EshellJim Porter2022-09-141-4/+8
* ; Fix a race condition in an Eshell testJim Porter2022-09-081-2/+4
* Let external Eshell processes send stdout and stderr to different placesJim Porter2022-09-041-0/+30
* Put Eshell's bookkeeping data for external processes on the process objectJim Porter2022-09-041-12/+83
* Add support for more kinds of redirect operators in EshellJim Porter2022-09-041-0/+72
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-044-19/+249
* Don't fail Eshell ERT tests when an internal signal gets raisedJim Porter2022-08-311-7/+13
* Handle 'eshell-pipe-broken' when evaluating Lisp forms in EshellJim Porter2022-08-291-4/+0
* Mark another esh-proc test as unstableStefan Kangas2022-08-211-0/+2
* Mark esh-proc test as unstableLars Ingebrigtsen2022-08-211-0/+2
* Fix non-interactive use of conditionals in EshellJim Porter2022-08-151-64/+55
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-157-273/+254
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-159-208/+222
* Fix a recently-added Eshell test on MS-WindowsEli Zaretskii2022-08-131-4/+7
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-122-1/+109
* Allow using dollar expansions in Eshell conditionalsJim Porter2022-08-121-10/+50
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-122-53/+189
* ; Improve time-convert call in recently changed testStefan Kangas2022-08-071-1/+1
* ; Adjust time-convert call to recent changeStefan Kangas2022-08-061-1/+1
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-0/+43
* Ensure Eshell variable aliases properly handle indexingJim Porter2022-07-123-2/+71
* Allow Eshell variable aliases to point to other aliasesJim Porter2022-07-121-4/+6
* Improve tests/organization for built-in variablesJim Porter2022-07-125-9/+221
* When closing an Eshell process target, send EOF three timesJim Porter2022-06-261-1/+0
* Make Eshell globs ending in "/" match directories onlyJim Porter2022-06-261-2/+13
* Convert Eshell globs ahead of time instead of doing it repeatedlyJim Porter2022-06-261-0/+15
* Optionally signal an error if an Eshell predicate fails to match anythingJim Porter2022-06-261-4/+22
* Don't use 'list' command in Eshell command formsJim Porter2022-06-101-2/+3
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-7/+9
* Don't split Eshell expansions by line when using split-subscript operatorJim Porter2022-06-081-1/+8
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-251-0/+29
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-241-0/+16
* Stop esh-var-tests leaving temp files behindGlenn Morris2022-05-041-1/+6
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-032-3/+18
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-1/+7
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-031-23/+148
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-012-11/+31
* Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-011-0/+12
* Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-011-13/+20
* Fix Eshell predicate tests when running from 'make check'Jim Porter2022-04-171-3/+3
* Add 'G' argument predicate in EshellJim Porter2022-04-171-0/+8