summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Collapse)AuthorAgeFilesLines
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-271-3/+3
| | | | | | Error string is now file:line:col: message. Removed sed from vim -q example in manuals.7. Fixed column reporting (off by one).
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-2/+1
|
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-2/+1
| | | | Added `sp' handler.
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-2/+2
|
* Added Linux compat (strlcpy).Kristaps Dzonsons2009-07-161-1/+5
|
* libmdoc now breaks up free-form lines into tokens prior to be passed to the ↵Kristaps Dzonsons2009-07-151-34/+96
| | | | backend (simplifies LITERAL mode in front-end).
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+2
| | | | | | Added warning against bogus `Lb' (like groff does). Added proper quotes around `Lb' in mdoc_term.c. Moved mdoc_a2lib -> libmdoc (where it belongs).
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-175/+61
|
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-127/+188
|
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-14/+9
|
* 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
|