aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-191-2/+17
* Cope with slightly broken NAME sections in man(7) pagesIngo Schwarze2014-01-181-1/+10
* Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze2014-01-181-5/+3
* Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze2014-01-181-4/+2
* Do not sync to disk after each individual manual page (duh!),Ingo Schwarze2014-01-061-5/+7
* Fix mandocdb(8) -d and -u.Ingo Schwarze2014-01-061-15/+36
* Rename dbindex() to dbadd() to be less confusing.Ingo Schwarze2014-01-061-6/+6
* Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze2014-01-061-4/+2
* Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze2014-01-061-15/+2
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-8/+12
* Rip out the complete "reachable" checks, without replacement.Ingo Schwarze2014-01-051-69/+7
* Remove the obsolete file name column from the mpages table.Ingo Schwarze2014-01-051-14/+2
* Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze2014-01-051-8/+4
* Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze2014-01-051-3/+5
* Put section and architecture info into the keys table,Ingo Schwarze2014-01-051-3/+11
* Avoid "utf8" in the names of a function and a struct memberIngo Schwarze2014-01-021-19/+19
* Do not put UTF-8-encoded strings into the database by default, use ASCII.Ingo Schwarze2014-01-021-17/+35
* Polish the mlink_add() interface:Ingo Schwarze2014-01-021-27/+21
* Check all MLINKS for consistency with the content of the manual page,Ingo Schwarze2014-01-021-43/+60
* Yet another regression introduced by Kristaps when he switched fromIngo Schwarze2013-12-311-34/+6
* remove assignments that will be overwritten right afterwards,Ingo Schwarze2013-12-311-2/+1
* Oops, that segfaulted after deleting an mlink from the list.Ingo Schwarze2013-12-271-8/+10
* Split mlinks_undupe() out of mpages_merge()Ingo Schwarze2013-12-271-37/+53
* Save the MLINK name into the database, too;Ingo Schwarze2013-12-271-3/+5
* Write more than one mlink per mpage to the database.Ingo Schwarze2013-12-271-8/+11
* Allow saving more than one mlink per mpage in the mlinks ohash.Ingo Schwarze2013-12-271-24/+1
* Enable the framework code to allow more than one mlink per mpage.Ingo Schwarze2013-12-271-3/+4
* Clean up the interface of mlink_add().Ingo Schwarze2013-12-271-70/+67
* Another step on the way to clear naming, this time regarding mlinks:Ingo Schwarze2013-12-271-77/+37
* Split struct mlink out of struct mpage.Ingo Schwarze2013-12-271-83/+124
* Add an additional mlinks table to the database, redundant for now,Ingo Schwarze2013-12-271-22/+53
* Drop the mpages_list, use the existing mpages ohash for iteration.Ingo Schwarze2013-12-261-24/+28
* The name "id" is terrible for a struct.Ingo Schwarze2013-12-261-15/+15
* To better support MLINKS, we will have to split the "docs" databaseIngo Schwarze2013-12-261-179/+184
* Stop parsing man(7) input when we found all we were searching for,Ingo Schwarze2013-12-261-2/+5
* The man(7) language has no syntax to specify architectures, but itIngo Schwarze2013-10-271-11/+12
* The code in ofmerge() only tried the source parsers if at least oneIngo Schwarze2013-10-271-2/+2
* delete duplicate NULL check and polish style;Ingo Schwarze2013-10-271-6/+6
* Fix an assertion in dbindex(): Null strings are never entered into theIngo Schwarze2013-10-181-2/+2
* Manuals to be checked with "mandocdb -t" need not be in the currentIngo Schwarze2013-10-181-2/+2
* For the strings table, ohash_init is only called in ofmerge(),Ingo Schwarze2013-07-021-17/+16
* Turning off synchronous mode logically belongs to opening the database,Ingo Schwarze2013-07-021-10/+12
* Restore the check whether each page added to the databaseIngo Schwarze2013-07-021-19/+87
* The mdoc_handler flags are unused and will never be used.Ingo Schwarze2013-06-071-127/+124
* In .Xr database entries, mention the manual section again;Ingo Schwarze2013-06-071-3/+14
* The string hash table is only needed to combine multiple occurencesIngo Schwarze2013-06-071-110/+68
* Optimize stradds() and putkeys() to not call ohash_qlookupi()Ingo Schwarze2013-06-061-45/+28
* Drop wordaddbuf() which is identical to putkeys().Ingo Schwarze2013-06-061-22/+9
* In dbopen(), check success of remove("mandoc.db~").Ingo Schwarze2013-06-061-22/+15
* In parse_catpage(), the comment saying that the filename would beIngo Schwarze2013-06-061-1/+2