summaryrefslogtreecommitdiff
path: root/test/lisp/eshell
AgeCommit message (Expand)Author
2026-03-04Revert "Repair serious breakage in the batch tests."Michael Albinus
2026-02-26; Fix esh-proc-tests on MS-WindowsEli Zaretskii
2026-02-25Repair serious breakage in the batch tests.Eric S. Raymond
2026-02-21Preserve the original order of Eshell aliases when loadingJim Porter
2026-02-21Sort Eshell aliases when adding new onesArto Jantunen
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-08-07Fix some tests on OpenBSDManuel Giraud
2025-07-26Merge from origin/emacs-30Eli Zaretskii
2025-07-22Handle Eshell prompts where stickiness properties are 't'Jim Porter
2025-07-21Fix Eshell call to 'string-suffix-p' when checking for trailing newlineJim Porter
2025-02-26Port Eshell tests to AndroidPo Lu
2025-02-17Prefer oddp/evenp to free-coding them in testsStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-23Remove 'eshell-escape-arg'Jim Porter
2024-11-14Don't clobber stickiness text properties when printing Eshell promptJim Porter
2024-11-03; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.Jim Porter
2024-11-03Add support for range objects in Eshell "for" loopsJim Porter
2024-11-03Move more of Eshell range handling to the parser phaseJim Porter
2024-11-03Improve handling of Eshell "for" loopsJim Porter
2024-11-01Improve evaluation of conditional Eshell formsJim Porter
2024-10-31Improve correctness of Eshell globs when using escape charactersJim Porter
2024-10-31Fix and improve behavior of 'eshell/clear'Jim Porter
2024-10-27Merge from origin/emacs-30Eli Zaretskii
2024-10-27; Fix typosStefan Kangas
2024-10-26Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter
2024-10-26; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter
2024-10-24Merge from origin/emacs-30Sean Whitton
2024-10-22Fix error when splicing Eshell globs and a glob expands to itselfJim Porter
2024-10-20Be more careful about applying spliced argumentsJim Porter
2024-10-19Lazily convert numeric strings to Lisp numbers in EshellJim Porter
2024-10-16Add support for chaining conditionals in EshellJim Porter
2024-10-16Improve correctness of Eshell sub-formsJim Porter
2024-10-05Merge from origin/emacs-30Eli Zaretskii
2024-09-29Fix executing commands in Eshell using "env" with no local variablesJim Porter
2024-08-29Fix redirecting Eshell output to symbols in some placesJim Porter
2024-08-28Support "/dev/null" as a target when creating Eshell handlesJim Porter
2024-08-28Fix redirecting Eshell output to symbols in some placesJim Porter
2024-08-28Use 'eshell-with-handles' in a few more placesJim Porter
2024-07-27Use 'unwind-protect' to ensure that Eshell always closes I/O handlesJim Porter
2024-07-19Don't set exit info in Eshell if the command is being piped elsewhereJim Porter
2024-07-18Improve implementation of built-in Eshell "kill" commandJim Porter
2024-07-18Improve handling of deferrable Eshell commandsJim Porter
2024-07-12Merge from savannah/emacs-30Po Lu
2024-07-11Don't emit a prompt in Eshell when a background command is killedJim Porter
2024-07-05Allow using multiple buffers in 'eshell-command'Thierry Volpiatto
2024-06-25Always perform Eshell process cleanup runs in the Eshell bufferJim Porter
2024-06-25Always perform Eshell process cleanup runs in the Eshell bufferJim Porter
2024-06-20Ensure navigating by paragraphs in Eshell stops at prompts and paragraphsJim Porter