Age | Commit message (Expand) | Author |
2010-12-02 | Track the parser status both per file (file_status), such that | Ingo Schwarze |
2010-12-01 | Cleanup by kristaps@: | Ingo Schwarze |
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze |
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze |
2010-11-28 | To avoid FATAL errors, we have been parsing and ignoring the roff | Ingo Schwarze |
2010-11-25 | Implement the .de (define macro) roff instruction. | Ingo Schwarze |
2010-10-26 | Warn developers that .so is fragile and suggest using ln(1) instead; | Ingo Schwarze |
2010-10-26 | Downgrade nearly 20 ERRORS to WARNINGS. | Ingo Schwarze |
2010-10-26 | Support .so (low-level roff "switch source file"), | Ingo Schwarze |
2010-10-26 | Refactoring, no functional change: | Ingo Schwarze |
2010-10-24 | Do not throw FATAL errors when there is no need to: | Ingo Schwarze |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |
2010-09-26 | If an explicit scope is still open at the end of an input file, | Ingo Schwarze |
2010-08-20 | fix previous: when bailing out due to -Wstop, | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-18 | Use isascii(3) to make sure we really throw away non-ASCII characters, | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-01 | Improve .Nm indentation in the SYNOPSIS; | Ingo Schwarze |
2010-06-30 | improve error reporting: | Ingo Schwarze |
2010-06-29 | sync to bsd.lv version 1.10.3: | Ingo Schwarze |
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |
2010-06-08 | Merge more bits that will be going into 1.10.1: | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-20 | Support nested roff instructions: | Ingo Schwarze |
2010-05-16 | allow the single quote as a control character in place of the dot | Ingo Schwarze |
2010-05-16 | In theory, Kristaps never intended to write a roff parser, | Ingo Schwarze |
2010-05-15 | Joerg Sonnenberger rewrote the comment stripping and line merging | Ingo Schwarze |
2010-05-15 | More systematic output width handling by Joerg Sonnenberger: | Ingo Schwarze |
2010-05-15 | Bugfxing and cleanup by Joerg Sonnenberger, edited by kristaps@: | Ingo Schwarze |
2010-05-15 | merge bsd.lv 1.63: | Ingo Schwarze |
2010-05-14 | merge 1.9.24, keeping local patches; some changes: | Ingo Schwarze |
2010-05-13 | Remove the command line option -fno-ign-chars. | Ingo Schwarze |
2010-04-13 | - sort everything | Jason McIntyre |
2010-03-26 | merge 1.9.17, keeping local patches | Ingo Schwarze |
2010-02-18 | sync to release 1.9.15: | 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 |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze |
2009-10-21 | sync to 1.9.9, featuring: | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: make terminal_*, tree_* and out_* functions return void, | Ingo Schwarze |
2009-08-22 | sync to 1.8.5: Error string is now file:line:col: message. | Ingo Schwarze |
2009-08-22 | sync to 1.8.4: add option -fign-errors to check several manual pages | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: Fewer knobs: provide -Wall -Werror but not -Wsyntax -Wcompat. | Ingo Schwarze |
2009-07-12 | sync to 1.7.23: first step to get rid of enum mdoc_warn: | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: provide WESCAPE and MAN_IGN_ESCAPE, | Ingo Schwarze |