summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo in st.in (Alan Bueno, alan.bsd@gmail.com)Kristaps Dzonsons2009-09-271-2/+2
|
* SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does).Kristaps Dzonsons2009-09-261-18/+25
|
* Fixed -Thtml handling of -compact lists.Kristaps Dzonsons2009-09-261-22/+51
| | | | Fixed -Thtml handling of `Bd' prior vspace and embedded macros.
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-262-62/+40
| | | | Fixed effect of embedding macros in `Bd' (was printing all on each line instead of grouping).
* Changed stylesheet used for local documents.VERSION_1_9_6Kristaps Dzonsons2009-09-251-19/+61
|
* Temporarily disabled ChangeLog.html (server's hosed and doesn't have xsltproc).Kristaps Dzonsons2009-09-252-4/+7
|
* Version: 1.9.6.Kristaps Dzonsons2009-09-251-2/+2
|
* Lint check (noop).Kristaps Dzonsons2009-09-252-3/+4
|
* Changed -Thtml document header to be 10/80/10 with no wrapping of the middle.Kristaps Dzonsons2009-09-251-4/+4
|
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-243-18/+130
| | | | | -Thtml behaves like -Tascii for printing. Printing of `Rs' elements cross-checked with new groff.
* Fixed segfault in `Rs' empty block.Kristaps Dzonsons2009-09-242-3/+4
|
* Lint-fixes (noop).Kristaps Dzonsons2009-09-241-3/+3
|
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-245-19/+147
| | | | | `Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C).
* 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 ↵Kristaps Dzonsons2009-09-242-15/+56
| | | | mdoc.samples).
* Fix in -Tascii where `Lb' causes line-break in any section (should only ↵Kristaps Dzonsons2009-09-244-20/+41
| | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character.
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-243-18/+91
| | | | -Thtml and -Tascii now have equivalent functionality.
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-245-43/+153
| | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section.
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-246-386/+627
| | | | Minor space issues fixed in -Tascii.
* 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
| | | | Re-added text links to index.sgml (just for show).
* 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
| | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff.
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-224-578/+282
| | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml.
* Fixed some characters.Kristaps Dzonsons2009-09-222-17/+69
| | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too).
* 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
| | | | Added some UTF chars to chars.in.
* 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
| | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage.
* 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
| | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices.
* Added example stylesheet.Kristaps Dzonsons2009-09-212-2/+42
|
* Tentative addition of front-end utility functions (out.h) (not sure if it's ↵Kristaps Dzonsons2009-09-214-240/+546
| | | | | | necessary). More -Thtml installments.
* 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 ↵Kristaps Dzonsons2009-09-204-188/+210
| | | | -hang, now) and -column is still pending.