aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze2013-12-152-7/+14
* bentley@ looked at sbcl(1) and found new tasks for us...Ingo Schwarze2013-12-151-1/+10
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-154-16/+32
* My audit of mandoc revealed one missing (unsigned char) castIngo Schwarze2013-11-211-2/+2
* In the parser, when closing an explicit block that is not open,Ingo Schwarze2013-11-112-6/+10
* Ignore blank lines right after .SH and .SS.Ingo Schwarze2013-11-101-6/+12
* Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze2013-11-101-2/+5
* clarify that \[uXXXX] wants uppercase hex digitsIngo Schwarze2013-11-101-3/+8
* missing features: line length and italic correctionIngo Schwarze2013-11-101-1/+7
* While answering a question asked by espie@, i noticed that .Fd is notIngo Schwarze2013-11-021-9/+30
* The man(7) language has no syntax to specify architectures, but itIngo Schwarze2013-10-271-11/+12
* The code in ofmerge() only tried the source parsers if at least oneIngo Schwarze2013-10-271-2/+2
* delete duplicate NULL check and polish style;Ingo Schwarze2013-10-271-6/+6
* Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze2013-10-222-3/+8
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-214-107/+175
* Fix another regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-201-29/+72
* Fix a regression introduced when switching from DB to SQLite:Ingo Schwarze2013-10-191-6/+34
* Fix an assertion in dbindex(): Null strings are never entered into theIngo Schwarze2013-10-181-2/+2
* Manuals to be checked with "mandocdb -t" need not be in the currentIngo Schwarze2013-10-181-2/+2
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-176-8/+89
* Parse and ignore the .fam (font family) request.Ingo Schwarze2013-10-142-3/+11
* merge from VERSION_1_12: new section about mandoc history, with linksIngo Schwarze2013-10-131-4/+31
* mention the three unreleased versions since 1.10.3Ingo Schwarze2013-10-131-14/+25
* add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011Ingo Schwarze2013-10-131-1/+2
* add libefi and simplify some namesIngo Schwarze2013-10-131-3/+4
* sync SUSv2/SUSv3 entries with groffIngo Schwarze2013-10-131-3/+3
* more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>Ingo Schwarze2013-10-131-1/+14
* Thomas Klausner <wiz at NetBSD dot org> finally succeeded to buildIngo Schwarze2013-10-111-5/+36
* merge from VERSION_1_12:Ingo Schwarze2013-10-101-6/+21
* Printf size_t vars with %zu, not %ld;Ingo Schwarze2013-10-071-5/+5
* 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-20/+62
* Franco Fichtner moved DragonFly to 1.12.2.Ingo Schwarze2013-10-061-2/+2
* The .Lb arguments wants a "lib" prefix;Ingo Schwarze2013-10-062-6/+6
* If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze2013-10-062-28/+61
* Support simple numerical conditions.Ingo Schwarze2013-10-051-4/+92
* ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing,Ingo Schwarze2013-10-051-3/+3
* Avoid code duplication in roff_parseln() as suggested byIngo Schwarze2013-10-051-11/+6
* Expand references to number registers in exactly the same way asIngo Schwarze2013-10-052-35/+56
* Support setting arbitrary roff(7) number registers,Ingo Schwarze2013-10-054-50/+73
* sync with NetBSDIngo Schwarze2013-10-051-4/+10
* merge from VERSION_1_12: do not complain about unused variables in test-*.cIngo Schwarze2013-10-051-7/+7
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-055-14/+12
* Merge from VERSION_1_12, in particular release date, pkgsrc port version,Ingo Schwarze2013-10-052-6/+15
* Release version 1.12.2. This is no longer beta.Ingo Schwarze2013-10-051-2/+3
* Merge from branch VERSION_1_12:Ingo Schwarze2013-10-021-20/+100
* Merge from branch VERSION_1_12:Ingo Schwarze2013-10-021-9/+17
* Merge the relevant parts from the VERSION_1_12 branch:Ingo Schwarze2013-10-012-10/+42
* New file suggested by Thomas Klausner <wiz at netbsd dot org>.Ingo Schwarze2013-10-011-0/+330
* Maybe we can easily improve -width parsing.Ingo Schwarze2013-09-271-1/+4