summary refs log tree commit diff
path: root/bin/man1 (follow)
Commit message (Expand)AuthorAge
...
* Match statics and typedefs as TagJune McEnroe2019-02-18
* Remove hi line numberingJune McEnroe2019-02-18
* Add hi -f html -o anchor for line number linksJune McEnroe2019-02-17
* Add line numbers to hiJune McEnroe2019-02-17
* Clean up scheme yet once moreJune McEnroe2019-02-12
* Unify *up scripts into one up.shJune McEnroe2019-02-12
* Use a proper fread-realloc loop in hiJune McEnroe2019-02-12
* Add Rust to hiJune McEnroe2019-02-12
* Generate html for binsJune McEnroe2019-02-10
* Add plain text "language" to hiJune McEnroe2019-02-10
* Add tab option to HTML output of hiJune McEnroe2019-02-09
* Add css and inline HTML options to hiJune McEnroe2019-02-09
* Add output format options to hiJune McEnroe2019-02-09
* Add sh syntax to hiJune McEnroe2019-02-08
* Improve ANSI output and base IRC on itJune McEnroe2019-02-08
* Add hi -nJune McEnroe2019-02-08
* Elaborate hi man pageJune McEnroe2019-02-08
* Add mdoc syntax to hiJune McEnroe2019-02-07
* Add make syntax to hiJune McEnroe2019-02-07
* Add IRC output to hiJune McEnroe2019-02-07
* Add hi syntax highlighterJune McEnroe2019-02-06
* Add aesJune McEnroe2019-02-05
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
* Reunify gfx and binJune McEnroe2019-01-17
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
t/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