summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2010-05-26sync manualsIngo Schwarze
2010-05-26When a word does not fully fit onto the output line, but it containsIngo Schwarze
2010-05-25document that ".if n" is true; requested by kristaps@Ingo Schwarze
2010-05-24document ignorance of .ds, .rm and .tr;Ingo Schwarze
2010-05-24plug second meta.source leak in .UT handling; from kristaps@Ingo Schwarze
2010-05-24lift 64-byte max width for Sh (now BUFSIZ); from kristaps@Ingo Schwarze
2010-05-24fix memory leak for .AT; from kristaps@Ingo Schwarze
2010-05-24Fix segfault in mixing old enum types for -Thtml -mdoc; from kristaps@.Ingo Schwarze
2010-05-24sync to bsd.lv: remove needless #include <time.h>Ingo Schwarze
2010-05-24remove the now unused #define MAN_EL_USE,Ingo Schwarze
2010-05-24The inputIngo Schwarze
2010-05-24sync to bsd.lv:Ingo Schwarze
2010-05-24Fix the code to add a line break before .Nm in the SYNOPSIS;Ingo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze
2010-05-23fix the build (oops, sorry!):Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-23implement .AT and .UC; from Joerg SonnenbergerIngo Schwarze
2010-05-23Small fix for `D1' and `Bd' in -Thtml; from kristaps@.Ingo Schwarze
2010-05-20Support nested roff instructions:Ingo Schwarze
2010-05-17The function term_flushln() had effectively forked wrt to bsd.lv.Ingo Schwarze
2010-05-16Rewrite the main mdoc text parser, mdoc_ptext()Ingo Schwarze
2010-05-16sync to bsd.lv: enable .Bl documentationIngo Schwarze
2010-05-16add forgotten header file, duh...Ingo Schwarze
2010-05-16allow the single quote as a control character in place of the dotIngo Schwarze
2010-05-16In theory, Kristaps never intended to write a roff parser,Ingo Schwarze
2010-05-15mdoc_isdelim now returns enum mdelim, not int any more;Ingo Schwarze
2010-05-15For .IP, a single space after the head is sufficient;Ingo Schwarze
2010-05-15add libelf and libterminfo;Ingo Schwarze
2010-05-15Joerg Sonnenberger rewrote the comment stripping and line mergingIngo Schwarze
2010-05-15More systematic output width handling by Joerg Sonnenberger:Ingo Schwarze
2010-05-15allow non-numeric manual sections in -mdoc;Ingo Schwarze
2010-05-15removed restriction on integer manual sections in -man;Ingo Schwarze
2010-05-15Bugfxing and cleanup by Joerg Sonnenberger, edited by kristaps@:Ingo Schwarze
2010-05-15various improvements regarding errors and warnings Joerg Sonnenberger:Ingo Schwarze
2010-05-15merge bsd.lv 1.63:Ingo Schwarze
2010-05-15merge bsd.lv rev. 1.63:Ingo Schwarze
2010-05-15more end-of-sentence (EOS) handling:Ingo Schwarze
2010-05-15proper handling of quoted tab-separated column listsIngo Schwarze
2010-05-15Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze
2010-05-15block-implicit macros now up-propogate end-of-sentence spacing;Ingo Schwarze
2010-05-14Integrate kristaps@' end-of-sentence (EOS) frameworkIngo Schwarze
2010-05-14Merge 1.9.25, keeping local patches;Ingo Schwarze
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-05-13Remove the command line option -fno-ign-chars.Ingo Schwarze
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2010-05-08sync to bsd.lv mdoc_term.c 1.117, mdoc_html.c 1.61:Ingo Schwarze
2010-05-08merge bsd.lv rev 1.123:Ingo Schwarze
2010-05-08handle text lines beginning with \." as comments, like groff does,Ingo Schwarze
2010-05-08sync to bsd.lv rev 1.12:Ingo Schwarze
2010-05-04end-of-sentence markers at the end of .Fn argument listsIngo Schwarze