summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-14/+22
* Fixed lint invocation in Makefile.Kristaps Dzonsons2009-06-171-13/+15
* Clean-up: in-source documentation.Kristaps Dzonsons2009-06-161-5/+1
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-6/+6
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-6/+2
* 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 (miod@op...Kristaps Dzonsons2009-06-151-1/+133
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-3/+5
* 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
* 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
* 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
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-4/+31
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-3/+3
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-6/+7
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-4/+6
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-2/+14
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-3/+1
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-2/+3
* 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
* 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
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-1/+3
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-200/+106
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-62/+8
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-3/+4
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-6/+17
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-2/+7
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-129/+14
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-3/+3
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-11/+15
* 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