summary refs log tree commit diff
path: root/www/photo.causal.agency/0092
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2026-04-26 23:22:46 -0400
committerJune McEnroe <june@causal.agency>2026-04-26 23:22:46 -0400
commitbe5013d805f97a8eeba3ceb9f753495c3b4f4f78 (patch)
treeef326befeb2eeedc37d099640e4a6b92fcbac776 /www/photo.causal.agency/0092
parentAdd dais from Left Hand of Darkness (diff)
downloadsrc-master.tar.gz
src-master.zip
Retry on EINTR from waitpid(2) HEAD master
This was reported by hovsater on IRC but I only saw it on my phone
and I guess am missing logs for it. In any case the link to their
patch is expired, so I wrote this.
Diffstat (limited to 'www/photo.causal.agency/0092')
0 files changed, 0 insertions, 0 deletions
2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe