aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-084-84/+172
| | | | Added many -man -Thtml functions (almost complete).
* Fixed side-effect of linting (oops).Kristaps Dzonsons2009-10-071-5/+6
|
* Lint-ified.Kristaps Dzonsons2009-10-072-5/+8
|
* Fixed superfluous function declaration (spotted by Ulrich Sporlein).Kristaps Dzonsons2009-10-071-2/+1
|
* Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net).Kristaps Dzonsons2009-10-071-31/+31
|
* Lint-ified.Kristaps Dzonsons2009-10-071-16/+18
|
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵Kristaps Dzonsons2009-10-073-22/+59
| | | | | | | (better more than less). Fixed -column widths for -Thtml -mdoc. Fixed left-hand margin padding for -Thtml -mdoc.
* Set field widths n -> m.Kristaps Dzonsons2009-10-071-20/+20
|
* Additions to -Tman -Thtml: all structural components tested & in place.Kristaps Dzonsons2009-10-077-606/+768
| | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release).
* `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.Kristaps Dzonsons2009-10-071-1/+4
|
* Header buffers in -man -Tascii are static.Kristaps Dzonsons2009-10-071-8/+3
|
* Structural components of -man -Thtml in place (note that HP is the same as ↵Kristaps Dzonsons2009-10-043-24/+84
| | | | IP, as HTML doesn't "do" this construction without fixed page widths).
* Initial IP implementation in -Thtml -man.Kristaps Dzonsons2009-10-041-6/+93
|
* SS, SH, PP, P, LP, br, sp tags in -man -Thtml.Kristaps Dzonsons2009-10-041-10/+303
|
* Example style-sheet reflecting modified section/subsection style tags.Kristaps Dzonsons2009-10-043-6/+6
| | | | Added ATTR_ID and so forth to attrs.
* Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) ↵Kristaps Dzonsons2009-10-041-41/+44
| | | | | | (noted by joerg@netbsd.org) Removed superfluous span tags within section/subsection divs (noted by joerg@netbsd.org).
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-033-16/+107
|
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-032-203/+199
| | | | -Tascii `node' and `meta' args in DECL_ARGS renamed to `n' and `m' to be more coherent with -Thtml.
* Lintified (noops).Kristaps Dzonsons2009-10-031-6/+4
|
* Fixed mandoc.1 examples (new -Thtml options).Kristaps Dzonsons2009-10-037-130/+128
| | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c.
* Added the -oincludes=FMT option.Kristaps Dzonsons2009-10-035-30/+93
| | | | | The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated).
* Element tag buffer is now part of struct html.Kristaps Dzonsons2009-10-035-89/+177
| | | | | | | buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete).
* Compat fix in mdoc.7 (joerg@netbsd.org).Kristaps Dzonsons2009-09-281-4/+4
|
* 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.