summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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-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
| | | | | 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-1/+41
|
* Tentative addition of front-end utility functions (out.h) (not sure if it's ↵Kristaps Dzonsons2009-09-214-239/+545
| | | | | | necessary). More -Thtml installments.
* 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 ↵Kristaps Dzonsons2009-09-204-184/+206
| | | | -hang, now) and -column is still pending.
* Fixed memory leak on close.Kristaps Dzonsons2009-09-202-1/+4
|
* Considerable, wide-ranging improvements to the -Thtml output mode (most ↵Kristaps Dzonsons2009-09-202-102/+167
| | | | especially proper tagging and using `em' instead of `px').
* Consider html fixes, most importantly -tag and -hang (breaks in IE6, ↵Kristaps Dzonsons2009-09-172-95/+443
| | | | apparently).
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-172-13/+331
|
* More html.Kristaps Dzonsons2009-09-173-313/+448
| | | | Initial html encodings in chars.in.
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-179-93/+136
| | | | More html work.
* More updates to html.c.Kristaps Dzonsons2009-09-163-152/+325
| | | | Secretly enabled -Thtml in main.c (obviously not yet documented).
* Lintifications.Kristaps Dzonsons2009-09-164-18/+18
|
* Put closedelim and opendelim right in term_word() (unnecessary extra function).Kristaps Dzonsons2009-09-161-64/+40
|
* Lookup hashes are now static tables, ordered first-level by second ↵Kristaps Dzonsons2009-09-169-168/+55
| | | | character, then randomly along a chain. Improves performance by a small fraction and considerably cleans up hash sources.
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-169-95/+713
| | | | Put err() functions back into front-ends (no use making it needlessly complex).
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ↵Kristaps Dzonsons2009-09-156-308/+125
| | | | | | increments. Cleaned up confusing behaviour of p->flags.
* Version: 1.9.2.VERSION.1.9.2Kristaps Dzonsons2009-09-052-4/+4
| | | | Fixed man.7 syntax error (oops).
* Typo fix (jmc@openbsd.org).Kristaps Dzonsons2009-09-051-1/+1
|
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-228-12/+28
| | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used.
* Added check for graphable characters in initial-line parse for libman and ↵Kristaps Dzonsons2009-08-222-0/+12
| | | | libmdoc (joerg@netbsd.org).
* Fix of MAN_NEXT when removing next-line dupes.VERSION.1.9.1Kristaps Dzonsons2009-08-211-3/+7
|
* Removed superfluous XXX.Kristaps Dzonsons2009-08-212-4/+2
| | | | Version: 1.9.1.
* `RS' warns if empty body.Kristaps Dzonsons2009-08-211-1/+13
|
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-212-6/+15
|
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-213-14/+54
| | | | Added warnings if literal context already open/closed.
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-214-38/+41
| | | | Consecutive ELINE scopes are now pruned (with a warning).
* FreeBSD fix (uqs@spoerlein.net).Kristaps Dzonsons2009-08-211-0/+2
|
* Fixed next-line scope error in libman block macros.Kristaps Dzonsons2009-08-201-2/+5
|
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have ↵Kristaps Dzonsons2009-08-202-4/+4
| | | | next-line head scope.
* Synchronised man.7, mdoc.7, mdoc.template manual structure.Kristaps Dzonsons2009-08-205-4/+18
|
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-207-244/+276
| | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).
* Small cleanup in mandoc.1.Kristaps Dzonsons2009-08-201-5/+3
|
* Documented omission of `na' and `Dt'.Kristaps Dzonsons2009-08-203-619/+698
| | | | Clarified COMPATIBILITY section (which modes/inputs).
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-208-8/+20
|
* Fix to libmdoc passing over delimiters.Kristaps Dzonsons2009-08-202-89/+129
| | | | `RS' and `RE' documented in man.7.
* Documented ARGS_ handling in args().Kristaps Dzonsons2009-08-202-3/+18
|
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-203-14/+20
|
* More already-fixed FIXMEs.Kristaps Dzonsons2009-08-191-3/+1
|
* Removed already-fixed FIXME.Kristaps Dzonsons2009-08-191-2/+0
|
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-193-270/+222
| | | | Moved _NEXT_ macros into _alloc_ routines (where they belong).
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-193-5/+14
|