summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Linted on NetBSD side.Kristaps Dzonsons2008-12-101-5/+5
|
* Versioning up.Kristaps Dzonsons2008-12-101-2/+4
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-11/+45
|
* Considerable clean-ups.Kristaps Dzonsons2008-12-091-2/+24
|
* *** empty log message ***Kristaps Dzonsons2008-12-081-1/+23
|
* Added warnings for using macros in the wrong sections.Kristaps Dzonsons2008-12-081-3/+23
|
* *** empty log message ***Kristaps Dzonsons2008-12-071-8/+8
|
* .St macros in place.Kristaps Dzonsons2008-12-061-2/+3
|
* *** empty log message ***Kristaps Dzonsons2008-12-041-2/+2
|
* Moved charset recognition into the filter.Kristaps Dzonsons2008-12-041-4/+5
|
* Character-set validation fixes.Kristaps Dzonsons2008-12-041-2/+3
|
* Character-encoding tests.Kristaps Dzonsons2008-12-041-2/+38
|
* More html-css.Kristaps Dzonsons2008-12-041-2/+3
|
* Major update.Kristaps Dzonsons2008-12-031-2/+6
|
* Abstract ml/mlg/html/xml.Kristaps Dzonsons2008-12-031-15/+6
|
* Transition to splitting xml/ml.Kristaps Dzonsons2008-12-021-1/+8
|
* Added `Sm' functionality.Kristaps Dzonsons2008-12-021-2/+2
|
* Considerably improved roff_text parser.Kristaps Dzonsons2008-12-011-2/+6
| | | | Consolidated noop roff macros.
* Preliminary xml output filter (validate-renamed) done.Kristaps Dzonsons2008-11-301-5/+5
|
* Cleaned up presentation with mbuf_putstring & al.Kristaps Dzonsons2008-11-301-2/+2
|
* Fixed spacing (almost there).Kristaps Dzonsons2008-11-301-2/+2
|
* Validation presentation (html-like).Kristaps Dzonsons2008-11-291-2/+2
| | | | | Fixed newlining for data. Moved roffhead/rofftail to roff_Os.
* Inclusion of "real" validation code.Kristaps Dzonsons2008-11-291-6/+6
|
* Removed superfluous structures from rofftree.Kristaps Dzonsons2008-11-281-14/+12
| | | | Added roffdata for generalised text processing.
* Initial pushing to mbuf.Kristaps Dzonsons2008-11-281-7/+7
|
* *** empty log message ***Kristaps Dzonsons2008-11-271-5/+5
|
* Considerable fixes.Kristaps Dzonsons2008-11-271-5/+8
|
* Added "special" macros.Kristaps Dzonsons2008-11-271-1/+2
|
* Mainly quotes.Kristaps Dzonsons2008-11-271-2/+4
|
* Considerable fixes.Kristaps Dzonsons2008-11-261-85/+127
|
* Added regression tests.Kristaps Dzonsons2008-11-261-6/+12
| | | | Considerable fixes... blah blah blah...
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-251-57/+102
| | | | | Put all names into roff.c with extern access from private.h. Annotated list of changes that must occur for end-game (scope, nests, etc.).
* Single call-back for filters.Kristaps Dzonsons2008-11-251-7/+73
| | | | | Removed verbose flag. Added more macros and arguments.
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-241-2/+24
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-20/+20
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-241-4/+4
|
* Considerable improvements across the board.Kristaps Dzonsons2008-11-231-3/+3
|
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-231-0/+68
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.