aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-unix.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Autoload 'diff-no-select'Philip Kaludercic2026-02-131-2/+0
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* 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
* Improve correctness of 'eshell-quote-argument'Jim Porter2024-06-091-4/+2
* Be more efficient when buffering output in EshellJim Porter2024-06-081-13/+12
* Rework how 'eshell-ensure-newline-p' adds newlinesJim Porter2024-05-291-3/+1
* Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter2024-05-291-6/+1
* ; * lisp/eshell/em-unix.el (eshell-grep): Fix "plain grep" behavior.Jim Porter2024-05-201-2/+2
* ; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt2024-03-141-1/+1
* Document arguments to Eshell's built-in commandsJim Porter2024-02-041-4/+4
* ; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.Eli Zaretskii2024-02-031-2/+2
* Fix typo in Eshell's "du" commandJim Porter2024-01-291-1/+1
* ; Be more strict with command arguments for a few Eshell commandsJim Porter2024-01-271-1/+1
* Fix detection of directly-invokable commands in EshellJim Porter2024-01-261-3/+3
* ; For compatibility, eshell/make should print to Eshell unless backgroundedJim Porter2024-01-251-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix a few more typosStefan Kangas2023-12-101-1/+1
* | Add 'compile' builtin command for EshellJim Porter2023-08-161-28/+52
* | Remove dead code in `eshell/diff`Stefan Kangas2023-08-131-22/+4
* | Use connection-aware functions when getting the UID/GID in EshellJim Porter2023-05-021-17/+53
* | eshell: Add 'rgrep' builtinAntero Mejr2023-04-101-3/+8
* | 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-4/+8
|/
* Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-141-2/+2
* Clarify structure of file-attribute's device numberMichael Albinus2022-10-131-4/+2
* em-unix.el: only pass -H option to grepBrendan O'Dea2022-08-171-9/+4
* Rename nil-blank-string to eshell-nil-blank-stringStefan Kangas2022-08-041-2/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Stylistic docfixes in eshell/*.el found by checkdocStefan Kangas2021-09-191-1/+2
* ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fixHanno Perrey2021-09-121-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-1/+2
* Prefer setq-local in eshellStefan Kangas2020-12-041-3/+2
* Fix "grep foo bar" in eshellLars Ingebrigtsen2020-12-031-1/+1
* Don't make grep arguments invisible in eshellLars Ingebrigtsen2020-12-031-9/+6
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-3/+2
* Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-041-6/+5
* Fix copying symbolic links in eshellLars Ingebrigtsen2020-10-301-1/+4
* Move several completions from eshell to pcomplete (Bug#10585)Stefan Kangas2020-09-211-23/+4
* Remove more XEmacs compat code from eshellStefan Kangas2020-03-111-5/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-3/+2
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1