summary refs log tree commit diff
path: root/bin/1sh/redir.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-11 20:50:58 -0400
committerJune McEnroe <june@causal.agency>2020-09-11 20:52:42 -0400
commit8861587e1a21ef59bd63ceae5c2257bfa5cea870 (patch)
treed53833f880f6794f007ce5d57fe1d24e3896afc8 /bin/1sh/redir.c
parentUse MacPorts rather than pkgsrc (diff)
downloadsrc-8861587e1a21ef59bd63ceae5c2257bfa5cea870.tar.gz
src-8861587e1a21ef59bd63ceae5c2257bfa5cea870.zip
Remove NetBSD from install script
I never use it.
Diffstat (limited to 'bin/1sh/redir.c')
0 files changed, 0 insertions, 0 deletions
d>2020-12-30Support unary + in orderJune McEnroe 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe 2020-12-29Clean up C lexerJune McEnroe 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 2020-12-29Add hilex HTML outputJune McEnroe