summary refs log tree commit diff
path: root/bin/man1/bit.1 (follow)
Commit message (Collapse)AuthorAge
* Add unary & to bitJune McEnroe2020-12-30
| | | | Also unary + and fix precedence of unary -.
* Add postfix $ operator to bitJune McEnroe2020-12-30
|
* Add variables to bitJune McEnroe2019-06-07
|
* Simplify and build bitJune McEnroe2019-05-30
lex is a waste of time.
a4aa014785a3ee5de436be&follow=1'>builtin: 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