summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disabled ChangeLog.html (server's hosed and doesn't have xsltproc).Kristaps Dzonsons2009-09-252-3/+6
* Version: 1.9.6.Kristaps Dzonsons2009-09-251-2/+2
* Lint check (noop).Kristaps Dzonsons2009-09-252-1/+2
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-3/+3
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-243-16/+128
* Fixed segfault in `Rs' empty block.Kristaps Dzonsons2009-09-242-1/+2
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-2/+2
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-245-14/+142
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-242-14/+9
* -offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl...Kristaps Dzonsons2009-09-242-13/+54
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-244-17/+38
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-243-16/+89
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-245-39/+149
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-246-382/+623
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-233-0/+6
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-236-128/+185
* Sync'd currency symbols with newest groff.Kristaps Dzonsons2009-09-232-14/+16
* Sync'd special letters and ligatures with newest groff.Kristaps Dzonsons2009-09-233-73/+84
* Arrows & brackets sync'd with newest groff.Kristaps Dzonsons2009-09-233-29/+89
* Quotes sync'd with newest groff.Kristaps Dzonsons2009-09-233-20/+32
* Accent marks sync'd with current groff.Kristaps Dzonsons2009-09-223-31/+39
* Many more UTF-8 symbols in place.Kristaps Dzonsons2009-09-223-176/+280
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-224-574/+278
* Fixed some characters.Kristaps Dzonsons2009-09-222-15/+67
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-223-47/+48
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-214-16/+103
* Added chars.h to HEADS.VERSION.1.9.5Kristaps Dzonsons2009-09-211-2/+4
* Added html.h to headers that should be distributed.Kristaps Dzonsons2009-09-211-2/+3
* Wrong stylesheet in xsl.Kristaps Dzonsons2009-09-211-1/+1
* Version: 1.9.5.Kristaps Dzonsons2009-09-211-2/+2
* Split html.c into html.h, mdoc_html.c, man_html.c.Kristaps Dzonsons2009-09-215-1690/+1770
* Removed man handling in -Thtml (for now).Kristaps Dzonsons2009-09-212-60/+33
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-212-4/+10
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-212-48/+41
* Fix in outopts processing.Kristaps Dzonsons2009-09-211-1/+1
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-216-63/+95
* getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals).Kristaps Dzonsons2009-09-211-0/+1
* Lint pass (OpenBSD-alpha). Noops.Kristaps Dzonsons2009-09-211-4/+2
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-2110-277/+261
* Added example stylesheet.Kristaps Dzonsons2009-09-212-1/+41
* Tentative addition of front-end utility functions (out.h) (not sure if it's n...Kristaps Dzonsons2009-09-214-239/+545
* Using inline-blocks for header and footer (works much better).Kristaps Dzonsons2009-09-201-57/+41
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-203-28/+261
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-202-4/+26
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-204-184/+206
* Fixed memory leak on close.Kristaps Dzonsons2009-09-202-1/+4
* Considerable, wide-ranging improvements to the -Thtml output mode (most espec...Kristaps Dzonsons2009-09-202-102/+167
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, apparent...Kristaps Dzonsons2009-09-172-95/+443
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-172-13/+331
* More html.Kristaps Dzonsons2009-09-173-313/+448