Age | Commit message (Expand) | Author |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | Dale Rahn |
2010-05-08 | sync to bsd.lv mdoc_term.c 1.117, mdoc_html.c 1.61: | Ingo Schwarze |
2010-05-08 | merge bsd.lv rev 1.123: | Ingo Schwarze |
2010-05-08 | handle text lines beginning with \." as comments, like groff does, | Ingo Schwarze |
2010-05-08 | sync to bsd.lv rev 1.12: | Ingo Schwarze |
2010-05-04 | end-of-sentence markers at the end of .Fn argument lists | Ingo Schwarze |
2010-04-27 | Fix a subtle bug noticed by naddy@ in pftop(8), thanks! | Ingo Schwarze |
2010-04-25 | Implement roff conditional instructions .if .ie .el, in man(7) only for now; | Ingo Schwarze |
2010-04-23 | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze |
2010-04-22 | Fix a segfault reported by nicm@, introduced in rev. 1.38. | Ingo Schwarze |
2010-04-13 | Fix rendering of multiple successive .It macros without intervening text; | Ingo Schwarze |
2010-04-13 | zap all the (rather useless) dot lines; ok kristaps | Jason McIntyre |
2010-04-13 | - sort everything | Jason McIntyre |
2010-04-12 | Partial revert of term.c rev. 1.23 | Ingo Schwarze |
2010-04-08 | first pass at cleaning this page up: | Jason McIntyre |
2010-04-07 | Merge the good parts of 1.9.23, | Ingo Schwarze |
2010-04-04 | When the prologue lacks required information, do not error out, | Ingo Schwarze |
2010-04-04 | Make sure we never stay in SEC_NONE when passing by .Sh. | Ingo Schwarze |
2010-04-04 | Adding the pod2man(1) special characters to mandoc_char(7) was a bad idea. | Ingo Schwarze |
2010-04-04 | Better write 'href="mailto:' instead of 'style="mailto:'. | Ingo Schwarze |
2010-04-03 | no need to die from .Xr without arguments, we can just ignore it | Ingo Schwarze |
2010-04-03 | When we have no title in man(7), just use "unknown". No need to bail. | Ingo Schwarze |
2010-04-03 | When two conflicting list types are specified for the same list, | Ingo Schwarze |
2010-04-03 | * outside literal context in mdoc(7), handle blank lines like .Pp | Ingo Schwarze |
2010-04-02 | merge 1.9.22, keeping local patches | Ingo Schwarze |
2010-04-02 | Temporarily disable the handling of leading punctuation. | 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-25 | merge 1.9.16, keeping local patches | Ingo Schwarze |
2010-03-25 | fix a stupid out-of-bounds read access introduced in the previous | Ingo Schwarze |
2010-03-22 | Only try to break the line at an existing hyphen | Ingo Schwarze |
2010-03-20 | When the length of a single words exceeds the maximum acceptable line | Ingo Schwarze |
2010-03-06 | When the last field on an output line is empty, break the line | Ingo Schwarze |
2010-03-05 | At the end of lines, split words at existing hyphens: | 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-03-02 | Proper inter-sentence spacing for mdoc(7). | Ingo Schwarze |
2010-03-02 | Distinguish opening and closing delimiters, and close out block | Ingo Schwarze |
2010-02-26 | Old news: there is an experimental "loongson" port. | Ingo Schwarze |
2010-02-26 | The groff_man(7) manual says "the first line of text following" .TP is | Ingo Schwarze |
2010-02-26 | Support .It .Xo. | Ingo Schwarze |
2010-02-18 | sync to release 1.9.15: | Ingo Schwarze |
2010-01-03 | This is not intended to document just the mandoc(1) program, but rather | Ingo Schwarze |
2010-01-03 | Install mandoc_char(7), a comprehensive overview of mandoc(1) special | Ingo Schwarze |
2010-01-02 | complete the sync to 1.9.15-pre2: mostly minor fixes | Ingo Schwarze |
2010-01-01 | When a .Fl macro without an argument is followed by text, | Ingo Schwarze |
2010-01-01 | .Bl may have .Sm as a child. | Ingo Schwarze |
2010-01-01 | Fix .Bl -column horizontal spacing to agree with groff. | Ingo Schwarze |