summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2013-12-26I have no idea how it happened that \B, \H, \h, \L, and \l gotIngo Schwarze
2013-12-25Parse and ignore the roff(7) escape sequences \d (move half line down)Ingo Schwarze
2013-12-25Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze
2013-12-25Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze
2013-12-25Garbage collect two local variables each used only one single time.Ingo Schwarze
2013-12-25In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze
2013-12-25Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze
2013-12-25s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze
2013-12-25Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze
2013-12-24Delete the unused flag TERMP_IGNDELIMIngo Schwarze
2013-12-24Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze
2013-12-24It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze
2013-12-24When deciding whether two consecutive macros are on the same input line,Ingo Schwarze
2013-12-23Implement a long-standing desideratum,Ingo Schwarze
2013-12-22Polishing the worms in my favourite can, term_flushln().Ingo Schwarze
2013-12-22Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze
2013-12-22Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze
2013-12-15In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-11-21My audit of mandoc revealed two missing (unsigned char) castsIngo Schwarze
2013-11-11In the parser, when closing an explicit block that is not open,Ingo Schwarze
2013-11-10Ignore blank lines right after .SH and .SS.Ingo Schwarze
2013-11-10Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
2013-10-17Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
2013-10-13add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011Ingo Schwarze
2013-10-13add libefi and simplify some namesIngo Schwarze
2013-10-13sync SUSv2/SUSv3 entries with groffIngo Schwarze
2013-10-13more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>Ingo Schwarze
2013-10-07Printf size_t vars with %zu, not %ld;Ingo Schwarze
2013-10-07Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.Ingo Schwarze
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
2013-10-05Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze
2013-10-04Support simple numerical conditions.Ingo Schwarze
2013-10-03ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange theIngo Schwarze
2013-10-03Avoid code duplication in roff_parseln() as suggested byIngo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-10-03Support setting arbitrary roff(7) number registers,Ingo Schwarze
2013-10-03sync with NetBSDIngo Schwarze
2013-09-16One of the WARNING messages has to use the word "section" twice in twoIngo Schwarze
2013-09-15Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze
2013-09-15Block closing macros do not allocate a new node but finish an existingIngo Schwarze
2013-09-15For some mdoc(7) macros, it is (unfortunately) semantically significantIngo Schwarze
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-08-21Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat