summaryrefslogtreecommitdiffstats
path: root/private.h
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Kristaps Dzonsons2008-12-151-5/+4
|
* Purged all old files in favour of new design. Selective reintegration.Kristaps Dzonsons2008-12-151-370/+35
|
* Made noop the default filter.Kristaps Dzonsons2008-12-101-0/+4
|
* Put prelude checking into asec.Kristaps Dzonsons2008-12-101-16/+19
|
* Linted on NetBSD side.Kristaps Dzonsons2008-12-101-4/+4
|
* Versioning up.Kristaps Dzonsons2008-12-101-1/+3
|
* *** empty log message ***Kristaps Dzonsons2008-12-101-10/+44
|
* Considerable clean-ups.Kristaps Dzonsons2008-12-091-1/+23
|
* *** empty log message ***Kristaps Dzonsons2008-12-081-0/+22
|
* Added warnings for using macros in the wrong sections.Kristaps Dzonsons2008-12-081-2/+22
|
* *** empty log message ***Kristaps Dzonsons2008-12-071-7/+7
|
* .St macros in place.Kristaps Dzonsons2008-12-061-1/+2
|
* *** empty log message ***Kristaps Dzonsons2008-12-041-1/+1
|
* Moved charset recognition into the filter.Kristaps Dzonsons2008-12-041-3/+4
|
* Character-set validation fixes.Kristaps Dzonsons2008-12-041-1/+2
|
* Character-encoding tests.Kristaps Dzonsons2008-12-041-1/+37
|
* More html-css.Kristaps Dzonsons2008-12-041-1/+2
|
* Major update.Kristaps Dzonsons2008-12-031-1/+5
|
* Abstract ml/mlg/html/xml.Kristaps Dzonsons2008-12-031-14/+5
|
* Transition to splitting xml/ml.Kristaps Dzonsons2008-12-021-0/+7
|
* Added `Sm' functionality.Kristaps Dzonsons2008-12-021-1/+1
|
* Considerably improved roff_text parser.Kristaps Dzonsons2008-12-011-1/+5
| | | | Consolidated noop roff macros.
* Preliminary xml output filter (validate-renamed) done.Kristaps Dzonsons2008-11-301-4/+4
|
* Cleaned up presentation with mbuf_putstring & al.Kristaps Dzonsons2008-11-301-1/+1
|
* Fixed spacing (almost there).Kristaps Dzonsons2008-11-301-1/+1
|
* Validation presentation (html-like).Kristaps Dzonsons2008-11-291-1/+1
| | | | | Fixed newlining for data. Moved roffhead/rofftail to roff_Os.
* Inclusion of "real" validation code.Kristaps Dzonsons2008-11-291-5/+5
|
* Removed superfluous structures from rofftree.Kristaps Dzonsons2008-11-281-13/+11
| | | | Added roffdata for generalised text processing.
* Initial pushing to mbuf.Kristaps Dzonsons2008-11-281-6/+6
|
* *** empty log message ***Kristaps Dzonsons2008-11-271-4/+4
|
* Considerable fixes.Kristaps Dzonsons2008-11-271-4/+7
|
* Added "special" macros.Kristaps Dzonsons2008-11-271-0/+1
|
* Mainly quotes.Kristaps Dzonsons2008-11-271-1/+3
|
* Considerable fixes.Kristaps Dzonsons2008-11-261-84/+126
|
* Added regression tests.Kristaps Dzonsons2008-11-261-5/+11
| | | | Considerable fixes... blah blah blah...
* Imported all macros from mdoc(7).Kristaps Dzonsons2008-11-251-56/+101
| | | | | 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-6/+72
| | | | | Removed verbose flag. Added more macros and arguments.
* Generic roff_layout for layout tokens.Kristaps Dzonsons2008-11-241-1/+23
|
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-19/+19
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-241-3/+3
|
* Considerable improvements across the board.Kristaps Dzonsons2008-11-231-2/+2
|
* 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.