summary refs log tree commit diff
path: root/bin/1sh/funcs
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-14 21:36:36 -0500
committerJune McEnroe <june@causal.agency>2020-01-14 21:37:59 -0500
commit6f3421d7ec1abc2b88ef886ff6bc3db042f4ffe9 (patch)
tree930707e19c1212c995b814c4fc5291fd8503ccfb /bin/1sh/funcs
parentSet Bl -column tables to 100% width (diff)
downloadsrc-6f3421d7ec1abc2b88ef886ff6bc3db042f4ffe9.tar.gz
src-6f3421d7ec1abc2b88ef886ff6bc3db042f4ffe9.zip
Highlight single-char variables nested in make interpolations
e.g. ${LDLIBS_$@}
Diffstat (limited to 'bin/1sh/funcs')
0 files changed, 0 insertions, 0 deletions
8a40b0b3&follow=1'>redir: Fix typo in noclobber codeHerbert Xu 2018-04-19expand: Fix glibc glob(3) supportHerbert Xu 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