summary refs log tree commit diff
path: root/src/TOUR
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-27 16:12:49 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-27 16:12:49 +0800
commita68498993413cd15f9b852ca32afd368e1792b51 (patch)
tree8f03b795c89f93418eafbabb0b096f1f05cb5dd0 /src/TOUR
parent[BUILTIN] Use error instead of warnx for fatal errors in printf (diff)
downloaddash-a68498993413cd15f9b852ca32afd368e1792b51.tar.gz
dash-a68498993413cd15f9b852ca32afd368e1792b51.zip
[BUILTIN] Optimise handling of backslash octals in printf
This patch removes the duplicate octal handling for %b by reusing
the existing code in conv_escape.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also 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 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