summaryrefslogtreecommitdiffstats
path: root/html.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-8/+0
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-1/+0
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-37/+5
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-10/+2
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-151-2/+1
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-1/+17
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-131-0/+13
* In case an ID attribute is written in pieces, only protect the firstIngo Schwarze2010-12-271-9/+13
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-1/+0
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-241-26/+24
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-1/+2
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-201-0/+2
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-201-14/+14
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-171-0/+1
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-171-0/+4
* Use a single P tag for paragraph breaks (which can be configured forKristaps Dzonsons2010-12-151-0/+1
* Remove stupid outer DIV tag in favour of regular BODY and HTML that canKristaps Dzonsons2010-12-151-0/+1
* In-progress move from -T[x]html using DIVs for its lists to using DL,Kristaps Dzonsons2010-12-151-7/+4
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-0/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-2/+2
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+2
* Make `Sm' start no-spacing after the first output word. Fix in bothKristaps Dzonsons2010-07-261-0/+2
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-231-1/+5
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-211-3/+9
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-8/+16
* correct lots of copyright notices;Ingo Schwarze2010-07-131-1/+1
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-061-4/+18
* Brought function arguments and style in ine with term_word() in term.cKristaps Dzonsons2010-07-061-7/+7
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-251-5/+5
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-071-2/+0
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-15/+14
* Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel).Kristaps Dzonsons2010-04-121-1/+1
* Removed pipe from front-end ("typographic") recognition as punctuation (noted...Kristaps Dzonsons2010-04-081-2/+4
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...Kristaps Dzonsons2010-04-031-4/+2
* Fixed printing of XHTML DOCTYPE "html" vs. "HTML".Kristaps Dzonsons2010-02-171-1/+5
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-1/+0
* Mandate html attributes for xhtml.Kristaps Dzonsons2010-01-301-5/+27
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-14/+81
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+4
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-161-1/+1
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-161-15/+36
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-151-1/+5
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-141-4/+46
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-141-10/+1
* Fix of fix of -Thtml nospace.Kristaps Dzonsons2009-11-141-3/+3
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-141-5/+9
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-0/+3
* Lint fixes in function call.Kristaps Dzonsons2009-11-101-6/+6
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-091-107/+34