| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split buildnames() out of mansearch(); the latter function is getting | Ingo Schwarze | 2013-12-31 | 1 | -30/+40 |
* | Oops, missed one: | Ingo Schwarze | 2013-12-30 | 1 | -2/+1 |
* | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze | 2013-12-30 | 2 | -3/+2 |
* | Oops, that segfaulted after deleting an mlink from the list. | Ingo Schwarze | 2013-12-27 | 1 | -7/+9 |
* | Split mlinks_undupe() out of mpages_merge() | Ingo Schwarze | 2013-12-27 | 1 | -36/+52 |
* | Change the mansearch() interface to use the mlinks table in the database | Ingo Schwarze | 2013-12-27 | 4 | -11/+62 |
* | Save the MLINK name into the database, too; | Ingo Schwarze | 2013-12-27 | 1 | -2/+4 |
* | Write more than one mlink per mpage to the database. | Ingo Schwarze | 2013-12-27 | 1 | -7/+10 |
* | Allow saving more than one mlink per mpage in the mlinks ohash. | Ingo Schwarze | 2013-12-27 | 1 | -23/+0 |
* | Enable the framework code to allow more than one mlink per mpage. | Ingo Schwarze | 2013-12-27 | 1 | -2/+3 |
* | Clean up the interface of mlink_add(). | Ingo Schwarze | 2013-12-27 | 1 | -69/+66 |
* | Another step on the way to clear naming, this time regarding mlinks: | Ingo Schwarze | 2013-12-27 | 1 | -76/+36 |
* | Split struct mlink out of struct mpage. | Ingo Schwarze | 2013-12-27 | 1 | -82/+123 |
* | Add an additional mlinks table to the database, redundant for now, | Ingo Schwarze | 2013-12-27 | 2 | -23/+54 |
* | Drop the mpages_list, use the existing mpages ohash for iteration. | Ingo Schwarze | 2013-12-26 | 1 | -23/+27 |
* | The name "id" is terrible for a struct. | Ingo Schwarze | 2013-12-26 | 1 | -14/+14 |
* | To better support MLINKS, we will have to split the "docs" database | Ingo Schwarze | 2013-12-26 | 1 | -178/+183 |
* | Stop parsing man(7) input when we found all we were searching for, | Ingo Schwarze | 2013-12-26 | 1 | -1/+4 |
* | Rework the documentation of Spaces, using the Ossanna/Kernighan/Ritter | Ingo Schwarze | 2013-12-26 | 1 | -20/+20 |
* | merge from VERSION_1_12 | Ingo Schwarze | 2013-12-26 | 1 | -20/+28 |
* | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze | 2013-12-26 | 1 | -7/+5 |
* | The roff language really has two groups of basic building blocks: | Ingo Schwarze | 2013-12-26 | 1 | -7/+253 |
* | Parse and ignore the roff(7) escape sequences \d (move half line down) | Ingo Schwarze | 2013-12-25 | 1 | -0/+8 |
* | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze | 2013-12-25 | 1 | -3/+8 |
* | Oops, .Fa never breaks the output line in the middle of any of its | Ingo Schwarze | 2013-12-25 | 1 | -2/+1 |
* | Garbage collect two local variables each used only one single time. | Ingo Schwarze | 2013-12-25 | 1 | -6/+4 |
* | In the SYNOPSIS, implement hanging indentation for .Fo | Ingo Schwarze | 2013-12-25 | 2 | -14/+22 |
* | Support .St -xsh4.2, the System Interfaces part of the original Single | Ingo Schwarze | 2013-12-25 | 2 | -1/+4 |
* | 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 |