summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/roff.c
AgeCommit message (Expand)Author
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
2014-03-07In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze
2014-03-07Even on macro lines, \} must not cause whitespace.Ingo Schwarze
2014-03-07Three bugfixes related to the closing of conditional blocks:Ingo Schwarze
2014-02-14Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze
2014-02-14Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze
2014-02-14Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze
2014-01-06Gprof(1) is fun. You should use it more often.Ingo Schwarze
2014-01-06Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze
2013-12-30Oops, missed one:Ingo Schwarze
2013-12-25s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
2013-10-05Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze
2013-10-04Support simple numerical conditions.Ingo Schwarze
2013-10-03ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange theIngo Schwarze
2013-10-03Avoid code duplication in roff_parseln() as suggested byIngo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-10-03Support setting arbitrary roff(7) number registers,Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
2013-05-31More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
2012-06-02In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze
2012-05-31Fix blank line handling in .if.Ingo Schwarze
2011-10-24Handle infinite recursion the same way as groff:Ingo Schwarze
2011-09-19Breaking the line at a hyphen is only allowed if the hyphenIngo Schwarze
2011-09-18Fix another regression introduced in 1.11.7:Ingo Schwarze
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-07-31Workaround to prevent misrendering of \*(-- as "O-" in pod2man(1)-Ingo Schwarze
2011-07-07Fix a bogus "unknown macro" error reported in the pod2man(1) preamble:Ingo Schwarze
2011-07-05Sync to bsd.lv (all coded by kristaps@):Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24User defined macros may invoke high-level macros.Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-04-05On .de macro lines, after the new macro name, space and tab are equivalent.Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-01-25Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze
2011-01-20When finding the roff .it request (line trap),Ingo Schwarze
2011-01-12Implement the roff .rm request (remove macro).Ingo Schwarze
2011-01-10Refactoring in preparation for .rm support:Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2011-01-03Calling a macro with fewer arguments than it is defined with is OK;Ingo Schwarze
2011-01-03Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze
2010-12-21Kristaps questioned the efficiency of the algorithm used in roff.c r1.23.Ingo Schwarze
2010-12-09Roff only interpolates \* strings when the leading backslash is not escaped.Ingo Schwarze
2010-12-07Complete the merge of bsd.lv version 1.10.7:Ingo Schwarze