| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze | 2013-10-22 | 2 | -0/+5 |
* | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze | 2013-10-21 | 4 | -103/+171 |
* | Fix another regression introduced when switching from DB to SQLite: | Ingo Schwarze | 2013-10-20 | 1 | -28/+71 |
* | Fix a regression introduced when switching from DB to SQLite: | Ingo Schwarze | 2013-10-19 | 1 | -5/+33 |
* | Fix an assertion in dbindex(): Null strings are never entered into the | Ingo Schwarze | 2013-10-18 | 1 | -1/+1 |
* | Manuals to be checked with "mandocdb -t" need not be in the current | Ingo Schwarze | 2013-10-18 | 1 | -1/+1 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | 2013-10-17 | 6 | -2/+83 |
* | Parse and ignore the .fam (font family) request. | Ingo Schwarze | 2013-10-14 | 2 | -0/+8 |
* | merge from VERSION_1_12: new section about mandoc history, with links | Ingo Schwarze | 2013-10-13 | 1 | -3/+30 |
* | mention the three unreleased versions since 1.10.3 | Ingo Schwarze | 2013-10-13 | 1 | -13/+24 |
* | add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011 | Ingo Schwarze | 2013-10-13 | 1 | -0/+1 |
* | add libefi and simplify some names | Ingo Schwarze | 2013-10-13 | 1 | -2/+3 |
* | sync SUSv2/SUSv3 entries with groff | Ingo Schwarze | 2013-10-13 | 1 | -2/+2 |
* | more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de> | Ingo Schwarze | 2013-10-13 | 1 | -0/+13 |
* | Thomas Klausner <wiz at NetBSD dot org> finally succeeded to build | Ingo Schwarze | 2013-10-11 | 1 | -4/+35 |
* | merge from VERSION_1_12: | Ingo Schwarze | 2013-10-10 | 1 | -5/+20 |
* | Printf size_t vars with %zu, not %ld; | Ingo Schwarze | 2013-10-07 | 1 | -4/+4 |
* | Put VERSION into config.h. | Ingo Schwarze | 2013-10-06 | 1 | -1/+2 |
* | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze | 2013-10-06 | 1 | -19/+61 |
* | Franco Fichtner moved DragonFly to 1.12.2. | Ingo Schwarze | 2013-10-06 | 1 | -1/+1 |
* | The .Lb arguments wants a "lib" prefix; | Ingo Schwarze | 2013-10-06 | 2 | -2/+2 |
* | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze | 2013-10-06 | 2 | -26/+59 |
* | Support simple numerical conditions. | Ingo Schwarze | 2013-10-05 | 1 | -3/+91 |
* | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, | Ingo Schwarze | 2013-10-05 | 1 | -2/+2 |
* | Avoid code duplication in roff_parseln() as suggested by | Ingo Schwarze | 2013-10-05 | 1 | -10/+5 |
* | Expand references to number registers in exactly the same way as | Ingo Schwarze | 2013-10-05 | 2 | -33/+54 |
* | Support setting arbitrary roff(7) number registers, | Ingo Schwarze | 2013-10-05 | 4 | -46/+69 |
* | sync with NetBSD | Ingo Schwarze | 2013-10-05 | 1 | -3/+9 |
* | merge from VERSION_1_12: do not complain about unused variables in test-*.c | Ingo Schwarze | 2013-10-05 | 1 | -7/+7 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 5 | -8/+6 |
* | Merge from VERSION_1_12, in particular release date, pkgsrc port version, | Ingo Schwarze | 2013-10-05 | 2 | -5/+14 |
* | Release version 1.12.2. This is no longer beta. | Ingo Schwarze | 2013-10-05 | 1 | -1/+2 |
* | Merge from branch VERSION_1_12: | Ingo Schwarze | 2013-10-02 | 1 | -19/+99 |
* | Merge from branch VERSION_1_12: | Ingo Schwarze | 2013-10-02 | 1 | -9/+17 |
* | Merge the relevant parts from the VERSION_1_12 branch: | Ingo Schwarze | 2013-10-01 | 2 | -6/+38 |
* | New file suggested by Thomas Klausner <wiz at netbsd dot org>. | Ingo Schwarze | 2013-10-01 | 1 | -0/+330 |
* | Maybe we can easily improve -width parsing. | Ingo Schwarze | 2013-09-27 | 1 | -0/+3 |
* | Throwing FATAL MANDOCERR_SYNTCHILD on non-.It children of .Bl | Ingo Schwarze | 2013-09-22 | 1 | -1/+7 |
* | DocBook abuses \h - for no good reason, but maybe we should eventually | Ingo Schwarze | 2013-09-22 | 1 | -0/+5 |
* | use the .Bx macro; from Jan Stary via jmc@ | Ingo Schwarze | 2013-09-16 | 1 | -1/+2 |
* | two improvements in the SYNOPSIS; | Ingo Schwarze | 2013-09-16 | 1 | -2/+1 |
* | Drop .Ud remark, it has started to slowly turn into a lie. | Ingo Schwarze | 2013-09-16 | 1 | -7/+0 |
* | Beagle has been replaced by armv7; from patrick@. | Ingo Schwarze | 2013-09-16 | 1 | -1/+1 |
* | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze | 2013-09-16 | 3 | -3/+4 |
* | Use normal line macro recognition, do not attempt to roll your own. | Ingo Schwarze | 2013-09-15 | 1 | -3/+2 |
* | Block closing macros do not allocate a new node but finish an existing | Ingo Schwarze | 2013-09-15 | 1 | -0/+3 |
* | For some mdoc(7) macros, it is (unfortunately) semantically significant | Ingo Schwarze | 2013-09-15 | 1 | -2/+5 |
* | Move the last column-counting members of struct termp (col and maxcols) | Ingo Schwarze | 2013-08-21 | 2 | -20/+16 |
* | Use text production macros to document themselves. | Ingo Schwarze | 2013-08-14 | 1 | -5/+15 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 7 | -47/+82 |