aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
Commit message (Expand)AuthorAgeFilesLines
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-131-4/+4
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-9/+5
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-121-5/+3
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-4/+4
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-22/+10
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-15/+5
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-071-61/+67
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-061-14/+24
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-041-1/+5
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-041-2/+3
* Documented `In' in full.Kristaps Dzonsons2010-06-041-17/+5
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-13/+12
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-6/+5
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-1/+2
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-23/+20
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-3/+1
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-1/+3
* Fix segfault in mixing old enum types for -Thtml -mdoc.Kristaps Dzonsons2010-05-241-3/+3
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-80/+35
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-3/+7
* Documented ie/el.Kristaps Dzonsons2010-05-171-3/+4
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-3/+3
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-7/+8
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...Kristaps Dzonsons2010-04-081-11/+3
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Son...Kristaps Dzonsons2010-04-071-1/+2
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-1/+3
* `Fl' now correctly suppresses the trailing space if followed by macros on the...Kristaps Dzonsons2010-04-061-3/+3
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-051-37/+42
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-1/+4
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-2/+2
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-3/+6
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-2/+2
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-7/+9
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-17/+5
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-4/+25
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc...Kristaps Dzonsons2009-12-021-3/+3
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-4/+2
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-7/+6
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-311-3/+6
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-2/+2
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-4/+5
* Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, -m...Kristaps Dzonsons2009-10-281-10/+11
* Fixed un-reset buffer in `.In', -Thtml, -mdoc.Kristaps Dzonsons2009-10-281-14/+16
* Added "summary" tag to tables in order to silence HTML-tidy's complaints.Kristaps Dzonsons2009-10-271-5/+10
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-7/+7
* Full `%U' support.Kristaps Dzonsons2009-10-261-18/+28
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4