Age | Commit message (Expand) | Author |
2014-08-18 | kristaps@ found this with valgrind, merge his patch from bsd.lv: | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-06 | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze |
2014-07-01 | Clean up the warnings related to document structure. | 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-04-08 | Fully implement the \B (validate numerical expression) and | Ingo Schwarze |
2014-04-07 | Accept arbitrary argument delimiters for various roff(7) escape sequences. | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2013-12-30 | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze |
2013-12-30 | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze |
2013-12-26 | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze |
2013-12-25 | Parse and ignore the roff(7) escape sequences \d (move half line down) | Ingo Schwarze |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-11-10 | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-05-28 | While i already got my fingers dirty on mandoc_escape(), | Ingo Schwarze |
2012-05-28 | Make recursive parsing of roff(7) escapes actually work in the general case, | Ingo Schwarze |
2012-05-28 | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze |
2011-11-17 | ISO style "%Y-%m-%d" dates are common in man(7) .TH. | Ingo Schwarze |
2011-11-12 | Parse and ignore the C font family in \f escapes. | Ingo Schwarze |
2011-10-24 | Handle \N numbered character escapes the same way as groff: | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | 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 |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-03-15 | my $buf = "string"; return $string; is cool in Perl, but not in C; | Ingo Schwarze |
2011-03-07 | Clean up date handling, | Ingo Schwarze |
2011-01-03 | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-18 | Ignore \h (local horizontal motion) and \v (local vertical motion) escapes | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-16 | Text ending in a full stop, exclamation mark or question mark | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | Ingo Schwarze |
2010-05-15 | more end-of-sentence (EOS) handling: | Ingo Schwarze |
2010-05-15 | block-implicit macros now up-propogate end-of-sentence spacing; | Ingo Schwarze |
2010-05-14 | Integrate kristaps@' end-of-sentence (EOS) framework | Ingo Schwarze |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2010-02-18 | sync to release 1.9.15: | Ingo Schwarze |
2009-12-24 | sync to 1.9.14: rewrite escape sequence handling: | Ingo Schwarze |
2009-12-23 | sync to 1.9.13: minor fixes: | Ingo Schwarze |
2009-12-22 | sync to 1.9.12, mostly portability and refactoring: | Ingo Schwarze |