summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix to segfault in ordering Rs blocks (d'oh!).VERSION_1_9_11Kristaps Dzonsons2009-10-263-6/+64
| | | | Version: 1.9.11.
* Lint fix.VERSION_1_9_10Kristaps Dzonsons2009-10-261-2/+3
|
* Version: 1.9.10.Kristaps Dzonsons2009-10-261-2/+2
|
* Allowed -O to be invoked multiple times.Kristaps Dzonsons2009-10-261-3/+5
|
* Portability: replaced queue macros in html.c (Joerg Sonnenberger).Kristaps Dzonsons2009-10-265-37/+36
| | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either).
* Fixed overstep patch.Kristaps Dzonsons2009-10-261-2/+3
|
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-263-11/+17
|
* Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!Kristaps Dzonsons2009-10-263-11/+11
|
* Full `%U' support.Kristaps Dzonsons2009-10-269-104/+129
| | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from).
* Removed need for superfluous `os' value in overstep calculation (thanks Ingo ↵Kristaps Dzonsons2009-10-241-8/+5
| | | | Schwarze).
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-249-12/+32
|
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-248-11/+25
|
* Linuxisms.Kristaps Dzonsons2009-10-221-1/+5
|
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵Kristaps Dzonsons2009-10-226-34/+64
| | | | Noted by Ulrich Sporlein.
* Fixed order of printing backspace-encoding for terms that are both bold and ↵Kristaps Dzonsons2009-10-221-5/+5
| | | | underlined (noted by Joerg Sonnenberger).
* Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".Kristaps Dzonsons2009-10-222-2/+16
|
* Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-2/+2
|
* Fix adding -centred to `Bd' types (thanks to Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-1/+3
|
* Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-221-3/+3
|
* Noted downstream in NetBSD base. Many thanks to Joerg et al. for their ↵Kristaps Dzonsons2009-10-221-3/+3
| | | | efforts in getting it checked in!
* Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).Kristaps Dzonsons2009-10-211-2/+2
|
* Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION_1_9_9Kristaps Dzonsons2009-10-202-10/+10
| | | | Aesthetic fixes in index.sgml.
* Version: 1.9.9.Kristaps Dzonsons2009-10-201-4/+4
|
* Added cvsweb. Whee!Kristaps Dzonsons2009-10-201-2/+8
|
* More updates to mdoc.7.Kristaps Dzonsons2009-10-203-30/+462
|
* More fixes to scaling-width multipliers (which, just to make my life ↵Kristaps Dzonsons2009-10-192-9/+12
| | | | difficult, differ not only between -mdoc and -man, but between various invocation, e.g., -offset and -width).
* Continued work on mdoc.7.Kristaps Dzonsons2009-10-192-13/+178
| | | | Noted buffer overwrite bug in -Thtml -mdoc (will fix later).
* Fixed -mdoc -Thtml with -item lists not to default-indent when width isn't ↵Kristaps Dzonsons2009-10-192-226/+424
| | | | | | specified. Many more cleanups to mdoc.7 (ongoing completion and documentation of all macros).
* Fixed `-file' argument to `Bd', which is NOT a type, but instead just an ↵Kristaps Dzonsons2009-10-192-5/+3
| | | | argument.
* Made man.7 use lots of Sx/Ss to link between macro definitions and references.Kristaps Dzonsons2009-10-191-104/+109
|
* Beginning of mdoc.7 full-reference in place.Kristaps Dzonsons2009-10-192-21/+268
|
* Lint fixes.Kristaps Dzonsons2009-10-181-4/+4
|
* Made sure devices and formats recognise that -man and -mdoc have different ↵Kristaps Dzonsons2009-10-186-72/+63
| | | | syntax for scaling widths: -mdoc assumes no unit means that the value is a string literal while -man instead uses the default vertical/horizontal scale.
* Had out.h roff-scale converters accept default unit scale (because -mdoc and ↵Kristaps Dzonsons2009-10-182-22/+16
| | | | -man differ).
* Fix in syntax of scaling widths in mdoc.7.Kristaps Dzonsons2009-10-181-2/+2
|
* Properly documented scaling widths in man.7.Kristaps Dzonsons2009-10-181-30/+73
|
* Fixed typo in Makefile.Kristaps Dzonsons2009-10-182-3/+64
| | | | Added initial scaling-units section in mdoc.7.
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-184-173/+186
| | | | Terminal scaling backend pushed into term.c.
* Removed restrictions on `sp' (maybe a warning, someday, but for now be simple).Kristaps Dzonsons2009-10-181-34/+4
|
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-2/+45
|
* Removed number-check for `sp' in -Tman, as nroff accepts non-numerics as a ↵Kristaps Dzonsons2009-10-181-35/+4
| | | | single vspace.
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-182-28/+51
|
* Re-added HTML changelog.Kristaps Dzonsons2009-10-182-3/+3
|
* Makefile uses multiple deps for some rules (shorter file).Kristaps Dzonsons2009-10-171-14/+2
|
* Fixed mandoc_char lists to have -column before other arguments.Kristaps Dzonsons2009-10-171-17/+17
|
* Added warning about specifying list arguments before type (suggested by ↵Kristaps Dzonsons2009-10-153-9/+19
| | | | Joerg Sonnenberg).
* Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger).Kristaps Dzonsons2009-10-152-11/+43
| | | | Added note on character format per output type.
* Added support for `Bd -centered', which appears in newer groffs (not yet ↵Kristaps Dzonsons2009-10-155-7/+16
| | | | implemented in centre-capable front-ends, i.e., -Thtml).
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-1310-59/+105
| | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
* Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).Kristaps Dzonsons2009-10-134-13/+20
|