Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze | |
and a few missing <sys/types.h> inclusions; no code change. | |||
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze | |
that's stupid because it may break enclosing font changes, but let's do the same for groff bug compatibility. --> Never use \*(Ba, use just plain "|"! <-- Also, predefined strings are already expanded by the roff(7) parser, so the mdoc(7) parser has to look for the expanded string. Formatting improvements in ksh(1), less(1), atan2(3), hostapd.conf(5), snmpd.conf(5), and mknod(8). | |||
2011-05-29 | Fix more regressions introduced in 1.11.3: | Ingo Schwarze | |
Some predefined strings got changed in -Tascii mode. With this fix, they change in other output modes, but -Tascii is what matters. | |||
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze | |
* Unicode output support (no Unicode input yet, though). * Refactoring: completely handle predefined strings in roff.c. - New function mandoc_escape() replaces a2roffdeco() and mandoc_special(). - Start using mandoc_getarg() in mdoc_argv.c. - Clean up parsing of delimiters in mdoc(7). * And many minor fixes and lots of cleanup. |