Age | Commit message (Expand) | Author |
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 |
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 | Some improvements to error handling from kristaps@: | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2010-12-19 | Remove `i' and `r' macro handlers. These macros, originally part of the | Ingo Schwarze |
2010-12-07 | Complete the merge of bsd.lv version 1.10.7: | Ingo Schwarze |
2010-12-06 | Do not report the same problems multiple times, | Ingo Schwarze |
2010-12-01 | Merge man_action.c into man_validate.c. | 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-27 | The man(7) macros .HP .IP .RS .TP accept *optional* arguments, | Ingo Schwarze |
2010-10-15 | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | 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-05-13 | Remove the command line option -fno-ign-chars. | Ingo Schwarze |
2010-04-25 | Implement roff conditional instructions .if .ie .el, in man(7) only for now; | Ingo Schwarze |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2010-04-03 | When we have no title in man(7), just use "unknown". No need to bail. | Ingo Schwarze |
2010-04-02 | merge 1.9.20, keeping local patches | Ingo Schwarze |
2010-03-29 | merge 1.9.19, keeping local patches | Ingo Schwarze |
2010-03-26 | merge 1.9.17, keeping local patches | Ingo Schwarze |
2010-03-02 | Accept the non-standard macros .Sp (similar to .sp) | Ingo Schwarze |
2010-02-26 | The groff_man(7) manual says "the first line of text following" .TP is | 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-18 | sync to 1.9.2: Add .UC libman macro for compatibility, has no effect. | Ingo Schwarze |