summaryrefslogtreecommitdiffstats
path: root/mdoc.c
Commit message (Expand)AuthorAgeFilesLines
* main.c using fprintf instead of warnx for parse errors (like cc).Kristaps Dzonsons2009-07-271-2/+2
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-1/+0
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-1/+0
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-1/+1
* Added Linux compat (strlcpy).Kristaps Dzonsons2009-07-161-0/+4
* libmdoc now breaks up free-form lines into tokens prior to be passed to the b...Kristaps Dzonsons2009-07-151-33/+95
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-0/+1
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-174/+60
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-126/+187
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-13/+8
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-0/+5
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-13/+21
* Fixed lint invocation in Makefile.Kristaps Dzonsons2009-06-171-12/+14
* Clean-up: in-source documentation.Kristaps Dzonsons2009-06-161-4/+0
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-5/+5
* Modernised comment handling: text following \" is thrown away beforeKristaps Dzonsons2009-06-161-5/+1
* Deprecated mdoc_msg (not being used anywhere).Kristaps Dzonsons2009-06-151-49/+0
* Removed mdoc_nwarn (not being used anywhere).Kristaps Dzonsons2009-06-151-17/+0
* mdoc error/warn macros replaced with real functions for GCC2 support (miod@op...Kristaps Dzonsons2009-06-151-0/+132
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-2/+4
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-7/+9
* General clean-ups.Kristaps Dzonsons2009-03-311-120/+136
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-10/+5
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-20/+26
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-30/+18
* Added %Q macro.Kristaps Dzonsons2009-03-211-1/+2
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-8/+41
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-3/+30
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+2
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-5/+6
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-3/+5
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-1/+13
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-2/+0
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-1/+2
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-1/+1
* Fixed valgrind issues.VERSION.1.4.6Kristaps Dzonsons2009-03-091-2/+2
* Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4Kristaps Dzonsons2009-03-091-5/+20
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-1/+2
* Added .Ap.Kristaps Dzonsons2009-03-081-1/+1
* Updated manuals.Kristaps Dzonsons2009-03-081-2/+2
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-0/+2
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-199/+105
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-61/+7
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-2/+3
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-5/+16
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-011-1/+6
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-128/+13
* BROKEN BUILD: migrating to mmain stuff.Kristaps Dzonsons2009-02-221-2/+2