summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/roff.c
AgeCommit message (Expand)Author
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
2010-11-28To avoid FATAL errors, we have been parsing and ignoring the roffIngo Schwarze
2010-11-28Parse and ignore the .ad, .hy, .nh, and .ne roff requests.Ingo Schwarze
2010-11-27Two related bugfixes:Ingo Schwarze
2010-11-25Make .de1 a symnonym for .de, not .ig as it was before.Ingo Schwarze
2010-11-25Support quoting of arguments passed to user-defined macros,Ingo Schwarze
2010-11-25Implement the .de (define macro) roff instruction.Ingo Schwarze
2010-10-26Warn developers that .so is fragile and suggest using ln(1) instead;Ingo Schwarze
2010-10-26Support .so (low-level roff "switch source file"),Ingo Schwarze
2010-09-27Merge the last bits of 1.10.6 (released today), most were already in:Ingo Schwarze
2010-09-13Parse and ignore the \k, \o, \w, and \z roff escapes, and recursivelyIngo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-07-31Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-03Rudimentary implementation of user-defined strings;Ingo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-06Merge bsd.lv version 1.10.1 (to be released soon).Ingo Schwarze
2010-06-06Merge bsd.lv release 1.10.0,Ingo Schwarze
2010-05-20Support nested roff instructions:Ingo Schwarze
2010-05-16In theory, Kristaps never intended to write a roff parser,Ingo Schwarze