Commit message (Expand) | Author | ||
---|---|---|---|
2022-09-30 | Add alphabet ranking page | June McEnroe | |
2022-09-26 | Set wallpaper to a random colour escher knot | June McEnroe | |
2022-09-21 | Add Take Me There | June McEnroe | |
2022-09-19 | Add when - to print all named dates | June McEnroe | |
2022-09-19 | Publish Apologies | June McEnroe | |
2022-09-19 | Do more "email" filtering | June McEnroe | |
2022-09-18 | Add gdbinit, hushlogin, inputrc | June McEnroe | |
2022-09-18 | Remove some files | June McEnroe | |
2022-09-18 | Remove doc/pdf | June McEnroe | |
2022-09-18 | Fix name in zlib mdoc pages | June McEnroe | |
2022-09-11 | Reread A Closed and Common Orbit | June McEnroe | |
2022-09-09 | Add I've Got a Time Bomb | June McEnroe | |
2022-09-02 | Update "Care" with initial electrolysis report | June McEnroe | |
2022-08-17 | Add The Book of Form and Emptiness | June McEnroe | |
2022-08-15 | Load dates from ~/.config/when/dates | June McEnroe | |
2022-08-15 | Allow names with prefixes of months and days | June McEnroe | |
2022-08-15 | Add named dates to when | June McEnroe | |
2022-08-14 | Remove tweets text file | June McEnroe | |
2022-08-09 | Fix all copyright notices | June McEnroe | |
2022-08-04 | Add Conversations With Friends | June McEnroe | |
2022-07-30 | Add Normal People | June McEnroe | |
2022-07-26 | Rewrite glitch from new pngo | June McEnroe | |
2022-07-26 | Update Care with time-to-ID and piercings | June McEnroe | |
2022-07-26 | Add -w to up | June McEnroe | |
2022-07-13 | Set push.autoSetupRemote | June McEnroe | |
2022-07-08 | Remove TOUR | June McEnroe | |
2022-07-03 | Add The Bone Shard Emperor | June McEnroe | |
2022-06-25 | Bump xterm font size to 12 | June McEnroe | |
2022-06-10 | Handle subshells (and functions) inside substitutions | June McEnroe | |
2022-06-10 | Switch to jorts Install script | June McEnroe | |
2022-06-08 | Indicate if still reading or no results | June McEnroe | |
2022-06-08 | Add Maiden, Mother, Crone | June McEnroe | |
2022-06-05 | FIRST SHOW IN 2.5 YEARS BABEY!!! | June McEnroe | |
2022-06-03 | Set line number on File lines | June McEnroe | |
2022-06-03 | Stop polling stdin after EOF | June McEnroe | |
2022-06-02 | Set TABSIZE=4 | June McEnroe | |
2022-06-02 | Do basic match highlighting | June McEnroe | |
2022-06-02 | Clean up parsing a little | June McEnroe | |
2022-06-02 | Don't duplicate path string | June McEnroe | |
2022-06-02 | Use stderr instead of /dev/tty, realloc buffer if lines too long | June McEnroe | |
2022-06-02 | Add initial working version of qf | June McEnroe | |
2022-05-29 | Set prompt for oksh | June McEnroed855ca80dc23ebf01&follow=1'>Use Z_FILTERED strategy | June McEnroe |
2021-09-21 | Recalculate various lengths only as needed | June McEnroe | |
This actually speeds things up quite a bit, saving roughly a second on a big PNG screenshot. Almost all the remaining time is spent in deflate. | |||
2021-09-21 | Rewrite pngo, add explicit options | June McEnroe | |
Interesting to see how my code habits have changed. | |||
2021-09-16 | Fix /* **/ comment matching | June McEnroe | |
2021-09-15 | Remove typer, add downgrade to README | June McEnroe | |
2021-09-15 | Set bot mode on downgrade | June McEnroe | |
2021-09-15 | Enter capsicum in downgrade | June McEnroe | |
2021-09-15 | Factor out common parts of downgrade messages | June McEnroe | |
Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. | |||
2021-09-14 | Add downgrade IRC bot | June McEnroe | |
2021-09-14 | Sort by title if authors match | June McEnroe | |
There are probably better things to sort by but title definitely always exists. | |||
2021-09-13 | Swap-remove tags as they're found | June McEnroe | |
This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. | |||
2021-09-12 | Replace htagml regex with strncmp | June 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-11 | Also defer printing comment for lone close-parens | June McEnroe | |
2021-09-10 | Publish "git-comment" | June McEnroe | |
2021-09-10 | Add git comment --pretty option | June McEnroe | |
2021-09-08 | Defer printing comment if line is blank or closing brace | June McEnroe | |
This fixes badly indented comments. | |||
2021-09-08 | Up default min-repeat to 30 lines | June McEnroe | |
2021-09-08 | Handle dirty lines in git-comment | June McEnroe | |
2021-09-08 | Document and install git-comment | June McEnroe | |
2021-09-08 | Add repeat and all options to git-comment | June McEnroe | |
2021-09-08 | Add group threshold to git-comment | June McEnroe |