summary refs log tree commit diff
path: root/src/funcs/login
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-10-17 09:16:26 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-10-17 09:16:26 +0800
commitc84c44c443b19843874b1e68aa162465ae22016a (patch)
treef0f8ac1b43272784a10282beeb60288b00b86b03 /src/funcs/login
parent[CD] Fixed getcwd build error for the non-glibc case (diff)
downloaddash-c84c44c443b19843874b1e68aa162465ae22016a.tar.gz
dash-c84c44c443b19843874b1e68aa162465ae22016a.zip
[MAN] Removed obsolete for loop syntax
Sven Mascheck reported that we no longer accept the non-standard
for {} syntax but the manual page still refers to it.  This patch
removes that reference.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
'2018-04-02 23:30:44 +0800'>2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu