summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Generate RFC bibliographic blocks from JSONJune McEnroe2022-01-03
* Remove sudo/doas from install scriptJune McEnroe2022-01-02
* Remove attempt to automatically install MacPortsJune McEnroe2022-01-02
* Update GPL header template copyright yearsJune McEnroe2022-01-02
* Call CHECK_DECL on stat64Herbert Xu2022-01-02
* Add The City in the Middle of the NightJune McEnroe2021-12-31
* Remove donate linkJune McEnroe2021-12-11
* Remove Liberapay buttonsJune McEnroe2021-12-11
* Update git author nameJune McEnroe2021-12-07
* Show weeks plus daysJune McEnroe2021-12-03
* Add Six Months, Three Days, Five OthersJune McEnroe2021-12-02
* Use noinput, nounput options in lex filesJune McEnroe2021-11-28
* Add SorrowlandJune McEnroe2021-11-22
* Add My Pal Foot FootJune McEnroe2021-11-13
* Update my little description of myselfJune McEnroe2021-11-03
* Add A Psalm for the Wild-BuiltJune McEnroe2021-11-03
* Publish "Names"June McEnroe2021-10-30
* Add PiranesiJune McEnroe2021-10-29
* Bounds check color indexesJune McEnroe2021-10-25
* Only match first Nm for feedJune McEnroe2021-10-24
* Add BerserkJune McEnroe2021-10-22
* Only output style attribute if necessaryJune McEnroe2021-10-20
* Run shotty after ptee in up -tJune McEnroe2021-10-20
* Fix showing cursor with default colorsJune McEnroe2021-10-20
* Add entire 256-color palette to shotty -iJune McEnroe2021-10-20
* Ignore XTWINOPS in shottyJune McEnroe2021-10-20
* Add A Wizard of EarthseaJune McEnroe2021-10-20
* Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe2021-10-18
* Add shotty -t to animate (crudely) between snapshotsJune McEnroe2021-10-18
* Add ptee -t to output media copy at an intervalJune McEnroe2021-10-18
* Swap functions of ^Q and ^S in pteeJune McEnroe2021-10-18
* Add shotty -i to output inline colorsJune McEnroe2021-10-18
* Remove leftover scheme.h targetJune McEnroe2021-10-18
* Cite ctlseqs.ms and UTF-8June McEnroe2021-10-18
* Skip DECKP* in lexerJune McEnroe2021-10-18
* Add meta charset to up -t outputJune McEnroe2021-10-18
* Rewrite shotty with lexJune McEnroe2021-10-18
* Remove capsicum support from upJune McEnroe2021-10-17
* Fix nested Bl-compact CSS rulesJune McEnroe2021-10-15
* Add meta viewport tags to bin htmlJune McEnroe2021-10-14
* Set bin WEBROOT to /var/wwwJune McEnroe2021-10-13
* Add Knee Play 1June McEnroe2021-10-11
* Fix lobsters/tildenews loginJune McEnroe2021-10-04
* Limit Atom feed to 20 most recent entriesJune McEnroe2021-10-03
* Add EarthlingsJune McEnroe2021-10-03
* Just zero mailsize on changemailJune McEnroe2021-10-02
* Fix chkmail loop break conditionJune McEnroe2021-10-02
* Check sizes of mailboxes, not timesJune McEnroe2021-10-02
* Replace filter shell scripts with C programJune McEnroe2021-10-02
* Add htagml -m to rename main tagJune McEnroe2021-10-01
> 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe