Age | Commit message (Expand) | Author |
2013-12-30 | Oops, missed one: | Ingo Schwarze |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-10-22 | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze |
2013-10-14 | Parse and ignore the .fam (font family) request. | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-10-04 | Support simple numerical conditions. | Ingo Schwarze |
2013-10-03 | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange the | Ingo Schwarze |
2013-10-03 | Avoid code duplication in roff_parseln() as suggested by | Ingo Schwarze |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze |
2013-10-03 | Support setting arbitrary roff(7) number registers, | Ingo Schwarze |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze |
2013-05-31 | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-06-02 | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze |
2012-05-31 | Fix blank line handling in .if. | Ingo Schwarze |
2011-10-24 | Handle infinite recursion the same way as groff: | Ingo Schwarze |
2011-09-19 | Breaking the line at a hyphen is only allowed if the hyphen | Ingo Schwarze |
2011-09-18 | Fix another regression introduced in 1.11.7: | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-07-31 | Workaround to prevent misrendering of \*(-- as "O-" in pod2man(1)- | Ingo Schwarze |
2011-07-07 | Fix a bogus "unknown macro" error reported in the pod2man(1) preamble: | Ingo Schwarze |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | User defined macros may invoke high-level macros. | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-04-05 | On .de macro lines, after the new macro name, space and tab are equivalent. | Ingo Schwarze |
2011-03-20 | Import the foundation for eqn(7) support. | Ingo Schwarze |
2011-01-25 | Ignore .ns (no-space mode), .ps (change point size), .ta (tab control) | Ingo Schwarze |
2011-01-20 | When finding the roff .it request (line trap), | Ingo Schwarze |
2011-01-12 | Implement the roff .rm request (remove macro). | Ingo Schwarze |
2011-01-10 | Refactoring in preparation for .rm support: | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-03 | Calling a macro with fewer arguments than it is defined with is OK; | Ingo Schwarze |
2011-01-03 | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze |
2010-12-21 | Kristaps questioned the efficiency of the algorithm used in roff.c r1.23. | Ingo Schwarze |
2010-12-09 | Roff only interpolates \* strings when the leading backslash is not escaped. | Ingo Schwarze |
2010-12-07 | Complete the merge of bsd.lv version 1.10.7: | Ingo Schwarze |
2010-11-28 | To avoid FATAL errors, we have been parsing and ignoring the roff | Ingo Schwarze |
2010-11-28 | Parse and ignore the .ad, .hy, .nh, and .ne roff requests. | Ingo Schwarze |
2010-11-27 | Two related bugfixes: | Ingo Schwarze |
2010-11-25 | Make .de1 a symnonym for .de, not .ig as it was before. | Ingo Schwarze |
2010-11-25 | Support quoting of arguments passed to user-defined macros, | Ingo Schwarze |
2010-11-25 | Implement the .de (define macro) roff instruction. | Ingo Schwarze |
2010-10-26 | Warn developers that .so is fragile and suggest using ln(1) instead; | Ingo Schwarze |
2010-10-26 | Support .so (low-level roff "switch source file"), | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |