Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Git-Dch: Ignore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In cases like () { foo=bar =true; }
|
|
|
|
|
|
Also add references to the patch's origins.
|
|
|
|
|
|
|
|
Thanks to Bart Schaefer and Peter Stephenson for spotting the cause.
|
|
Git-Dch: Ignore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Git-Dch: Ignore
|
|
|
|
It failed on an empty expansion that (N) was supposed to remove.
Add test for this case.
|
|
|
|
|
|
|
|
|
|
leading paren means grouping
|
|
|
|
|
|
|
|
assure clean environment, force LANG=C
|
|
|