summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Modified in_line_eoln() to handle leading punctuation.VERSION.1.9.20Kristaps Dzonsons2010-03-301-21/+33
* Last remaining bits for leading-punctuation in blk_exp().Kristaps Dzonsons2010-03-301-53/+65
* Fixed segfault with accidentally-munged tree.Kristaps Dzonsons2010-03-291-10/+8
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-75/+107
* Made `Xr' compatible with groff calling conventions where arguments following...Kristaps Dzonsons2010-02-171-2/+18
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-1/+27
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-0/+11
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-0/+1
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-0/+1
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-201-0/+1
* Lintifications.Kristaps Dzonsons2009-09-161-13/+13
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-1/+1
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-201-2/+2
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-191-264/+201
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-191-9/+0
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-131-1/+2
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-291-27/+12
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-17/+23
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-5/+4
* Allow `An' to accept NULL arguments (-split/-nosplit).Kristaps Dzonsons2009-07-241-3/+5
* Noted that `Pa' can accept 0 arguments.Kristaps Dzonsons2009-07-211-0/+2
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-59/+25
* Made `Cd' parseable (too many SYNOPSIS sections do this).Kristaps Dzonsons2009-07-191-1/+1
* Explicit-close macros now only warn when encountering trailing terms, notKristaps Dzonsons2009-07-191-6/+6
* Documented `br' macro in mdoc.7.Kristaps Dzonsons2009-07-171-6/+2
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-0/+2
* `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok jmc...Kristaps Dzonsons2009-07-121-3/+40
* Made `In' handling work in new-groff style (see mdoc.samples).Kristaps Dzonsons2009-07-071-1/+1
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-2/+2
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-79/+11
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-2/+2
* Removed superfluous FIXMEs (fixed already).Kristaps Dzonsons2009-06-171-2/+0
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-2/+1
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-4/+8
* `Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-06-111-3/+3
* `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-06-111-1/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-2/+6
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-2/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-6/+0
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-11/+54
* Fixes in going over all OpenBSD manuals.Kristaps Dzonsons2009-03-271-10/+22
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-4/+1
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+1446