summary refs log tree commit diff
path: root/default.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-09 15:12:56 -0400
committerJune McEnroe <june@causal.agency>2021-04-09 15:12:56 -0400
commit5edf949cb743e8da5e73aa2f98695c2dd370657f (patch)
treedc05d06d293a2af23857b8ab5e6da0b03240340f /default.html
parentExit on getopt failure (diff)
downloadbubger-5edf949cb743e8da5e73aa2f98695c2dd370657f.tar.gz
bubger-5edf949cb743e8da5e73aa2f98695c2dd370657f.zip
Remove unnecessary capture group in URL regex
That capture group actually makes the regex ambiguous, it seems,
since apparently some implementations backtrack to match the .
branch rather than the $ branch, leaving off a trailing character
from the second capture group. Regardless, that trailing capture
group is totally unnecessary and I don't know why it was there.
Diffstat (limited to 'default.html')
0 files changed, 0 insertions, 0 deletions
efile?id=4132317b2ba8e75a79d07619e51a47b89f51bf6e&follow=1'>Publish "Compassion"June McEnroe 2022-03-24Skip matches with ident chars on either sideJune McEnroe This fixes, for example, where the link gets placed on static regex_t regex(const char *pattern, int flags) in title.c. 2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe So good, but so long. Reminded me of The Ten Thousand Doors of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick. 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe