| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze | 2013-12-25 | 4 | -7/+8 |
* | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze | 2013-12-25 | 4 | -1/+24 |
* | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze | 2013-12-24 | 3 | -22/+10 |
* | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze | 2013-12-24 | 1 | -1/+4 |
* | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze | 2013-12-24 | 4 | -38/+27 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 6 | -9/+16 |
* | Implement a long-standing desideratum, | Ingo Schwarze | 2013-12-23 | 2 | -3/+30 |
* | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze | 2013-12-22 | 4 | -29/+49 |
* | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze | 2013-12-22 | 1 | -1/+1 |
* | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze | 2013-12-22 | 1 | -0/+9 |
* | Document the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze | 2013-12-22 | 1 | -3/+3 |
* | 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 |