aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-30Eli Zaretskii2025-07-261-1/+1
|\
| * Fix Eshell call to 'string-suffix-p' when checking for trailing newlineJim Porter2025-07-211-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-0230-30/+30
* | Handle Eshell prompts where stickiness properties are 't'Jim Porter2025-07-221-6/+9
* | ; * lisp/eshell/esh-cmd.el (eshell-lisp-command): Simplify.Jim Porter2025-07-201-30/+24
* | Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-262-7/+7
* | Use cl-with-gensyms in a few more casesStefan Kangas2025-02-251-1/+1
* | Prefer decf to cl-decfStefan Kangas2025-02-231-2/+2
* | Delete redundant lambdas around unary functionsStefan Kangas2025-02-111-1/+1
* | Make Eshell's "ls" command return a non-zero status on errorsJim Porter2025-01-111-1/+1
* | Improve integer file mode options docstringsStefan Kangas2025-01-061-2/+4
* | Update copyright year to 2025Paul Eggert2025-01-0130-30/+30
* | Merge from origin/emacs-30Eli Zaretskii2024-12-284-3/+5
|\ \ | |/
| * Don't start docstrings with "This function" or similarStefan Kangas2024-12-262-2/+2
| * ; Update version tags of defcustomsEli Zaretskii2024-12-222-1/+3
* | ; Fix documentation of a recent change in EshellEli Zaretskii2024-12-121-6/+6
* | Rework history Isearch for EshellPengji Zhang2024-12-111-134/+192
* | Fix usage reporting for Eshell commandsJim Porter2024-12-081-5/+7
* | Return non-zero exit status when Eshell's "which" fails to find a commandJim Porter2024-12-081-13/+16
* | Remove obsolete 'display-comint-buffer-action' (bug#74361)Juri Linkov2024-12-041-2/+2
* | Remove 'eshell-escape-arg'Jim Porter2024-11-233-42/+34
* | ; Fix typosStefan Kangas2024-11-211-1/+1
* | Don't clobber stickiness text properties when printing Eshell promptJim Porter2024-11-141-13/+23
* | When using Eshell's "du" implementation, deduplicate hard linksJim Porter2024-11-091-3/+9
* | Don't use dynamically-bound variables for Eshell's "du" commandJim Porter2024-11-091-50/+37
* | Use the Lisp implemention of "du" in Eshell when querying remote dirsJim Porter2024-11-091-60/+57
* | Always print the expanded directory name for Eshell's "pwd" commandJim Porter2024-11-071-4/+3
* | Add support for range objects in Eshell "for" loopsJim Porter2024-11-031-0/+12
* | Move more of Eshell range handling to the parser phaseJim Porter2024-11-033-34/+102
* | Add QUOTED argument to 'eshell-stringify'Jim Porter2024-11-035-18/+21
* | Improve handling of Eshell "for" loopsJim Porter2024-11-031-15/+20
* | Don't start docstrings with "This function"Stefan Kangas2024-11-011-1/+1
* | Improve evaluation of conditional Eshell formsJim Porter2024-11-011-24/+54
* | Improve correctness of Eshell globs when using escape charactersJim Porter2024-10-312-52/+108
* | Fix and improve behavior of 'eshell/clear'Jim Porter2024-10-311-10/+51
* | Don't remove trailing slash in Eshell "pwd" for remote root directoriesJim Porter2024-10-311-8/+7
* | Fix definitions of Eshell "xtra" functionsJim Porter2024-10-271-23/+14
* | Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter2024-10-262-19/+4
* | ; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter2024-10-262-2/+5
* | Mark if-let and when-let obsoleteSean Whitton2024-10-249-36/+36
* | Merge from origin/emacs-30Sean Whitton2024-10-241-1/+1
|\ \ | |/
| * Fix error when splicing Eshell globs and a glob expands to itselfJim Porter2024-10-221-1/+1
| * Fix Eshell's evaluation of empty 'progn' formsJim Porter2024-10-161-1/+1
* | Fix a race condition when running Eshell startup scriptsJim Porter2024-10-212-17/+23
* | ; Make utility functions for getting the Eshell non-special regexpsJim Porter2024-10-202-17/+18
* | Make all the entries in 'eshell-parse-argument-hook' named functionsJim Porter2024-10-201-61/+68
* | ; * lisp/eshell/esh-var.el (eshell-glob-function): Remove unused defvar.Jim Porter2024-10-201-3/+1
* | Be more careful about applying spliced argumentsJim Porter2024-10-201-1/+1
* | Lazily convert numeric strings to Lisp numbers in EshellJim Porter2024-10-193-16/+32
* | ; Mark interactive Eshell output as such after inserting into the bufferJim Porter2024-10-172-10/+18