summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze2013-12-254-1/+24
* Delete the unused flag TERMP_IGNDELIMIngo Schwarze2013-12-243-22/+10
* Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze2013-12-241-1/+4
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-244-38/+27
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-246-9/+16
* Implement a long-standing desideratum,Ingo Schwarze2013-12-232-3/+30
* Polishing the worms in my favourite can, term_flushln().Ingo Schwarze2013-12-224-29/+49
* Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze2013-12-221-1/+1
* Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze2013-12-221-0/+9
* Document the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze2013-12-221-3/+3
* In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze2013-12-152-5/+12
* bentley@ looked at sbcl(1) and found new tasks for us...Ingo Schwarze2013-12-151-0/+9
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-154-11/+27
* My audit of mandoc revealed one missing (unsigned char) castIngo Schwarze2013-11-211-1/+1
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-112-4/+8
* Ignore blank lines right after .SH and .SS.Ingo Schwarze2013-11-101-5/+11
* Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze2013-11-101-1/+4
* clarify that \[uXXXX] wants uppercase hex digitsIngo Schwarze2013-11-101-1/+6
* missing features: line length and italic correctionIngo Schwarze2013-11-101-0/+6
* While answering a question asked by espie@, i noticed that .Fd is notIngo Schwarze2013-11-021-7/+28
* The man(7) language has no syntax to specify architectures, but itIngo Schwarze2013-10-271-10/+11
* The code in ofmerge() only tried the source parsers if at least oneIngo Schwarze2013-10-271-1/+1
* delete duplicate NULL check and polish style;Ingo Schwarze2013-10-271-5/+5
* Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze2013-10-222-0/+5
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-214-103/+171
* Fix another regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-201-28/+71
* Fix a regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-191-5/+33
* Fix an assertion in dbindex(): Null strings are never entered into theIngo Schwarze2013-10-181-1/+1
* Manuals to be checked with "mandocdb -t" need not be in the currentIngo Schwarze2013-10-181-1/+1
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-176-2/+83
* Parse and ignore the .fam (font family) request.Ingo Schwarze2013-10-142-0/+8
* merge from VERSION_1_12: new section about mandoc history, with linksIngo Schwarze2013-10-131-3/+30
* mention the three unreleased versions since 1.10.3Ingo Schwarze2013-10-131-13/+24
* add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011Ingo Schwarze2013-10-131-0/+1
* add libefi and simplify some namesIngo Schwarze2013-10-131-2/+3
* sync SUSv2/SUSv3 entries with groffIngo Schwarze2013-10-131-2/+2
* more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>Ingo Schwarze2013-10-131-0/+13
* Thomas Klausner <wiz at NetBSD dot org> finally succeeded to buildIngo Schwarze2013-10-111-4/+35
* merge from VERSION_1_12:Ingo Schwarze2013-10-101-5/+20
* Printf size_t vars with %zu, not %ld;Ingo Schwarze2013-10-071-4/+4
* Put VERSION into config.h.Ingo Schwarze2013-10-061-1/+2
* We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze2013-10-061-19/+61
* Franco Fichtner moved DragonFly to 1.12.2.Ingo Schwarze2013-10-061-1/+1
* The .Lb arguments wants a "lib" prefix;Ingo Schwarze2013-10-062-2/+2
* If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze2013-10-062-26/+59
* Support simple numerical conditions.Ingo Schwarze2013-10-051-3/+91
* ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,Ingo Schwarze2013-10-051-2/+2
* Avoid code duplication in roff_parseln() as suggested byIngo Schwarze2013-10-051-10/+5
* Expand references to number registers in exactly the same way asIngo Schwarze2013-10-052-33/+54
* Support setting arbitrary roff(7) number registers,Ingo Schwarze2013-10-054-46/+69