Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes to dynamic addition of Bl width. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+10 | |
| | ||||||
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 1 | -4/+39 | |
| | | | | | Punctuation fully fixed (per-reserved-word). Sm enabled. | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -1/+1 | |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | |||||
* | Fixed mandoc read from stdin. | Kristaps Dzonsons | 2009-03-19 | 1 | -1/+3 | |
| | | | | Added some more groff_chars. | |||||
* | Split mdocterm.c -> main.c terminal.c. | Kristaps Dzonsons | 2009-03-19 | 1 | -0/+169 | |
Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree. |