summaryrefslogtreecommitdiffstats
path: root/mdoc_strings.c
Commit message (Expand)AuthorAgeFilesLines
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-8/+8
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-35/+27
* Explicitly account for \*(Ba when checking for delims. Noted by Jason McInty...Kristaps Dzonsons2010-05-091-5/+11
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-1/+1
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...Kristaps Dzonsons2010-04-031-5/+5
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-7/+7
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-021-26/+0
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-1/+1
* Full `%U' support.Kristaps Dzonsons2009-10-261-0/+1
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-201-1/+3
* Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...Kristaps Dzonsons2009-07-041-77/+0
* Added -split and -nosplit "I-Don't-Like" note to mdoc.7 (there really must be...Kristaps Dzonsons2009-06-221-1/+2
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-32/+28
* Noted deprecation of \*( and \* special-character escapes.Kristaps Dzonsons2009-06-171-7/+2
* Mdocdate fix (literals being replaced) ({cnst,schwarze}@openbsd.org).Kristaps Dzonsons2009-06-151-2/+2
* Made per-macro "now callable" COMPATIBILITY claims into a single "most macros...Kristaps Dzonsons2009-06-121-0/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Added \^ and \~ escapes (Joerg).Kristaps Dzonsons2009-04-121-0/+4
* General clean-ups.Kristaps Dzonsons2009-03-311-0/+320