Commit message (Collapse) | Author | ||||
---|---|---|---|---|---|
2021-01-01 | Clean up order lexer | June McEnroe | |||
2021-01-01 | Remove empty comma statement from bit | June McEnroe | |||
2021-01-01 | Increment license header templates | June McEnroe | |||
2020-12-31 | Tell "Music" rather than "iTunes" | June McEnroe | |||
It's the new era. | |||||
2020-12-31 | Add ASCII control code names to bit | June McEnroe | |||
2020-12-31 | Simplify bit lexing and parsing | June McEnroe | |||
Also print the value of each expression separated by commas. | |||||
2020-12-31 | Add ddate | June McEnroe | |||
I'm tired of package managers not having this! | |||||
2020-12-30 | Print octal for 8 bits in bit | June McEnroe | |||
2020-12-30 | Add unary & to bit | June McEnroe | |||
Also unary + and fix precedence of unary -. | |||||
2020-12-30 | Support unary + in order | June McEnroe | |||
Missed this because operator(7) just doesn't list it, oddly. | |||||
2020-12-30 | Add postfix $ operator to bit | June McEnroe | |||
2020-12-29 | Add make lexer | June McEnroe | |||
This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. | |||||
2020-12-29 | Clean up C lexer | June McEnroe | |||
This ordering of rules feels much cleaner. | |||||
2020-12-29 | Clean up hilex code somewhat | June McEnroe | |||
2020-12-29 | Match lex/yacc %% %{ %} lines as Macro | June McEnroe | |||
2020-12-29 | Match top-level C definitions as IdentifierTag | June McEnroe | |||
2020-12-29 | Match C type declarations as IdentifierTag | June McEnroe | |||
2020-12-29 | Match function-like macro definitions as IdentifierTag | June McEnroe | |||
2020-12-29 | Reconfigure C macro start conditions | June McEnroe | |||
2020-12-29 | Document HTML class names | June McEnroe | |||
2020-12-29 | Rename Tag class to IdentifierTag | June McEnroe | |||
2020-12-29 | Change HTML class from hi to hilex | June McEnroe | |||
You can tell I was just copying the HTML code huh. | |||||
2020-12-29 | Add hilex HTML output | June McEnroer'> | 2019-09-10 | Add title -v flag | June McEnroe |
2019-09-10 | Use curl error buffer | June McEnroe | |||
2019-09-10 | Set Accept-Encoding in title | June McEnroe | |||
Because apparently it's fine for servers to respond with Content-Encoding you didn't ask for, and curl won't decode it if you didn't ask for it. | |||||
2019-09-08 | Set title User-Agent | June McEnroe | |||
Some things don't like you if you don't send one. | |||||
2019-09-07 | Add -x flag to title | June McEnroe | |||
2019-09-07 | Ignore SIGPIPE in relay | June McEnroe | |||
Allows restarting consumers safely. | |||||
2019-09-07 | Add A Memory Called Empire | June McEnroe | |||
2019-09-05 | Handle lack of Content-Type | June McEnroe | |||
2019-09-05 | Use CURLINFO_CONTENT_TYPE | June McEnroe | |||
Oops, didn't see this. | |||||
2019-09-05 | Decode entities in titles | June McEnroe | |||
2019-09-05 | Print title as soon as it's available | June McEnroe | |||
2019-09-05 | Use CURL_PREFIX to set flags | June McEnroe | |||
2019-09-05 | Add title | June McEnroe | |||
2019-09-04 | Add Avorter n'est pas tuer | June McEnroe | |||
2019-08-29 | Unset executable on shell scripts | June McEnroe | |||
2019-08-29 | Add long-missing setopt to bin.7 | June McEnroe | |||
2019-08-29 | Add edit | June McEnroe |