summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add scooper to causal.agencyJune McEnroe2020-07-31
* Fix setting second title request to GETJune McEnroe2020-07-25
* Set pull.rebase trueJune McEnroe2020-07-20
* Read from stdin in orderJune McEnroe2020-07-18
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
* Install up CGI with mode 700June McEnroe2020-07-14
* Check that there is upload dataJune McEnroe2020-07-14
* Add CGI upload program for temp.causal.agencyJune McEnroe2020-07-14
* Add The Broken KingdomsJune McEnroe2020-07-10
* Add facebook and twitter to title user-agentJune McEnroe2020-07-08
* Tweak causal.agency for mostly no reasonJune McEnroe2020-06-30
* Add Ancillary JusticeJune McEnroe2020-06-30
* Add password non-manager to planJune McEnroe2020-06-26
* Tweak TF2 sensitivities once moreJune McEnroe2020-06-26
* Add note about litterbox bot useJune McEnroe2020-06-19
* Publish "IRC suite"June McEnroe2020-06-19
* Add errors to link.shJune McEnroe2020-06-17
* Add simpler aes tr scriptJune McEnroe2020-06-17
* Remove aesJune McEnroe2020-06-17
* Fix doas checkJune McEnroe2020-06-16
* Add LC_COLLATE=C to ls aliasJune McEnroe2020-06-16
* Fix pbd for neovimJune McEnroe2020-06-11
* Alias sudo=doas if availableJune McEnroe2020-06-11
* Add all VMs to ssh configJune McEnroe2020-06-11
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Replace __DECONST with regular castsJune McEnroe2020-06-08
* Replace __printflike with __attribute__((format(printf, ...)))June McEnroe2020-06-08
* Replace __dead2 with __attribute__((noreturn))June McEnroe2020-06-08
* Replace __FBSDID macros with commentsJune McEnroe2020-06-08
* Remove reference to FreeBSD-specific libedit hackJune McEnroe2020-06-08
* Prefix mandoc with exec in about-filterJune McEnroe2020-06-08
* Remove mktemp options from mkbuiltins, mktokensJune McEnroe2020-06-07
* Cast z_stream fields to size_tJune McEnroe2020-06-07
* Call static_assert by _Static_assertJune McEnroe2020-06-07
* Add OpenBSD to install.shJune McEnroe2020-06-07
* Add The Song of AchillesJune McEnroe2020-06-03
* Allow redirecting input in everJune McEnroe2020-06-01
* Add %c conversion to c scriptJune McEnroe2020-05-31
* Add c script to READMEJune McEnroe2020-05-31
* Add c scriptJune McEnroe2020-05-31
* Update mdoc source URLsJune McEnroe2020-05-31
* Remove unfinished PSF fontsJune McEnroe2020-05-26
* Add musl's COPYRIGHT to wcwidthJune McEnroe2020-05-25
* Add The Hundred Thousand KingdomsJune McEnroe2020-05-22
* Add RFC man-like to planJune McEnroe2020-05-20
* Add hi rule for sh arithmetic expansionJune McEnroe2020-05-14
* Remove gpg symlink from NetBSD installJune McEnroe2020-05-13
* Add AutonomousJune McEnroe2020-05-11
* Move keyboard layout into a .bundleJune McEnroe2020-05-08
* Remove mkshJune McEnroe2020-05-07
malgamation 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