fix to backslash quoting of glob pattern characters; allow newly-loaded compspecs to be used in more cases; fixes to the cross-compiling environment; avoid potential overflow in GLOBSORT processing

This commit is contained in:
Chet Ramey
2024-05-20 10:48:44 -04:00
parent b3d8c8a4e7
commit dbd27e54cc
18 changed files with 120 additions and 51 deletions
+1 -1
View File
@@ -6694,7 +6694,7 @@ For example, a value of @code{-mtime} sorts the results in descending
order by modification time (newest first).
A sort specifier of @samp{nosort} disables sorting completely; the results
are returned in the order they are read from the file system,.
are returned in the order they are read from the file system.
If the sort specifier is missing, it defaults to @var{name},
so a value of @samp{+} is equivalent to the null string,