summary refs log tree commit diff
path: root/export.c (follow)
Commit message (Expand)AuthorAge
* Factor out path functionsJune McEnroe2020-04-12
* Fetch and parse BODYSTRUCTUREJune McEnroe2020-04-12
* Do not use <h1> for subject linesJune McEnroe2020-04-12
* Concatenate Atom threadsJune McEnroe2020-04-10
* Concatenate mbox threadsJune McEnroe2020-04-10
* Clean up exportDataJune McEnroe2020-04-10
* Move parseEnvelope to parse.cJune McEnroe2020-04-10
* Move extra atoms into the predefined enumJune McEnroe2020-04-10
* Use dataCheck in parsingJune McEnroe2020-04-10
* Refactor main loop state machineJune McEnroe2020-04-10
* Rename exportThreads to exportFetchJune McEnroe2020-04-10
* Link mbox files into message/June McEnroe2020-04-10
* Move export code to export.cJune McEnroe2020-04-09
-12-29 17:44:48 -0500'>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