summary refs log tree commit diff
path: root/src/bltin/times.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-04 22:20:38 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-04 22:20:38 +0800
commitd4948c45d3e5f54823fac68f0c11f1dd09e75083 (patch)
treef83cbb5f1fc032dde5fd89e9780a79e69683e2b9 /src/bltin/times.c
parent[PARSER] Fix parsing of ${##1} (diff)
downloaddash-d4948c45d3e5f54823fac68f0c11f1dd09e75083.tar.gz
dash-d4948c45d3e5f54823fac68f0c11f1dd09e75083.zip
[PARSER] Size optimisations in parameter expansion parser
Merge flags into subtype.
Do not write subtype out twice.
Add likely flag on ${ vs. $NAME.
Kill unnecessary (and bogus) PEOA check.
Diffstat (limited to 'src/bltin/times.c')
0 files changed, 0 insertions, 0 deletions
w=1'>Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe