Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint fix. | Kristaps Dzonsons | 2010-04-07 | 1 | -2/+1 |
| | |||||
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style ↵ | Kristaps Dzonsons | 2010-04-07 | 1 | -52/+94 |
| | | | | font escapes (noted by Frantisek Holop). | ||||
* | Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg ↵ | Kristaps Dzonsons | 2010-04-07 | 1 | -6/+8 |
| | | | | Sonnenberger). | ||||
* | Big check-in of compatibility layer. This should work on most major ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -4/+4 |
| | | | | architectures. Thanks to Joerg Sonnenberger. | ||||
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -0/+5 |
| | |||||
* | a2roffdeco() now supports \s escapes. | Kristaps Dzonsons | 2009-11-08 | 1 | -74/+66 |
| | |||||
* | Hooked up -Tascii to a2roffdeco backend. | Kristaps Dzonsons | 2009-11-07 | 1 | -2/+1 |
| | |||||
* | Initial abstraction of front-end decoration events (special characters, text ↵ | Kristaps Dzonsons | 2009-11-07 | 1 | -0/+192 |
| | | | | decorations, etc.). | ||||
* | 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 | 1 | -0/+45 |
| | | | | Noted by Ulrich Sporlein. | ||||
* | Had out.h roff-scale converters accept default unit scale (because -mdoc and ↵ | Kristaps Dzonsons | 2009-10-18 | 1 | -19/+12 |
| | | | | -man differ). | ||||
* | Scaling factor made floating point (as per groff.7) and, e.g., ↵ | Kristaps Dzonsons | 2009-10-09 | 1 | -5/+29 |
| | | | | gnu/usr.bin/cvs/man/cvs.1. | ||||
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -0/+102 |
| | | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release). | ||||
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -113/+0 |
| | | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices. | ||||
* | Tentative addition of front-end utility functions (out.h) (not sure if it's ↵ | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+113 |
necessary). More -Thtml installments. |