| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -5/+14 |
* | Avoid the risk of trying to modify a literal string. | Ingo Schwarze | 2014-01-19 | 1 | -2/+3 |
* | Always store the arch in lower-case only. | Ingo Schwarze | 2014-01-19 | 1 | -5/+9 |
* | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze | 2014-01-19 | 1 | -1/+16 |
* | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze | 2014-01-18 | 1 | -0/+9 |
* | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze | 2014-01-18 | 1 | -4/+2 |
* | Despite some experimenting, i'm unable to find any relevant effect of | Ingo Schwarze | 2014-01-18 | 1 | -3/+1 |
* | Do not sync to disk after each individual manual page (duh!), | Ingo Schwarze | 2014-01-06 | 1 | -4/+6 |
* | Fix mandocdb(8) -d and -u. | Ingo Schwarze | 2014-01-06 | 1 | -14/+35 |
* | Rename dbindex() to dbadd() to be less confusing. | Ingo Schwarze | 2014-01-06 | 1 | -5/+5 |
* | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze | 2014-01-06 | 1 | -3/+1 |
* | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze | 2014-01-06 | 1 | -14/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -7/+11 |
* | Rip out the complete "reachable" checks, without replacement. | Ingo Schwarze | 2014-01-05 | 1 | -68/+6 |
* | Remove the obsolete file name column from the mpages table. | Ingo Schwarze | 2014-01-05 | 1 | -13/+1 |
* | Remove the obsolete sec and arch columns from the mpages table. | Ingo Schwarze | 2014-01-05 | 1 | -7/+3 |
* | Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to | Ingo Schwarze | 2014-01-05 | 1 | -2/+4 |
* | Put section and architecture info into the keys table, | Ingo Schwarze | 2014-01-05 | 1 | -2/+10 |
* | Avoid "utf8" in the names of a function and a struct member | Ingo Schwarze | 2014-01-02 | 1 | -18/+18 |
* | Do not put UTF-8-encoded strings into the database by default, use ASCII. | Ingo Schwarze | 2014-01-02 | 1 | -16/+34 |
* | Polish the mlink_add() interface: | Ingo Schwarze | 2014-01-02 | 1 | -26/+20 |
* | Check all MLINKS for consistency with the content of the manual page, | Ingo Schwarze | 2014-01-02 | 1 | -42/+59 |
* | 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 | 1 | -1/+0 |
* | 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 |
* | 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 | 1 | -21/+52 |
* | 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 |
* | 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 |
* | 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 |
* | For the strings table, ohash_init is only called in ofmerge(), | Ingo Schwarze | 2013-07-02 | 1 | -16/+15 |
* | Turning off synchronous mode logically belongs to opening the database, | Ingo Schwarze | 2013-07-02 | 1 | -9/+11 |
* | Restore the check whether each page added to the database | Ingo Schwarze | 2013-07-02 | 1 | -18/+86 |
* | The mdoc_handler flags are unused and will never be used. | Ingo Schwarze | 2013-06-07 | 1 | -126/+123 |
* | In .Xr database entries, mention the manual section again; | Ingo Schwarze | 2013-06-07 | 1 | -2/+13 |
* | The string hash table is only needed to combine multiple occurences | Ingo Schwarze | 2013-06-07 | 1 | -109/+67 |
* | Optimize stradds() and putkeys() to not call ohash_qlookupi() | Ingo Schwarze | 2013-06-06 | 1 | -44/+27 |