Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using "--warn" for validate, plus some accessibility fixes. | Kristaps Dzonsons | 2009-10-28 | 2 | -6/+6 |
| | |||||
* | Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, ↵ | Kristaps Dzonsons | 2009-10-28 | 6 | -43/+31 |
| | | | | | | | | -mdoc). Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml. | ||||
* | Removed superfluous memset (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-28 | 2 | -10/+7 |
| | |||||
* | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 3 | -13/+66 |
| | | | | Added html_id[cat,cpy] for transforming id's into well-formed attribute strings (no %s, etc.). | ||||
* | Removed dynamic allocations of header/footer data. | Kristaps Dzonsons | 2009-10-27 | 2 | -40/+14 |
| | |||||
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 7 | -10/+16 |
| | |||||
* | Merged Ingo's comments on term_flushln() variable names. | Kristaps Dzonsons | 2009-10-27 | 1 | -13/+13 |
| | | | | Fixed assertion (this needs more consideration) when an overstep line is exactly as long as the rmargin. | ||||
* | Added "summary" tag to tables in order to silence HTML-tidy's complaints. | Kristaps Dzonsons | 2009-10-27 | 4 | -8/+22 |
| | |||||
* | Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-26 | 9 | -0/+9 |
| | |||||
* | Merged patch to allow -fign-escape (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 2 | -2/+11 |
| | |||||
* | Fix to segfault in ordering Rs blocks (d'oh!).VERSION.1.9.11 | Kristaps Dzonsons | 2009-10-26 | 3 | -3/+61 |
| | | | | Version: 1.9.11. | ||||
* | Lint fix.VERSION.1.9.10 | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+2 |
| | |||||
* | Version: 1.9.10. | Kristaps Dzonsons | 2009-10-26 | 1 | -2/+2 |
| | |||||
* | Allowed -O to be invoked multiple times. | Kristaps Dzonsons | 2009-10-26 | 1 | -2/+4 |
| | |||||
* | Portability: replaced queue macros in html.c (Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 5 | -32/+31 |
| | | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either). | ||||
* | Fixed overstep patch. | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+2 |
| | |||||
* | -man also prints unknown macro (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 3 | -8/+14 |
| | |||||
* | Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o! | Kristaps Dzonsons | 2009-10-26 | 3 | -8/+8 |
| | |||||
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 9 | -95/+120 |
| | | | | | | | `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 Dzonsons | 2009-10-24 | 1 | -7/+4 |
| | | | | Schwarze). | ||||
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 9 | -2/+22 |
| | |||||
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 8 | -2/+16 |
| | |||||
* | Linuxisms. | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+4 |
| | |||||
* | Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ↵ | Kristaps Dzonsons | 2009-10-22 | 6 | -28/+58 |
| | | | | Noted by Ulrich Sporlein. | ||||
* | Fixed order of printing backspace-encoding for terms that are both bold and ↵ | Kristaps Dzonsons | 2009-10-22 | 1 | -4/+4 |
| | | | | underlined (noted by Joerg Sonnenberger). | ||||
* | Added ability to set OS name at compile-time with -DOSNAME="\"foo\"". | Kristaps Dzonsons | 2009-10-22 | 2 | -1/+15 |
| | |||||
* | Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Fix adding -centred to `Bd' types (thanks to Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-22 | 1 | -0/+2 |
| | |||||
* | Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Noted downstream in NetBSD base. Many thanks to Joerg et al. for their ↵ | Kristaps Dzonsons | 2009-10-22 | 1 | -2/+2 |
| | | | | efforts in getting it checked in! | ||||
* | Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | Temporarily turned off validation (mandoc -Thtml needs URI encoding!).VERSION.1.9.9 | Kristaps Dzonsons | 2009-10-20 | 2 | -9/+9 |
| | | | | Aesthetic fixes in index.sgml. | ||||
* | Version: 1.9.9. | Kristaps Dzonsons | 2009-10-20 | 1 | -4/+4 |
| | |||||
* | Added cvsweb. Whee! | Kristaps Dzonsons | 2009-10-20 | 1 | -1/+7 |
| | |||||
* | More updates to mdoc.7. | Kristaps Dzonsons | 2009-10-20 | 3 | -26/+458 |
| | |||||
* | More fixes to scaling-width multipliers (which, just to make my life ↵ | Kristaps Dzonsons | 2009-10-19 | 2 | -7/+10 |
| | | | | difficult, differ not only between -mdoc and -man, but between various invocation, e.g., -offset and -width). | ||||
* | Continued work on mdoc.7. | Kristaps Dzonsons | 2009-10-19 | 2 | -11/+176 |
| | | | | 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 Dzonsons | 2009-10-19 | 2 | -224/+422 |
| | | | | | | 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 Dzonsons | 2009-10-19 | 2 | -3/+1 |
| | | | | argument. | ||||
* | Made man.7 use lots of Sx/Ss to link between macro definitions and references. | Kristaps Dzonsons | 2009-10-19 | 1 | -102/+107 |
| | |||||
* | Beginning of mdoc.7 full-reference in place. | Kristaps Dzonsons | 2009-10-19 | 2 | -18/+265 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-10-18 | 1 | -3/+3 |
| | |||||
* | Made sure devices and formats recognise that -man and -mdoc have different ↵ | Kristaps Dzonsons | 2009-10-18 | 6 | -66/+57 |
| | | | | 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 Dzonsons | 2009-10-18 | 2 | -20/+14 |
| | | | | -man differ). | ||||
* | Fix in syntax of scaling widths in mdoc.7. | Kristaps Dzonsons | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | Properly documented scaling widths in man.7. | Kristaps Dzonsons | 2009-10-18 | 1 | -28/+71 |
| | |||||
* | Fixed typo in Makefile. | Kristaps Dzonsons | 2009-10-18 | 2 | -1/+62 |
| | | | | Added initial scaling-units section in mdoc.7. | ||||
* | Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii. | Kristaps Dzonsons | 2009-10-18 | 4 | -169/+182 |
| | | | | Terminal scaling backend pushed into term.c. | ||||
* | Removed restrictions on `sp' (maybe a warning, someday, but for now be simple). | Kristaps Dzonsons | 2009-10-18 | 1 | -33/+3 |
| | |||||
* | Fitted -man -Tascii with scaling units (.5i, etc.). | Kristaps Dzonsons | 2009-10-18 | 1 | -1/+44 |
| |