| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze | 2013-12-15 | 2 | -5/+12 |
* | bentley@ looked at sbcl(1) and found new tasks for us... | Ingo Schwarze | 2013-12-15 | 1 | -0/+9 |
* | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze | 2013-12-15 | 4 | -11/+27 |
* | My audit of mandoc revealed one missing (unsigned char) cast | Ingo Schwarze | 2013-11-21 | 1 | -1/+1 |
* | In the parser, when closing an explicit block that is not open, | Ingo Schwarze | 2013-11-11 | 2 | -4/+8 |
* | Ignore blank lines right after .SH and .SS. | Ingo Schwarze | 2013-11-10 | 1 | -5/+11 |
* | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze | 2013-11-10 | 1 | -1/+4 |
* | clarify that \[uXXXX] wants uppercase hex digits | Ingo Schwarze | 2013-11-10 | 1 | -1/+6 |
* | missing features: line length and italic correction | Ingo Schwarze | 2013-11-10 | 1 | -0/+6 |
* | While answering a question asked by espie@, i noticed that .Fd is not | Ingo Schwarze | 2013-11-02 | 1 | -7/+28 |
* | The man(7) language has no syntax to specify architectures, but it | Ingo Schwarze | 2013-10-27 | 1 | -10/+11 |
* | The code in ofmerge() only tried the source parsers if at least one | Ingo Schwarze | 2013-10-27 | 1 | -1/+1 |
* | delete duplicate NULL check and polish style; | Ingo Schwarze | 2013-10-27 | 1 | -5/+5 |
* | 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 |