summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2009-07-19The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm;Ingo Schwarze
2009-07-18Kristaps was so happy about .Bl -hang support ("the last major missingIngo Schwarze
2009-07-18sync to 1.8.0: a couple of cosmetic fixes:Ingo Schwarze
2009-07-18sync to 1.8.0: support -offset [0-9]+n and -offset [0-9]+mIngo Schwarze
2009-07-18sync to 1.8.0: lots of minor changesIngo Schwarze
2009-07-18sync to 1.8.0: support .Bl -hangIngo Schwarze
2009-07-18sync to 1.8.0: a bad .St argument causes an error, not a warningIngo Schwarze
2009-07-18sync to 1.8.0: white space fixes, no code changeIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-18sync to 1.8.0: for .Fo, do not print a blank before '('Ingo Schwarze
2009-07-18sync to 1.8.0: two .Vd in SYNOPSIS get a line break in between,Ingo Schwarze
2009-07-18sync to 1.8.0: replace macro function declarations by real ones, and sort themIngo Schwarze
2009-07-18sync to 1.8.0: cleanup: remove offset and rmargin from termpairIngo Schwarze
2009-07-18sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manuallyIngo Schwarze
2009-07-18sync to 1.8.0: consolidated Bsx, Dx, Fx, Nx, Ox, Ux into one common functionIngo Schwarze
2009-07-18sync to 1.8.0: avoid duplicate warning about a malformed NAME sectionIngo Schwarze
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-18sync to 1.8.0: <sys/types.h> needed for u_char; <uqs at spoerlein dot net>Ingo Schwarze
2009-07-13fix a trivial pasto that crept into 1.7.23; also submitted upstreamIngo Schwarze
2009-07-13now in sync with release 1.7.24Ingo Schwarze
2009-07-13sync to 1.7.24: mdoc_nwarn/mdoc_nerr got mixed up;Ingo Schwarze
2009-07-13sync to 1.7.24: In the .Nd line, \(em is typographically more sound than \- ,Ingo Schwarze
2009-07-13sync to 1.7.24: support \(hy for groff compatibilityIngo Schwarze
2009-07-12sync to 1.7.24: remove long-fixed FIXMEIngo Schwarze
2009-07-12sync to 1.7.24: support .St -p1003.1i-95Ingo Schwarze
2009-07-12sync to 1.7.24: make .In handling more similar to new groffIngo Schwarze
2009-07-12now in sync with release 1.7.23Ingo Schwarze
2009-07-12sync to 1.7.23: Fewer knobs: provide -Wall -Werror but not -Wsyntax -Wcompat.Ingo Schwarze
2009-07-12sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_perr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h,Ingo Schwarze
2009-07-12sync to 1.7.23: third step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: second step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: first step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-08sync to 1.7.23: fixed const-nessesIngo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-07-07sync to 1.7.21: provide WESCAPE and MAN_IGN_ESCAPE,Ingo Schwarze
2009-07-07The word "indent" has a special meaning in ".Bd -tag -offset indent",Ingo Schwarze
2009-07-07sync to 1.7.21: kristaps@ seems to prefer British spelling...Ingo Schwarze
2009-07-07sync to 1.7.21: suboptarg is not portable to Linux;Ingo Schwarze
2009-07-07sync to 1.7.21:Ingo Schwarze
2009-07-06sync to 1.7.21:Ingo Schwarze
2009-07-06sync to 1.7.21: increment offset by the value of .Bd -offsetIngo Schwarze
2009-07-06.Bd -offset indent-two is two times 6, not two times 5 spacesIngo Schwarze
2009-07-06remove unused WDEPCOL warning that became unused in 1.7.19Ingo Schwarze
2009-07-06(1) exit with failure not success if options parsing fails;Ingo Schwarze
2009-07-06sync to 1.7.21: convert the last plain mdoc_err() in this file to verr();Ingo Schwarze
2009-06-27Now in sync with 1.7.20, except that a few patches looking incorrectIngo Schwarze
2009-06-27sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4Ingo Schwarze