summary refs log tree commit diff
path: root/src/funcs
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-11 22:38:46 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-11 22:38:46 +0800
commit556e233ad80f4c8230e512662be235d2cfb2c95b (patch)
tree6d68476bda34e2c945618fc747a68d4d30b32269 /src/funcs
parent[ARITH] Add assignment and intmax_t support (diff)
downloaddash-556e233ad80f4c8230e512662be235d2cfb2c95b.tar.gz
dash-556e233ad80f4c8230e512662be235d2cfb2c95b.zip
[ARITH] Size optimisations in arithmetic lexer
Use += instead of straight assignment for token value.
Diffstat (limited to 'src/funcs')
0 files changed, 0 insertions, 0 deletions
f='/dash/commit/src/bltin/printf.c?id=325a460c7942aa79bb97303e129980db8afd177c&follow=1'>builtin: 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