Age | Commit message (Expand) | Author |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-04-19 | Decouple the token code for "no request or macro" from the individual | Ingo Schwarze |
2015-04-18 | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2010-07-31 | Correct Copyright lines in the rarely touched files: | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-16 | In theory, Kristaps never intended to write a roff parser, | Ingo Schwarze |
2010-05-14 | merge 1.9.24, keeping local patches; some changes: | Ingo Schwarze |
2010-04-25 | Implement roff conditional instructions .if .ie .el, in man(7) only for now; | Ingo Schwarze |
2010-03-26 | merge 1.9.17, keeping local patches | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: u_char lives in <sys/types.h> | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: lookup hashes are now static tables | Ingo Schwarze |
2009-08-22 | another large chunk of -man updates, | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: fix .br support in -man | Ingo Schwarze |
2009-06-18 | sync to 1.7.19: improved comment handling | Ingo Schwarze |
2009-06-14 | sync to 1.7.16: comments, whitespace and spelling fixes; no functional change | Ingo Schwarze |
2009-04-06 | Initial check-in of mandoc for formatting manuals. ok deraadt@ | kristaps |