Age | Commit message (Expand) | Author |
2016-01-08 | Delete the redundant "nchild" member of struct roff_node, replacing | Ingo Schwarze |
2015-10-22 | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-19 | Unify trickier node handling functions. | Ingo Schwarze |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-03 | Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171. | Ingo Schwarze |
2015-04-03 | It turns out the man(7) parser suffers from unintelligible handling | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-03-20 | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze |
2015-03-20 | Simplify by almost halving the number of macro flags: | Ingo Schwarze |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze |
2015-01-24 | preserve .PP before .RE; effect found in audio/pms(1) | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2015-01-24 | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze |
2014-12-16 | Explicit block closure macros clobber next-line block head scope, | Ingo Schwarze |
2014-11-28 | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze |
2014-11-03 | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze |
2014-08-18 | When the first child of the node being validated gets deleted during | Ingo Schwarze |
2014-08-08 | Improve handling of next-line scope broken by end of file. | Ingo Schwarze |
2014-08-08 | Simplify: replace one global flag by one local variable | Ingo Schwarze |
2014-07-09 | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2013-12-30 | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-07-07 | Fix an assert() raised by `RS' when following `TP' without a tag. | Ingo Schwarze |
2012-06-03 | Close a preceding implicit block before opening an explicit block. | Ingo Schwarze |
2012-06-02 | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze |
2012-02-26 | Support .OP, one of the extended man macros; from kristaps@. | Ingo Schwarze |
2011-12-04 | When a man document contains nothing at all except one or more invalid | Ingo Schwarze |
2011-11-05 | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze |
2011-07-07 | Set the default way to append the next node (sibling) before, not after | Ingo Schwarze |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-01-16 | Some improvements to error handling from kristaps@: | Ingo Schwarze |