summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding mdoclint.1 manual.Kristaps Dzonsons2009-02-231-0/+116
|
* Added mdoclint.Kristaps Dzonsons2009-02-236-11/+75
| | | | `make regress' uses mdoclint
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-2312-227/+229
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* More documentation in place.Kristaps Dzonsons2009-02-232-7/+55
|
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-234-403/+1146
| | | | Added a few more escapes and macros.
* termact.c -> term.cKristaps Dzonsons2009-02-237-1261/+657
| | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h.
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-227-524/+445
|
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-226-12/+99
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-223-7/+111
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-227-218/+508
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* *** empty log message ***Kristaps Dzonsons2009-02-223-2/+9
|
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-2116-375/+745
| | | | Escape-recognition term.c.
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-214-579/+774
|
* A few more macros in place.Kristaps Dzonsons2009-02-214-24/+80
|
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-214-88/+288
|
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-207-217/+811
|
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-205-9/+506
| | | | Added initial terminal-output filter (term.c).
* Removed (moving) tree.c.Kristaps Dzonsons2009-02-202-138/+3
|
* Removed tree-writing capability (for now, only validates and exits).Kristaps Dzonsons2009-02-204-129/+157
|
* Fix-ups to macro.c.Kristaps Dzonsons2009-01-224-50/+153
|
* Finished proper parsing of -column macros.Kristaps Dzonsons2009-01-223-16/+81
|
* More list tests.Kristaps Dzonsons2009-01-226-0/+60
|
* *** empty log message ***Kristaps Dzonsons2009-01-213-64/+190
|
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-2132-29/+184
|
* Added regression tests (just for prologue, for now).Kristaps Dzonsons2009-01-2032-35/+161
| | | | Minor fixes in parsing prologue.
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-205-54/+165
|
* Minor documentation.Kristaps Dzonsons2009-01-201-0/+4
|
* Added manual pages to INSTALL.VERSION.1.2.0Kristaps Dzonsons2009-01-201-1/+3
|
* Tagged version.Kristaps Dzonsons2009-01-202-3/+2
|
* More documentation/installation fixes.Kristaps Dzonsons2009-01-203-12/+19
|
* Lint- and NetBSD-compiler checks.Kristaps Dzonsons2009-01-203-11/+11
|
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-2011-48/+135
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-204-31/+37
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-207-101/+257
| | | | Added line-arg softmax.
* Removed FIXME for Bf.Kristaps Dzonsons2009-01-191-1/+1
|
* Bf macro properly supported.Kristaps Dzonsons2009-01-191-1/+47
|
* Plugged memory leak in meta free.Kristaps Dzonsons2009-01-191-12/+5
|
* More correct validation.Kristaps Dzonsons2009-01-197-58/+124
| | | | Elision of prologue macros from main tree.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-196-96/+108
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* Lint checks.Kristaps Dzonsons2009-01-175-105/+108
|
* Added tests to makefile.Kristaps Dzonsons2009-01-173-84/+134
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-179-278/+401
|
* Separating output filters.Kristaps Dzonsons2009-01-175-31/+80
|
* Initial separation of tree/mdocml.1.Kristaps Dzonsons2009-01-166-144/+366
| | | | | Finished mdoc.3. Broken build: mdocml.c.
* Boolean validation.Kristaps Dzonsons2009-01-162-30/+70
|
* Added more validation (parents/msecs).Kristaps Dzonsons2009-01-166-167/+233
| | | | Initial function documentation for mdoc.3.
* Clean-ups & documentation.Kristaps Dzonsons2009-01-166-10/+55
|
* Finished re-fitting err/warn/msg routines.Kristaps Dzonsons2009-01-166-94/+104
| | | | Some minor bug-fixes.
* Broken build (changing err/warn/msg function prototypes for clarity).Kristaps Dzonsons2009-01-156-323/+168
|
* *** empty log message ***VERSION.1.1.0Kristaps Dzonsons2009-01-151-9/+5
|