aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/esh-var-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton12 days1-1/+1
* Port Eshell tests to AndroidPo Lu2025-02-261-3/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Remove 'eshell-escape-arg'Jim Porter2024-11-231-13/+6
* Move more of Eshell range handling to the parser phaseJim Porter2024-11-031-1/+7
* Be more careful about applying spliced argumentsJim Porter2024-10-201-2/+4
* Lazily convert numeric strings to Lisp numbers in EshellJim Porter2024-10-191-3/+26
* Improve correctness of Eshell sub-formsJim Porter2024-10-161-0/+3
* Fix executing commands in Eshell using "env" with no local variablesJim Porter2024-09-291-0/+5
* Improve correctness of 'eshell-quote-argument'Jim Porter2024-06-091-12/+15
* Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-091-2/+4
* Add new Eshell built-in command 'funcall'Jim Porter2024-05-161-17/+20
* Add support for running commands via Eshell's "env" commandJim Porter2024-01-251-0/+7
* Improve handling of local variable settings in EshellJim Porter2024-01-251-0/+8
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter2023-09-151-0/+8
* | Support 'comint-pager' in EshellJim Porter2023-08-231-0/+46
* | Add special '$GID' variable in EshellJim Porter2023-07-081-0/+4
* | Simplify parsing subcommands slightlyJim Porter2023-03-281-1/+1
* | Add support for negative indices and index ranges in EshellJim Porter2023-01-271-23/+79
* | ; * test/lisp/eshell/esh-var-tests.el: Fix punctuation in doc strings.Eli Zaretskii2023-01-211-72/+70
* | Fix evaluation of asynchronous expansions in Eshell indicesJim Porter2023-01-191-0/+25
* | Add 'file-user-uid' to get the connection-local effective UIDJim Porter2023-01-161-0/+4
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Add support for the "splice operator" in EshellJim Porter2022-12-151-0/+74
|/
* ; * 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
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-171-0/+60
* 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-171-9/+6
* Allow using a symbol as an index into an alist in EshellJim Porter2022-09-141-4/+8
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-215/+176
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-55/+55
* Fix a recently-added Eshell test on MS-WindowsEli Zaretskii2022-08-131-4/+7
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-121-1/+55
* Ensure Eshell variable aliases properly handle indexingJim Porter2022-07-121-2/+20
* Improve tests/organization for built-in variablesJim Porter2022-07-121-2/+23
* 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
* Stop esh-var-tests leaving temp files behindGlenn Morris2022-05-041-1/+6
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-031-2/+17
* 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
* Support applying indices to more Eshell dollar expansionsJim Porter2022-03-081-0/+23
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-031-0/+12
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-031-0/+152
* Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-031-0/+49