Age | Commit message (Expand) | Author |
2010-05-17 | The function term_flushln() had effectively forked wrt to bsd.lv. | Ingo Schwarze |
2010-05-16 | Rewrite the main mdoc text parser, mdoc_ptext() | Ingo Schwarze |
2010-05-16 | sync to bsd.lv: enable .Bl documentation | Ingo Schwarze |
2010-05-16 | add forgotten header file, duh... | 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 | mdoc_isdelim now returns enum mdelim, not int any more; | Ingo Schwarze |
2010-05-15 | For .IP, a single space after the head is sufficient; | Ingo Schwarze |
2010-05-15 | add libelf and libterminfo; | 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 | allow non-numeric manual sections in -mdoc; | Ingo Schwarze |
2010-05-15 | removed restriction on integer manual sections in -man; | Ingo Schwarze |
2010-05-15 | Bugfxing and cleanup by Joerg Sonnenberger, edited by kristaps@: | Ingo Schwarze |
2010-05-15 | various improvements regarding errors and warnings Joerg Sonnenberger: | Ingo Schwarze |
2010-05-15 | merge bsd.lv 1.63: | Ingo Schwarze |
2010-05-15 | merge bsd.lv rev. 1.63: | Ingo Schwarze |
2010-05-15 | more end-of-sentence (EOS) handling: | Ingo Schwarze |
2010-05-15 | proper handling of quoted tab-separated column lists | Ingo Schwarze |
2010-05-15 | Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum). | Ingo Schwarze |
2010-05-15 | block-implicit macros now up-propogate end-of-sentence spacing; | 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-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-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 |