summary refs log tree commit diff
path: root/bin/dash/aclocal.m4 (unfollow)
Commit message (Expand)Author
2021-06-08Squashed 'www/git.causal.agency/cgit/' changes from 55fa25ad..5258c297June McEnroe
2021-06-08Fetch git .tar.gz for compatibilityJune McEnroe
2021-06-03Configure xlockJune McEnroe
2021-06-02Add top gap in cwmJune McEnroe
2021-05-23Add The Year of the FloodJune McEnroe
2021-05-20Add cwm keys for putting windows in cornersJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
2021-05-17Install firefox on OpenBSDJune McEnroe
2021-05-09Add All the Birds in the SkyJune McEnroe
2021-05-05Publish "Swans Are Dead"June McEnroe
2021-05-04Handle missing last names in bibsortJune McEnroe
2021-05-03Emulate MANSECT for mandoc which lacks itJune McEnroe
2021-05-02Add ff aliasJune McEnroe
2021-05-02Alias ag to ag --pagerJune McEnroe
2021-04-28Add copy mode to typerJune McEnroe
2021-04-26Remove hnelJune McEnroe
2021-04-26Draw foundations in reverse orderJune McEnroe
2021-04-26Only use cells for moveColumnJune McEnroe
2021-04-26Remove samba_mdns rc scriptJune McEnroe
2021-04-26Match space between #! and /bin/shJune McEnroe
2021-04-26Remove vim aliasJune McEnroe
2021-04-26Remove neovim configsJune McEnroe
2021-04-26Add The PenelopiadJune McEnroe
2021-04-25Publish "Time Machine"June McEnroe
2021-04-25Check in dash autogen files for realJune McEnroe
2021-04-25Copy automake filesJune McEnroe
2021-04-25Revert "Check in dash autogen files"June McEnroe
2021-04-20Add The Once and Future WitchesJune McEnroe
2021-04-18Rearrange Makefile once more once more once moreJune McEnroe
2021-04-18Add -R reverse typerJune McEnroe
2021-04-18Flip card renderingJune McEnroe
2021-04-17Add freecellJune McEnroe
2021-04-12Fix crash trying to print "this commit" on 404sJune McEnroe
2021-04-11Simplify rfctagsJune McEnroe
2021-04-10Add The Relentless MoonJune McEnroe
2021-04-04Check in dash autogen filesJune McEnroe
2021-03-29Add BellwetherJune McEnroe
2021-03-23Add typer -P and -c to connect to pounceJune McEnroe
2021-03-23Add typer botJune McEnroe
2021-03-21Add Her Body and Other PartiesJune McEnroe
2021-03-16Add some missing justification to "C Style"June McEnroe
2021-03-16Publish "C Style"June McEnroe
2021-03-15Add The City We BecameJune McEnroe
2021-03-14Add bubger to causal.agency pageJune McEnroe
2021-03-10Remove bubger from planJune McEnroe
2021-03-06Optionally compress RFCs, decompress in rfc(1)June McEnroe
2021-03-06Remove rfc.vimJune McEnroe
2021-03-04Publish "Mailing List"June McEnroe
2021-03-01Add cwm bindings for tilingJune McEnroe
2021-02-27Move LESS_TERMCAP settings to .shrcJune McEnroe
e='2021-06-19 19:03:36 -0400'>2021-06-19Fix LDADD.crypt on DarwinJune McEnroe 2021-06-18Add -m mode option to set user modesJune McEnroe 2021-06-18Document channel keys in join optionJune McEnroe 2021-06-18Use | to separate flags from config optionsJune McEnroe This lets mandoc generate tags for the option names as well, so you can ":t away" in less(1), for example, and anchor links in HTML output. The added No's prevent the equals signs from being part of the anchor links. 2021-06-18Stop referring to server-time as IRCv3.2June McEnroe IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred to as IRCv3.2 because there are two different versions of that spec. 2021-06-17Add mailing list archive to READMEJune McEnroe 2021-06-10Stop accumulating ISUPPORT tokens once MOTD startsJune McEnroe This avoids duplicating tokens when a client sends VERSION and the server responds with its 005s again. 2021-06-09Use seprintf for snip, removing strlcpynJune McEnroe 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe