| Commit message (Expand) | Author | Age | Files | Lines |
* | Since the functions in read.c are part of the mandoc(3) library, | Ingo Schwarze | 2014-01-02 | 2 | -17/+49 |
* | Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013". | Ingo Schwarze | 2013-12-31 | 2 | -0/+3 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 6 | -9/+9 |
* | Provide strcasestr(3) and strsep(3) for Solaris 10 compat; | Ingo Schwarze | 2013-12-31 | 6 | -1/+192 |
* | Do not trigger end-of-sentence spacing by trailing punctuation | Ingo Schwarze | 2013-12-31 | 1 | -19/+0 |
* | Yet another regression introduced by Kristaps when he switched from | Ingo Schwarze | 2013-12-31 | 1 | -33/+5 |
* | remove assignments that will be overwritten right afterwards, | Ingo Schwarze | 2013-12-31 | 3 | -7/+1 |
* | update the link to the ISC license | Ingo Schwarze | 2013-12-31 | 1 | -2/+2 |
* | Add missing description of .UR/.UE. | Ingo Schwarze | 2013-12-31 | 1 | -1/+20 |
* | release 1.12.3VERSION.1.12.3 | Ingo Schwarze | 2013-12-31 | 3 | -29/+83 |
* | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze | 2013-12-31 | 4 | -8/+81 |
* | 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 |