aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days25-25/+25
* December 2025 spelling fixesPaul Eggert2025-12-261-2/+2
* Fix some tests on OpenBSDManuel Giraud2025-08-071-1/+4
* Merge from origin/emacs-30Eli Zaretskii2025-07-261-0/+22
|\
| * Fix Eshell call to 'string-suffix-p' when checking for trailing newlineJim Porter2025-07-211-0/+22
| * Update copyright year to 2025Stefan Kangas2025-01-0225-25/+25
* | Handle Eshell prompts where stickiness properties are 't'Jim Porter2025-07-221-4/+6
* | Port Eshell tests to AndroidPo Lu2025-02-2621-58/+41
* | Prefer oddp/evenp to free-coding them in testsStefan Kangas2025-02-171-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-0125-25/+25
* | Remove 'eshell-escape-arg'Jim Porter2024-11-233-24/+9
* | Don't clobber stickiness text properties when printing Eshell promptJim Porter2024-11-141-4/+31
* | ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter2024-11-031-1/+1
* | Add support for range objects in Eshell "for" loopsJim Porter2024-11-031-0/+15
* | Move more of Eshell range handling to the parser phaseJim Porter2024-11-031-1/+7
* | Improve handling of Eshell "for" loopsJim Porter2024-11-032-20/+29
* | Improve evaluation of conditional Eshell formsJim Porter2024-11-011-0/+30
* | Improve correctness of Eshell globs when using escape charactersJim Porter2024-10-311-16/+32
* | Fix and improve behavior of 'eshell/clear'Jim Porter2024-10-311-0/+42
* | Merge from origin/emacs-30Eli Zaretskii2024-10-271-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2024-10-271-1/+1
* | Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter2024-10-261-0/+11
* | ; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter2024-10-261-0/+40
* | Merge from origin/emacs-30Sean Whitton2024-10-241-3/+13
|\ \ | |/
| * Fix error when splicing Eshell globs and a glob expands to itselfJim Porter2024-10-221-3/+13
* | Be more careful about applying spliced argumentsJim Porter2024-10-201-2/+4
* | Lazily convert numeric strings to Lisp numbers in EshellJim Porter2024-10-192-60/+83
* | Add support for chaining conditionals in EshellJim Porter2024-10-161-4/+18
* | Improve correctness of Eshell sub-formsJim Porter2024-10-163-0/+42
* | Merge from origin/emacs-30Eli Zaretskii2024-10-051-0/+5
|\ \ | |/
| * Fix executing commands in Eshell using "env" with no local variablesJim Porter2024-09-291-0/+5
| * Fix redirecting Eshell output to symbols in some placesJim Porter2024-08-293-6/+24
* | Support "/dev/null" as a target when creating Eshell handlesJim Porter2024-08-281-0/+8
* | Fix redirecting Eshell output to symbols in some placesJim Porter2024-08-282-0/+16
* | Use 'eshell-with-handles' in a few more placesJim Porter2024-08-284-6/+20
* | Use 'unwind-protect' to ensure that Eshell always closes I/O handlesJim Porter2024-07-272-2/+12
* | Don't set exit info in Eshell if the command is being piped elsewhereJim Porter2024-07-191-1/+4
* | Improve implementation of built-in Eshell "kill" commandJim Porter2024-07-181-0/+24
* | Improve handling of deferrable Eshell commandsJim Porter2024-07-183-3/+20
* | Merge from savannah/emacs-30Po Lu2024-07-121-1/+13
|\ \ | |/
| * Don't emit a prompt in Eshell when a background command is killedJim Porter2024-07-111-1/+13
| * Always perform Eshell process cleanup runs in the Eshell bufferJim Porter2024-06-251-0/+16
* | Allow using multiple buffers in 'eshell-command'Thierry Volpiatto2024-07-051-0/+21
* | Always perform Eshell process cleanup runs in the Eshell bufferJim Porter2024-06-251-0/+16
|/
* Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter2024-06-201-1/+48
* Fix Eshell "which" test on MS-WindowsJim Porter2024-06-152-8/+11
* Fix em-extpipe-tests on MS-WindowsEli Zaretskii2024-06-151-1/+5
* ; Improve last changeJim Porter2024-06-151-3/+10
* ; Add command logging to some more Eshell testsJim Porter2024-06-151-20/+22
* ; Minor editorial fixes to some Eshell testsJim Porter2024-06-131-10/+10