summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2010-09-26add a "mips64" architecture; requested by/ok miodJason McIntyre
2010-09-23When the HEAD of an .Nm block in the SYNOPSIS might be widerIngo Schwarze
2010-09-23Count trailing escaped blanks correctly;Ingo Schwarze
2010-09-21When calculating string lengths, resolve escape sequences and useIngo Schwarze
2010-09-20remove remaining pod2man escapes, mandoc now uses the standard preamble;Ingo Schwarze
2010-09-20Format multiple authors (.%A) in the same way as groff:Ingo Schwarze
2010-09-20Make .Pp .Lp .br not FATAL when having arguments;Ingo Schwarze
2010-09-13Parse and ignore the \k, \o, \w, and \z roff escapes, and recursivelyIngo Schwarze
2010-09-13Prevent .Pp and .Lp from looping endlessly on punctuation.Ingo Schwarze
2010-09-06fix an off by one found by parfaitJonathan Gray
2010-08-26sys/param.h is for kernel interface programs.Theo de Raadt
2010-08-21Backout previous.Ingo Schwarze
2010-08-20Centralize handling of literal tabs in term_flushln() in one place,Ingo Schwarze
2010-08-20When a column contains trailing spaces, calculate the paddingIngo Schwarze
2010-08-20.Bl -column phrases ignore spacing rules for trailing punctuationIngo Schwarze
2010-08-20fix previous: when bailing out due to -Wstop,Ingo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-08-18Remove the standard pod2man \*(C+ pre-predefined string ("C++").Ingo Schwarze
2010-08-18Ignore \h (local horizontal motion) and \v (local vertical motion) escapesIngo Schwarze
2010-08-18Correctly print .Lk arguments in -Tascii.Ingo Schwarze
2010-08-18Remove mandoc(1) compatibility notes that are no longer relevant;Ingo Schwarze
2010-08-18Turn the non-trivial PS_GROWBUF macro into a function.Ingo Schwarze
2010-08-18Simplify and sync the code and comments for copying the macro nameIngo Schwarze
2010-08-18Use isascii(3) to make sure we really throw away non-ASCII characters,Ingo Schwarze
2010-08-07Groff allows the initial macro on a line to be delimited by a spaceIngo Schwarze
2010-08-07In -Thtml output, preserve blank lines at the end of .Bd -literal.Ingo Schwarze
2010-08-04In .Bd -literal, break the output line after the last element of eachIngo Schwarze
2010-08-01Move the new mdoc(7) manual written by kristaps@, replacing the old oneIngo Schwarze
2010-08-01Sync to bsd.lv:Ingo Schwarze
2010-07-31Correct Copyright lines in the rarely touched files:Ingo Schwarze
2010-07-31Major cleanup (but there is still more to come):Ingo Schwarze
2010-07-31Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.Ingo Schwarze
2010-07-25Sync to bsd.lv; in particular, pull in lots of bug fixes.Ingo Schwarze
2010-07-21In the SYNOPSIS, .Nm at the beginning of an input line startsIngo Schwarze
2010-07-19J. C. Roberts noted that Kristaps' man.7 is already better than theIngo Schwarze
2010-07-16Text ending in a full stop, exclamation mark or question markIngo Schwarze
2010-07-16After .Sm on, spacing ought to restart right away, before the next token,Ingo Schwarze
2010-07-15document .Sm; prodded by kristaps@Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-03Rudimentary implementation of user-defined strings;Ingo Schwarze
2010-07-02Not only for -tag lists, but for -hang, -ohang, -inset, -diag,Ingo Schwarze
2010-07-01In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze
2010-07-01Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze
2010-07-01Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze
2010-06-30improve error reporting:Ingo Schwarze
2010-06-30Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze
2010-06-29fix a typo in the function declaration;Ingo Schwarze
2010-06-29Considerably simplify block rewind rules; no functional change intended.Ingo Schwarze
2010-06-29Support for badly nested blocks, written around the time ofIngo Schwarze
2010-06-29sync to bsd.lv version 1.10.3:Ingo Schwarze