summary refs log tree commit diff
path: root/etc/psf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-19 21:55:05 +0000
committerJune McEnroe <june@causal.agency>2020-12-27 19:59:50 -0500
commit77bcc498a1716ca2ea9ad805bc00a2fdf1507ec2 (patch)
tree9e1fb2f0dbea849cf06596f53e14e24d6c79b078 /etc/psf
parentDisallow blame in robots.txt (diff)
downloadsrc-77bcc498a1716ca2ea9ad805bc00a2fdf1507ec2.tar.gz
src-77bcc498a1716ca2ea9ad805bc00a2fdf1507ec2.zip
Show symlink targets in tree listing
Add links to symbolic link targets in tree listings, formatted like
"ls -l".  Path normalization collapses any ".." components of the link.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
. 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