Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libroff now intelligently throws away `am', `ami', `am1', `de', `dei', | Kristaps Dzonsons | 2010-05-17 | 1 | -3/+51 |
| | | | | and `de1'. This is also documented in roff.7. | ||||
* | `ig' support in all its glory. Try | Kristaps Dzonsons | 2010-05-16 | 1 | -5/+65 |
| | | | | | | | | | | | | | | | | | | .ig ig asdf .ig fdsa .. or .ig if asdf .if n \ foo for a laugh. It all works. Lots of regression tests supporting this and documentation for the same. | ||||
* | Regression tests in place for `.if' in libroff. | Kristaps Dzonsons | 2010-05-16 | 1 | -0/+128 |
Check against some strange `.if' constructs I missed. Added initial roff.7 manual. |