about summary refs log tree commit diff
path: root/OpenBSD (follow)
Commit message (Expand)AuthorAge
* Update to Linux man-pages 6.13, OpenBSD 7.7Štěpán Němec2025-06-11
* Update to OpenBSD 7.6 2066.8Štěpán Němec2024-11-05
* Update to OpenBSD 7.5Štěpán Němec2024-05-15
* Update to OpenBSD 7.4 2064.25Kusoneko2023-10-16
* Update to Linux man-pages 6.04, OpenBSD 7.3Štěpán Němec2023-10-11
* Update to OpenBSD 7.2 2063.9June McEnroe2022-10-21
* openbsd: Include man pages from baseXX.tgzKeith Whitney2022-07-27
* Update to OpenBSD 7.1 2062.73June McEnroe2022-05-08
* Update to OpenBSD 7.0 2062.63June McEnroe2021-10-15
* Update to OpenBSD 6.9June McEnroe2021-05-08
* Completely rewrite how manuals are fetched and installedJune McEnroe2021-01-27
.y?id=0566f40843136ae245e3eec886efb30df91275a1&follow=1'>Support unary + in orderJune McEnroe Missed this because operator(7) just doesn't list it, oddly. 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 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