Age | Commit message (Expand) | Author |
2014-10-07 | Switch HTML output to polyglot HTML5; have only one single -Thml mode. | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-20 | fix unchecked snprintf(3) in page header printing: | 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-08 | To find out whether .TP head arguments are same-line or next-line arguments, | 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-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-10-09 | Always print <table> column widths in -T[x]html; | Ingo Schwarze |
2011-10-09 | Sync to version 1.12.0; all code by kristaps@: | 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-07-08 | clean up .HP, .IP, .TP, .nf, and \c handling in -T[x]html; | Ingo Schwarze |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-03-20 | Import the foundation for eqn(7) support. | Ingo Schwarze |
2011-03-07 | Clean up date handling, | Ingo Schwarze |
2011-01-17 | Refrain from throwing fatal errors for | Ingo Schwarze |
2011-01-16 | Merge from bsd.lv, original commit message by kristaps@: | Ingo Schwarze |
2011-01-16 | In literal context, do not generate output line breaks between macro | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-09 | Remove an unused variable, and use int for array indices (not size_t); | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-04 | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze |
2010-12-25 | Yet another batch of -Thtml polishing from kristaps@: | Ingo Schwarze |
2010-12-22 | Use yet more standard HTML tags, | Ingo Schwarze |
2010-12-19 | Significant improvements to -Thtml by kristaps@: | Ingo Schwarze |
2010-12-19 | Remove `i' and `r' macro handlers. These macros, originally part of the | Ingo Schwarze |
2010-12-07 | Back out my .ft implementation for -Thtml. | Ingo Schwarze |
2010-12-06 | Never print .P, .PP, and .LP header content. | Ingo Schwarze |
2010-11-29 | Now that we have proper .de support in the roff(7) library, | Ingo Schwarze |
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze |
2010-10-15 | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. | 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-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-06 | Merge bsd.lv release 1.10.0, | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-23 | implement .AT and .UC; from Joerg Sonnenberger | Ingo Schwarze |
2010-05-20 | Support nested roff instructions: | Ingo Schwarze |
2010-05-16 | In theory, Kristaps never intended to write a roff parser, | Ingo Schwarze |
2010-05-15 | removed restriction on integer manual sections in -man; | 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 |
2010-03-25 | merge 1.9.16, keeping local patches | Ingo Schwarze |