Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Otherwise we could get re-entrancy in memory functions when
setting variables.
|
|
try_tryflag isn't assigned anywhere, other than at initialization and by these
lines, so we don't need to save and restore the value.
|
|
|
|
|
|
On Linux, linking to mktemp() generates the following warning:
.
utils.o: In function `gettempname':
./Src/utils.c:2229: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
The warning cannot be disabled.
Work around that by using mkstemp() instead, and massage its output so
it behaves like mktemp(). See the new comment for further details.
|
|
defaults first).
|
|
"from_where" parameter. No functional change.
|
|
|
|
zsh-5.3.1-182-gd7110d8f0).
|
|
|
|
|
|
|
|
|
|
|
|
This could cause a signal received during $(...) to corrupt memory.
|
|
(This change-log update was made after the actual release)
|
|
|
|
Otherwise forms of argument allowed by POSIX are interpreted as
options instead.
|
|
As the shortest match is preferred, zero-length matches beat any other.
|
|
|
|
|
|
Dashes could cause problems in directory prefixes.
|
|
|
|
|
|
|
|
--show-item=<TAB>."
This reverts commit b06117ad21ce8be928e64700f34f7610d45c738a.
Reverted upstream in r1870750.
|
|
|
|
|
|
|
|
operators, >> and >>!.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and 'x-unshelve' subcommands.
|
|
|
|
Don't set done_quote=1 if the glob result is empty.
|
|
|
|
|
|
|
|
|