summaryrefslogtreecommitdiffstats
path: root/mdoc_action.c
Commit message (Expand)AuthorAgeFilesLines
* Lintifications.Kristaps Dzonsons2009-09-161-1/+1
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-1/+1
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-187/+172
* Made out-of-order prologue macros not cause an error.Kristaps Dzonsons2009-07-261-1/+4
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-1/+0
* Added `St -ieee1275-94'.Kristaps Dzonsons2009-07-241-1/+6
* Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ...Kristaps Dzonsons2009-07-211-5/+5
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-0/+2
* Subtle fixes correcting vis count with erroneously-decorated whitespace.Kristaps Dzonsons2009-07-161-15/+0
* Removed assertion (disregarded blank literal lines).Kristaps Dzonsons2009-07-151-0/+15
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+32
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+18
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-121-12/+38
* Made `In' handling work in new-groff style (see mdoc.samples).Kristaps Dzonsons2009-07-071-1/+2
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-83/+29
* Consolidated mdoc_action pwarn->perr.Kristaps Dzonsons2009-07-061-33/+19
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-4/+3
* Updating web-page to be a bit more compact.Kristaps Dzonsons2009-06-251-1/+5
* Noted .Cd tabs-ok issue (will fix later).Kristaps Dzonsons2009-06-221-1/+1
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-1/+1
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-5/+5
* Clean-up.Kristaps Dzonsons2009-06-171-3/+2
* Lint fixes.Kristaps Dzonsons2009-06-171-2/+2
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-0/+51
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-1/+1
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-2/+1
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-1/+2
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-1/+23
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Removed forgotten printfs.Kristaps Dzonsons2009-04-061-6/+0
* Fix bogus use of mdoc->last in action pre-handler (!!!!!).Kristaps Dzonsons2009-04-061-2/+9
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-0/+5
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-2/+3
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+1
* General clean-ups.Kristaps Dzonsons2009-03-311-66/+136
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-0/+713