summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***VERSION.1.3.11Kristaps Dzonsons2009-02-281-1/+1
|
* Made `Ds' emit a warning.Kristaps Dzonsons2009-02-282-4/+8
| | | | Default width is 78.
* Added support for traditional `Ds' width.Kristaps Dzonsons2009-02-282-5/+6
|
* Version up.VERSION.1.3.10Kristaps Dzonsons2009-02-281-1/+1
|
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-286-60/+213
|
* Version up.VERSION.1.3.9Kristaps Dzonsons2009-02-281-1/+1
|
* Fixed delimiter end-of-line parsing.Kristaps Dzonsons2009-02-281-0/+4
|
* Version up.VERSION.1.3.8Kristaps Dzonsons2009-02-281-2/+2
|
* Finalised index.sgml for NetBSD pkgsrc.Kristaps Dzonsons2009-02-281-5/+23
|
* More pkgsrc stuff.Kristaps Dzonsons2009-02-281-2/+5
|
* Initial NetBSD pkgsrc.Kristaps Dzonsons2009-02-273-5/+42
|
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION.1.3.6Kristaps Dzonsons2009-02-275-35/+48
|
* Lintified sources.Kristaps Dzonsons2009-02-276-21/+31
|
* Versioning up.Kristaps Dzonsons2009-02-271-2/+2
|
* Added more character-escape regressions.Kristaps Dzonsons2009-02-273-0/+68
|
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-274-24/+164
|
* More character-encoding.Kristaps Dzonsons2009-02-276-30/+212
|
* Header and footer now use term API.Kristaps Dzonsons2009-02-261-23/+19
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-264-3/+167
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-264-34/+61
|
* More list work.Kristaps Dzonsons2009-02-253-87/+141
|
* *** empty log message ***Kristaps Dzonsons2009-02-254-40/+62
|
* Added [almost] all list types.Kristaps Dzonsons2009-02-254-61/+128
|
* Support for nested lists added.Kristaps Dzonsons2009-02-254-95/+66
|
* Formatting.Kristaps Dzonsons2009-02-251-1/+2
|
* Fixed version-date tag.VERSION.1.3.5Kristaps Dzonsons2009-02-251-2/+2
|
* Version printed on website.Kristaps Dzonsons2009-02-252-2/+8
|
* NetBSD Lintified.Kristaps Dzonsons2009-02-253-13/+17
|
* Some offsets built into termpair.Kristaps Dzonsons2009-02-253-54/+36
|
* Added "termpair" for symmetric flag-setting.Kristaps Dzonsons2009-02-253-229/+100
|
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-252-9/+135
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-244-23/+100
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More macros filled in.Kristaps Dzonsons2009-02-241-34/+73
|
* Added several more mdocterm outputs.Kristaps Dzonsons2009-02-245-11/+356
|
* Added Fd section validation.Kristaps Dzonsons2009-02-241-75/+87
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-245-15/+35
|
* Added character-encoding checks.Kristaps Dzonsons2009-02-2410-157/+283
|
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-2411-24/+220
|
* Considerably cleaned up the validation code.Kristaps Dzonsons2009-02-232-345/+176
|
* Port works.Kristaps Dzonsons2009-02-233-37/+35
|
* Fixing port generation & instructions.Kristaps Dzonsons2009-02-233-2/+6
|
* Cross-checked NetBSD compile changes to Linux.Kristaps Dzonsons2009-02-232-2/+7
|
* Compiles fine on NetBSD now, too.Kristaps Dzonsons2009-02-234-19/+27
|
* Adding revamped webpage.Kristaps Dzonsons2009-02-238-83/+310
|
* 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.