summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Collapse)AuthorAgeFilesLines
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+6
| | | | Added nchild to libmdoc, deprecated count() functions in validator.
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-14/+22
| | | | Cleaned up string->enum conversion for section lookup.
* Fixed lint invocation in Makefile.Kristaps Dzonsons2009-06-171-13/+15
| | | | Minor cleanups in mdoc.c.
* Clean-up: in-source documentation.Kristaps Dzonsons2009-06-161-5/+1
|
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵Kristaps Dzonsons2009-06-161-6/+6
| | | | parser).
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-6/+2
| | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7.
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-50/+1
|
* Removed mdoc_nwarn (not being used anywhere).Kristaps Dzonsons2009-06-151-18/+1
|
* mdoc error/warn macros replaced with real functions for GCC2 support ↵Kristaps Dzonsons2009-06-151-1/+133
| | | | (miod@openbsd.org).
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-3/+5
| | | | Versioning up.
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-8/+10
| | | | Initial man hashtab (BROKEN).
* General clean-ups.Kristaps Dzonsons2009-03-311-121/+137
|
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-11/+6
|
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-21/+27
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-31/+19
| | | | Abstraction of mdoc.
* Added %Q macro.Kristaps Dzonsons2009-03-211-2/+3
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-9/+42
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-4/+31
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-3/+3
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-6/+7
| | | | | | | | | | | 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.
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-4/+6
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-2/+14
| | | | mdoc.3 indicates compatibilities and bugs.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-3/+1
| | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway.
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+3
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-2/+2
|
* Fixed valgrind issues.VERSION_1_4_6Kristaps Dzonsons2009-03-091-3/+3
|
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-6/+21
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-2/+3
|
* Added .Ap.Kristaps Dzonsons2009-03-081-2/+2
|
* Updated manuals.Kristaps Dzonsons2009-03-081-3/+3
| | | | Added -fign-scope and -fign-escape.
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-1/+3
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-200/+106
| | | | | 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-62/+8
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-3/+4
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-6/+17
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-2/+7
| | | | Backed-out assertion about Bd subtypes.
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-129/+14
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-3/+3
|
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-11/+15
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Removed tree-writing capability (for now, only validates and exits).Kristaps Dzonsons2009-02-201-8/+19
|
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-6/+9
|
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-19/+19
|
* Lint- and NetBSD-compiler checks.Kristaps Dzonsons2009-01-201-3/+3
|
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-2/+9
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-201-1/+2
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-13/+34
| | | | Added line-arg softmax.
* Plugged memory leak in meta free.Kristaps Dzonsons2009-01-191-13/+6
|
* More correct validation.Kristaps Dzonsons2009-01-191-7/+14
| | | | Elision of prologue macros from main tree.