summaryrefslogtreecommitdiffstats
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-191-1/+1
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-191-0/+5
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-1/+47
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-041-13/+3
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-29/+16
* Implemented -Thtml bits for handling `Nm' blocks.Kristaps Dzonsons2010-07-021-8/+61
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-13/+16
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-011-2/+2
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-2/+2
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-5/+5
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-0/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-131-3/+3
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-8/+4
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-4/+2
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-3/+3
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-21/+9
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-14/+4
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-071-60/+66
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-061-13/+23
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-041-0/+4
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-041-1/+2
* Documented `In' in full.Kristaps Dzonsons2010-06-041-16/+4
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-12/+11
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-5/+4
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-0/+1
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-22/+19
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-2/+0
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-0/+2
* Fix segfault in mixing old enum types for -Thtml -mdoc.Kristaps Dzonsons2010-05-241-2/+2
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-79/+34
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-2/+6
* Documented ie/el.Kristaps Dzonsons2010-05-171-2/+3
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-2/+2
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-6/+7
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...Kristaps Dzonsons2010-04-081-10/+2
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son...Kristaps Dzonsons2010-04-071-0/+1
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-0/+2
* `Fl' now correctly suppresses the trailing space if followed by macros on the...Kristaps Dzonsons2010-04-061-2/+2
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-051-36/+41
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-0/+3
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-1/+1
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-2/+5
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-1/+1
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+8
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-16/+4
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-3/+24
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc...Kristaps Dzonsons2009-12-021-2/+2