summaryrefslogtreecommitdiffstatshomepage
path: root/mmain.c
Commit message (Collapse)AuthorAgeFilesLines
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-15/+35
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Fixed strings.sh to work with NetBSD.Kristaps Dzonsons2009-03-081-4/+4
| | | | Fixed various lint warnings.
* Removed static limitation of buffer size.Kristaps Dzonsons2009-03-081-27/+21
|
* Updated manuals.Kristaps Dzonsons2009-03-081-4/+9
| | | | Added -fign-scope and -fign-escape.
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-5/+30
| | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added).
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-5/+8
| | | | | Added -V option. Deprecated README files.
* Cross-checked NetBSD compile changes to Linux.Kristaps Dzonsons2009-02-231-3/+3
|
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-2/+5
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* termact.c -> term.cKristaps Dzonsons2009-02-231-32/+40
| | | | | | term.c -> mdocterm.c tree.c -> mdoctree.c Fixed/finished mmain.h.
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-0/+328