1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lisp/eshell
Jim Porter 1704fa4fb4 When using Eshell's "du" implementation, deduplicate hard links
* lisp/eshell/em-unix.el (eshell-du-sum-directory): Take SEEN-FILES.
(eshell/du): Create 'seen-files' hash table.
2024-11-09 17:01:34 -08:00
..
em-alias.el Mark if-let and when-let obsolete 2024-10-24 16:50:07 +08:00
em-banner.el
em-basic.el
em-cmpl.el Add QUOTED argument to 'eshell-stringify' 2024-11-03 20:18:14 -08:00
em-dirs.el Always print the expanded directory name for Eshell's "pwd" command 2024-11-07 13:57:35 -08:00
em-elecslash.el
em-extpipe.el
em-glob.el Improve correctness of Eshell globs when using escape characters 2024-10-31 22:38:10 -07:00
em-hist.el
em-ls.el Improve correctness of Eshell globs when using escape characters 2024-10-31 22:38:10 -07:00
em-pred.el Fix Eshell incompatibility with "[" command when eshell-pred is disabled 2024-10-26 14:50:20 -07:00
em-prompt.el Mark if-let and when-let obsolete 2024-10-24 16:50:07 +08:00
em-rebind.el
em-script.el Fix a race condition when running Eshell startup scripts 2024-10-21 14:21:50 -07:00
em-smart.el
em-term.el
em-tramp.el
em-unix.el When using Eshell's "du" implementation, deduplicate hard links 2024-11-09 17:01:34 -08:00
em-xtra.el Fix definitions of Eshell "xtra" functions 2024-10-27 21:13:56 -07:00
esh-arg.el Move more of Eshell range handling to the parser phase 2024-11-03 20:18:14 -08:00
esh-cmd.el Add support for range objects in Eshell "for" loops 2024-11-03 20:18:14 -08:00
esh-ext.el
esh-io.el Mark if-let and when-let obsolete 2024-10-24 16:50:07 +08:00
esh-mode.el Don't start docstrings with "This function" 2024-11-01 23:56:12 +01:00
esh-module.el
esh-opt.el
esh-proc.el Mark if-let and when-let obsolete 2024-10-24 16:50:07 +08:00
esh-util.el Move more of Eshell range handling to the parser phase 2024-11-03 20:18:14 -08:00
esh-var.el Move more of Eshell range handling to the parser phase 2024-11-03 20:18:14 -08:00
eshell.el