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-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | 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-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | 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-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2014-12-28 | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze |
2014-11-28 | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze |
2014-08-08 | Simplify man(7) validation: | Ingo Schwarze |
2014-08-08 | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze |
2014-08-08 | mention requests and macros in more messages | Ingo Schwarze |
2014-08-08 | Improve handling of next-line scope broken by end of file. | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-05 | Cleanup with respect to bad macro arguments. | Ingo Schwarze |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-07-02 | Clean up warnings related to macros and nesting. | Ingo Schwarze |
2014-07-02 | Improve "skipping paragraph macro" messages, | Ingo Schwarze |
2014-07-01 | Clean up the warnings related to document structure. | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-20 | Start systematic improvements of error reporting. | 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 |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-01-06 | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze |
2013-12-31 | remove assignments that will be overwritten right afterwards, | 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-29 | Implement .PD for -Tascii. | Ingo Schwarze |
2012-07-18 | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze |
2012-07-18 | Drop .sp and .br right after .SH and .SS. | 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-02 | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze |
2011-11-05 | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze |
2011-11-03 | When .TH sets no data, leave the date field in the page footer blank, | Ingo Schwarze |
2011-10-16 | Remove a bunch of useless assignments, | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-07-07 | Fix a bogus "unknown macro" error reported in the pod2man(1) preamble: | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |