summary refs log tree commit diff
path: root/contexts.c (follow)
Commit message (Expand)AuthorAge
* Use X macro for statementsJune McEnroe2020-07-12
* Add network MOTD to contexts pageJune McEnroe2020-07-12
* Reorganize code and add earlier messages linkJune McEnroe2020-07-12
* Clean up page error handlingJune McEnroe2020-07-12
* Sort networks and contexts case-insensitivelyJune McEnroe2020-07-11
* Clean up page handlersJune McEnroe2020-07-11
* Factor out "scope" of pagesJune McEnroe2020-07-11
* Add -l and -r optionsJune McEnroe2020-07-10
* Move search help to footerJune McEnroe2020-07-10
* Fold search form into navJune McEnroe2020-07-10
* List active contexts firstJune McEnroe2020-07-10
* Implement very basic events listingJune McEnroe2020-07-09
* Add search formsJune McEnroe2020-07-09
* Split code and add breadcrumb navJune McEnroe2020-07-09
src/commit/bin/hilex/c.l?id=321b5f4bc23174d4abacc951cdee45d4f6f5c97d&follow=1'>Match 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