summary refs log tree commit diff
path: root/doc/zlib/gzflush.3 (unfollow)
Commit message (Expand)Author
2022-01-14Add The Galaxy, and the Ground WithinJune McEnroe
2022-01-13Publish "Albums 2021"June McEnroe
2022-01-12Add LWN to supJune McEnroe
2022-01-12Publish "Books 2021"June McEnroe
2022-01-09Add tildegit (gitea) to supJune McEnroe
2022-01-08Publish "Desert Island Discs"June McEnroe
2022-01-08Publish "Topics"June McEnroe
2022-01-04Update dash generated autoconf filesJune McEnroe
2022-01-03Generate RFC bibliographic blocks from JSONJune McEnroe
2022-01-02Remove sudo/doas from install scriptJune McEnroe
2022-01-02Remove attempt to automatically install MacPortsJune McEnroe
2022-01-02Update GPL header template copyright yearsJune McEnroe
2022-01-02Call CHECK_DECL on stat64Herbert Xu
2021-12-31Add The City in the Middle of the NightJune McEnroe
2021-12-11Remove donate linkJune McEnroe
2021-12-11Remove Liberapay buttonsJune McEnroe
2021-12-07Update git author nameJune McEnroe
2021-12-03Show weeks plus daysJune McEnroe
2021-12-02Add Six Months, Three Days, Five OthersJune McEnroe
2021-11-28Use noinput, nounput options in lex filesJune McEnroe
2021-11-22Add SorrowlandJune McEnroe
2021-11-13Add My Pal Foot FootJune McEnroe
2021-11-03Update my little description of myselfJune McEnroe
2021-11-03Add A Psalm for the Wild-BuiltJune McEnroe
2021-10-30Publish "Names"June McEnroe
2021-10-29Add PiranesiJune McEnroe
2021-10-25Bounds check color indexesJune McEnroe
2021-10-24Only match first Nm for feedJune McEnroe
2021-10-22Add BerserkJune McEnroe
2021-10-20Only output style attribute if necessaryJune McEnroe
2021-10-20Run shotty after ptee in up -tJune McEnroe
2021-10-20Fix showing cursor with default colorsJune McEnroe
2021-10-20Add entire 256-color palette to shotty -iJune McEnroe
2021-10-20Ignore XTWINOPS in shottyJune McEnroe
2021-10-20Add A Wizard of EarthseaJune McEnroe
2021-10-18Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe
2021-10-18Add shotty -t to animate (crudely) between snapshotsJune McEnroe
2021-10-18Add ptee -t to output media copy at an intervalJune McEnroe
2021-10-18Swap functions of ^Q and ^S in pteeJune McEnroe
2021-10-18Add shotty -i to output inline colorsJune McEnroe
2021-10-18Remove leftover scheme.h targetJune McEnroe
2021-10-18Cite ctlseqs.ms and UTF-8June McEnroe
2021-10-18Skip DECKP* in lexerJune McEnroe
2021-10-18Add meta charset to up -t outputJune McEnroe
2021-10-18Rewrite shotty with lexJune McEnroe
2021-10-17Remove capsicum support from upJune McEnroe
2021-10-15Fix nested Bl-compact CSS rulesJune McEnroe
2021-10-14Add meta viewport tags to bin htmlJune McEnroe
2021-10-13Set bin WEBROOT to /var/wwwJune McEnroe
2021-10-11Add Knee Play 1June McEnroe
p-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