Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
ChangeLog
|
|
|
|
|
|
prevent deadlock
Also clean up ChangeLog entry that attributed 32119 to 32114
|
|
|
|
|
|
|
|
listing, when ZLE_RPROMPT_INDENT=0
|
|
|
|
|
|
|
|
output after child exit
|
|
Non-pattern characters that could be followed by "(" to introduce
a ksh glob but weren't caused failures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In cases like () { foo=bar =true; }
|
|
|
|
|
|
|
|
|
|
|
|
accessed via a symlink
31985 Clemens Hammacher and 32064 Hong Xu
|
|
|
|
|
|
Shell functions are strictly ASCII for maximum portability.
Other files within the distribution may contain UTF-8 characters.
Exception for test files: where they need single character input
with the top bit set, ISO-8859-X is used (X doesn't matter as
we don't need the Euro).
|
|
|
|
|
|
|
|
|
|
rebuild helpfiles
|
|
|
|
It failed on an empty expansion that (N) was supposed to remove.
Add test for this case.
|
|
|