summary refs log tree commit diff
path: root/bin/man1 (follow)
Commit message (Collapse)AuthorAge
* Add variables to bitJune McEnroe2019-06-07
|
* Simplify and build bitJune McEnroe2019-05-30
| | | | lex is a waste of time.
* Add xx -p optionJune McEnroe2019-05-29
|
* Add compound assignment operators to orderJune McEnroe2019-05-18
|
* Support simple assignment in orderJune McEnroe2019-05-15
|
* Implement sizeof in orderJune McEnroe2019-05-15
|
* Add orderJune McEnroe2019-05-15
|
* Move relay to binJune McEnroe2019-05-04
|
* Add setoptJune McEnroe2019-02-24
|
* Match statics and typedefs as TagJune McEnroe2019-02-18
|
* Remove hi line numberingJune McEnroe2019-02-18
| | | | | | Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>.
* Add hi -f html -o anchor for line number linksJune McEnroe2019-02-17
|
* Add line numbers to hiJune McEnroe2019-02-17
| | | | | | | Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow.
* 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
| | | | This also fixes the block comment pattern to match /* **/ correctly.
* 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
| | | | | The monospace option for IRC output doesn't really work, since IRCCloud puts a box around each span this way.
* 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
| | | | | Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
|
* Reunify gfx and binJune McEnroe2019-01-17
|
* Reorganize bin and Makefile once againJune McEnroe2019-01-17