2009-11-10 |
Kristaps Dzonsons | Disable metafonts when printing document footer. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Kristaps Dzonsons | Documented \s and cleaned up \f documentation in mdoc... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Kristaps Dzonsons | a2roffdeco() now supports \s escapes. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Kristaps Dzonsons | Hooked up -Tascii to a2roffdeco backend. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Kristaps Dzonsons | Initial abstraction of front-end decoration events... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
Kristaps Dzonsons | -Tascii now correctly ignores \s clauses. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kristaps Dzonsons | Documented that `\s' and `\f' don't work in HTML mode... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kristaps Dzonsons | Correct support for `\fX' font modes in -Tascii. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kristaps Dzonsons | Consolidated `RI' and `IR' handlers (-man -Tascii). |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kristaps Dzonsons | Fixed `RI' (was reversed). |
commit | commitdiff | tree | snapshot |
2009-11-05 |
Kristaps Dzonsons | Added functionality of -Tascii non-breaking `\~' space. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Kristaps Dzonsons | (Fix again for default `Bf Li' font.) |
commit | commitdiff | tree | snapshot |
2009-11-04 |
Kristaps Dzonsons | Fixed `Bf Li' default style (monospace). |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Version: 1.9.13. VERSION_1_9_13 |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Examples not being link-referenced (consistency). |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Copied over and modified manual structure from man.7. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Fixed `Sx' links in man.7 (todo: add a check for these). |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Significant improvements to man(7). More or less finished. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Fix in junking dot lines in -man (from PR by Alex Kozlov). |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Added forgotten newline terminators in main.c. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Added lint to __attribute__ defines. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Using straight-up __attribute__ (inspired by portable... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
Kristaps Dzonsons | Added mandoc_a2time() for proper date conversion. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kristaps Dzonsons | Lint fix. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kristaps Dzonsons | Using putchar for single-character prints (noted by... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kristaps Dzonsons | print_encode() using strcspn instead of looping/putchar... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kristaps Dzonsons | Replaced putchar() loop with fwrite() (noted by Joerg... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Kristaps Dzonsons | More libraries entered into lib.in (thanks Joerg Sonnen... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Finished section-by-section definitions in man.7 (will... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Fixed -Thtml printing of -ohang lists (-mdoc). |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Patch on DragonFly BSD syntax (thanks Sascha Wildner). |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Fixed in make dist (in version 1.9.12). VERSION_1_9_12 |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Version: 1.9.12. |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Removed non-portable __progname (thanks Joerg Sonnenber... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
Kristaps Dzonsons | Using perror() instead of fprintf for failure from... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kristaps Dzonsons | More lint fixes. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kristaps Dzonsons | Lint fixes. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kristaps Dzonsons | Continued safe handling of allocations. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kristaps Dzonsons | libmdoc and libman now using non-recoverable allocation... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
Kristaps Dzonsons | Added newline after block-level closing tags (suggested... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Kristaps Dzonsons | Clean-ups in mdoc_action (using libmandoc.h functions). |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Kristaps Dzonsons | Slow movement of internal allocations to fail completely. |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Kristaps Dzonsons | Using "--warn" for validate, plus some accessibility... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Kristaps Dzonsons | Fixed `sp', `br', `Pp', etc. so as not to have an empty... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Kristaps Dzonsons | Removed superfluous memset (thanks Joerg Sonnenberger). |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Kristaps Dzonsons | Fixed un-reset buffer in `.In', -Thtml, -mdoc. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Kristaps Dzonsons | Removed dynamic allocations of header/footer data. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Kristaps Dzonsons | bzero() -> memset() (noted by Joerg Sonnenberger). |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Kristaps Dzonsons | Merged Ingo's comments on term_flushln() variable names. |
commit | commitdiff | tree | snapshot |
2009-10-27 |
Kristaps Dzonsons | Added "summary" tag to tables in order to silence HTML... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Added time.h to various files for FreeBSD compilation... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Merged patch to allow -fign-escape (thanks Joerg Sonnen... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Fix to segfault in ordering Rs blocks (d'oh!). VERSION_1_9_11 |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Lint fix. VERSION_1_9_10 |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Version: 1.9.10. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Allowed -O to be invoked multiple times. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Portability: replaced queue macros in html.c (Joerg... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Fixed overstep patch. |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | -man also prints unknown macro (noted by Joerg Sonnenbe... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIE... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Kristaps Dzonsons | Full `%U' support. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Kristaps Dzonsons | Removed need for superfluous `os' value in overstep... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Kristaps Dzonsons | Added `%U' to -mdoc (doesn't render in a nice way yet). |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Kristaps Dzonsons | Added `PD' to -man (doesn't do anything, yet). |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Linuxisms. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Fixed maddening mismatch between groff and strftime... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Fixed order of printing backspace-encoding for terms... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Added ability to set OS name at compile-time with ... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Typo in mdoc.7 fixed (thanks to Joerg Sonnenberger). |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Fix adding -centred to `Bd' types (thanks to Joerg... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Groff-compatibility fix (Ds) (noted by Joerg Sonnenberger). |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Kristaps Dzonsons | Noted downstream in NetBSD base. Many thanks to Joerg... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
Kristaps Dzonsons | Fixed strftime stray %d -> %e (pointed out by Ulrich... |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Kristaps Dzonsons | Temporarily turned off validation (mandoc -Thtml needs... VERSION_1_9_9 |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Kristaps Dzonsons | Version: 1.9.9. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Kristaps Dzonsons | Added cvsweb. Whee! |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Kristaps Dzonsons | More updates to mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Kristaps Dzonsons | More fixes to scaling-width multipliers (which, just... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Kristaps Dzonsons | Continued work on mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Kristaps Dzonsons | Fixed -mdoc -Thtml with -item lists not to default... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Kristaps Dzonsons | Fixed `-file' argument to `Bd', which is NOT a type... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Kristaps Dzonsons | Made man.7 use lots of Sx/Ss to link between macro... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Kristaps Dzonsons | Beginning of mdoc.7 full-reference in place. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Lint fixes. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Made sure devices and formats recognise that -man and... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Had out.h roff-scale converters accept default unit... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Fix in syntax of scaling widths in mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Properly documented scaling widths in man.7. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Fixed typo in Makefile. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Arbitrary horizontal and vertical scaling widths now... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Removed restrictions on `sp' (maybe a warning, someday... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Fitted -man -Tascii with scaling units (.5i, etc.). |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Removed number-check for `sp' in -Tman, as nroff accept... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Added horizontal scaling units to -Tman -Tascii. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Kristaps Dzonsons | Re-added HTML changelog. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Kristaps Dzonsons | Makefile uses multiple deps for some rules (shorter... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Kristaps Dzonsons | Fixed mandoc_char lists to have -column before other... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Kristaps Dzonsons | Added warning about specifying list arguments before... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Kristaps Dzonsons | Fix in mandoc.1 and mandoc_char.7 syntax (submitted... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Kristaps Dzonsons | Added support for `Bd -centered', which appears in... |
commit | commitdiff | tree | snapshot |
next |