summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* More character-encoding.Kristaps Dzonsons2009-02-276-39/+221
|
* Header and footer now use term API.Kristaps Dzonsons2009-02-261-24/+20
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-264-9/+173
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-264-38/+65
|
* More list work.Kristaps Dzonsons2009-02-253-90/+144
|
* *** empty log message ***Kristaps Dzonsons2009-02-254-45/+67
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-254-65/+132
|
* Support for nested lists added.Kristaps Dzonsons2009-02-254-99/+70
|
* Formatting.Kristaps Dzonsons2009-02-251-2/+3
|
* Fixed version-date tag.VERSION_1_3_5Kristaps Dzonsons2009-02-251-2/+2
|
* Version printed on website.Kristaps Dzonsons2009-02-252-3/+9
|
* NetBSD Lintified.Kristaps Dzonsons2009-02-253-18/+22
|
* Some offsets built into termpair.Kristaps Dzonsons2009-02-253-57/+39
|
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-253-232/+103
|
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-252-11/+137
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-244-27/+104
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More macros filled in.Kristaps Dzonsons2009-02-241-35/+74
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-245-16/+361
|
* Added Fd section validation.Kristaps Dzonsons2009-02-241-76/+88
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-245-21/+41
|
* Added character-encoding checks.Kristaps Dzonsons2009-02-2410-161/+287
|
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-2411-31/+227
|
* Considerably cleaned up the validation code.Kristaps Dzonsons2009-02-232-346/+177
|
* Port works.Kristaps Dzonsons2009-02-233-38/+36
|
* Fixing port generation & instructions.Kristaps Dzonsons2009-02-233-3/+7
|
* Cross-checked NetBSD compile changes to Linux.Kristaps Dzonsons2009-02-232-4/+9
|
* Compiles fine on NetBSD now, too.Kristaps Dzonsons2009-02-234-23/+31
|
* Adding revamped webpage.Kristaps Dzonsons2009-02-238-87/+314
|
* Adding mdoclint.1 manual.Kristaps Dzonsons2009-02-231-0/+116
|
* Added mdoclint.Kristaps Dzonsons2009-02-236-16/+80
| | | | `make regress' uses mdoclint
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-2312-240/+242
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* More documentation in place.Kristaps Dzonsons2009-02-232-9/+57
|
* Considerable mdoc.3 documentation.Kristaps Dzonsons2009-02-234-407/+1150
| | | | Added a few more escapes and macros.
* termact.c -> term.cKristaps Dzonsons2009-02-237-1265/+661
| | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h.
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-227-528/+449
|
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-226-18/+105
| | | | System now supports all mdocml manual pages.
* Initial block-display support.Kristaps Dzonsons2009-02-223-10/+114
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-227-225/+515
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* *** empty log message ***Kristaps Dzonsons2009-02-223-7/+14
|
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-2116-387/+757
| | | | Escape-recognition term.c.
* Split down term.c into term.h, termact.c.Kristaps Dzonsons2009-02-214-580/+775
|
* A few more macros in place.Kristaps Dzonsons2009-02-214-27/+83
|
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-214-91/+291
|
* More flesh in terminal-encoder.Kristaps Dzonsons2009-02-207-225/+819
|
* Re-added tree.c (for now).Kristaps Dzonsons2009-02-205-11/+508
| | | | 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-132/+160
|
* Fix-ups to macro.c.Kristaps Dzonsons2009-01-224-53/+156
|
* Finished proper parsing of -column macros.Kristaps Dzonsons2009-01-223-17/+82
|
* More list tests.Kristaps Dzonsons2009-01-226-0/+60
|