summaryrefslogtreecommitdiffstatshomepage
path: root/mmain.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+2
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-9/+2
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-151-30/+67
| | | | mdocterm punts to nroff if it fails parsing
* Fixed valgrind issues.VERSION_1_4_6Kristaps Dzonsons2009-03-091-5/+6
|
* 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