Age | Commit message (Expand) | Author |
2010-11-29 | Implement the roff .ft (change font) request for man(7). | Ingo Schwarze |
2010-10-28 | Font alternating blocks like .RB must not break the line between children | Ingo Schwarze |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |
2010-10-15 | Move tbl width calculation from plain strlen to mandoc terminal width | Ingo Schwarze |
2010-10-15 | Move tbl output from plain stdio to mandoc terminal output routines. | Ingo Schwarze |
2010-10-15 | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. | Ingo Schwarze |
2010-09-21 | When calculating string lengths, resolve escape sequences and use | 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-26 | As a first step towards variable-width font support, | Ingo Schwarze |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |
2010-06-06 | Merge bsd.lv release 1.10.0, | Ingo Schwarze |
2010-06-05 | Increase the -man -Tascii text width from 65 to 78 characters | Ingo Schwarze |
2010-05-24 | sync to bsd.lv: | 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 | For .IP, a single space after the head is sufficient; | Ingo Schwarze |
2010-05-15 | More systematic output width handling by Joerg Sonnenberger: | Ingo Schwarze |
2010-05-15 | removed restriction on integer manual sections in -man; | Ingo Schwarze |
2010-05-14 | Integrate kristaps@' end-of-sentence (EOS) framework | Ingo Schwarze |
2010-05-14 | Merge 1.9.25, keeping local patches; | 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 |
2010-03-02 | In man(7), do not crash on very long title lines, | Ingo Schwarze |
2010-03-02 | For -man -Tascii, limit the width of normal text to 65 characters, | 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-12-24 | sync to 1.9.14: rewrite escape sequence handling: | 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-10-19 | sync to 1.9.7: consolidate some -man -Tascii functions, | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: make terminal_*, tree_* and out_* functions return void, | Ingo Schwarze |
2009-09-21 | sync to 1.9.5: remove TERMP_STYLE bit field in favour of recursion-friendly | Ingo Schwarze |
2009-09-18 | sync to 1.9.2: Add .UC libman macro for compatibility, has no effect. | Ingo Schwarze |
2009-08-22 | another large chunk of -man updates, | Ingo Schwarze |
2009-08-22 | Oops, kill an "#ifdef __linux__" that crept in with the previous commit. | Ingo Schwarze |
2009-08-22 | Kristaps@ significantly overhauled libman. | Ingo Schwarze |
2009-08-22 | sync to 1.9.0: move indentation size into *term.c files, | Ingo Schwarze |
2009-08-22 | sync to 1.8.4: support .sp in -man | Ingo Schwarze |
2009-06-23 | sync to 1.7.20: fix .br support in -man | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: do not try to print_body() when there is none | Ingo Schwarze |
2009-06-18 | sync to 1.7.19: improved comment handling | Ingo Schwarze |
2009-06-18 | sync to 1.7.16: adjust centering of header lines to groff conventions | Ingo Schwarze |
2009-06-18 | sync to 1.7.16: catch overflow of the right margin by the .IP macro | Ingo Schwarze |
2009-06-17 | strftime returns size_t, not a pointer; no functional change | Ingo Schwarze |