summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-245-19/+147
* Proper handling of `Rs' blocks in -Thtml.Kristaps Dzonsons2009-09-242-15/+10
* -offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl...Kristaps Dzonsons2009-09-242-15/+56
* Fix in -Tascii where `Lb' causes line-break in any section (should only happe...Kristaps Dzonsons2009-09-244-20/+41
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-243-18/+91
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-245-43/+153
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-246-386/+627
* FreeBSD compile fixes (uqs@spoerlein.net).Kristaps Dzonsons2009-09-233-3/+9
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-236-133/+190
* Sync'd currency symbols with newest groff.Kristaps Dzonsons2009-09-232-16/+18
* Sync'd special letters and ligatures with newest groff.Kristaps Dzonsons2009-09-233-76/+87
* Arrows & brackets sync'd with newest groff.Kristaps Dzonsons2009-09-233-32/+92
* Quotes sync'd with newest groff.Kristaps Dzonsons2009-09-233-24/+36
* Accent marks sync'd with current groff.Kristaps Dzonsons2009-09-223-34/+42
* Many more UTF-8 symbols in place.Kristaps Dzonsons2009-09-223-179/+283
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-224-578/+282
* Fixed some characters.Kristaps Dzonsons2009-09-222-17/+69
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-223-51/+52
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-214-18/+105
* 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-1691/+1771
* Removed man handling in -Thtml (for now).Kristaps Dzonsons2009-09-212-62/+35
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-212-6/+12
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-212-50/+43
* Fix in outopts processing.Kristaps Dzonsons2009-09-211-2/+2
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-216-66/+98
* getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals).Kristaps Dzonsons2009-09-211-1/+2
* Lint pass (OpenBSD-alpha). Noops.Kristaps Dzonsons2009-09-211-5/+3
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-2110-282/+266
* Added example stylesheet.Kristaps Dzonsons2009-09-212-2/+42
* Tentative addition of front-end utility functions (out.h) (not sure if it's n...Kristaps Dzonsons2009-09-214-240/+546
* Using inline-blocks for header and footer (works much better).Kristaps Dzonsons2009-09-201-58/+42
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-203-31/+264
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-202-6/+28
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-204-188/+210
* Fixed memory leak on close.Kristaps Dzonsons2009-09-202-3/+6
* Considerable, wide-ranging improvements to the -Thtml output mode (most espec...Kristaps Dzonsons2009-09-202-104/+169
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, apparent...Kristaps Dzonsons2009-09-172-97/+445
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-172-15/+333
* More html.Kristaps Dzonsons2009-09-173-316/+451
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-179-100/+143
* More updates to html.c.Kristaps Dzonsons2009-09-163-154/+327
* Lintifications.Kristaps Dzonsons2009-09-164-22/+22
* Put closedelim and opendelim right in term_word() (unnecessary extra function).Kristaps Dzonsons2009-09-161-65/+41
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-169-176/+63
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-169-105/+723
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-156-314/+131