aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The return value from parse_man() is completely unused,Ingo Schwarze2013-06-051-14/+10
* Two sanity checks got lost in treescan()Ingo Schwarze2013-06-051-30/+37
* Add back the realpath() checks that got lost during the change fromIngo Schwarze2013-06-051-122/+160
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-17/+17
* Changing existing SQLite databases was utterly broken:Ingo Schwarze2013-06-031-2/+4
* Starting the preparations to integrate this into OpenBSD.Ingo Schwarze2013-06-031-44/+65
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-2/+2
* Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out untilKristaps Dzonsons2012-06-091-1/+3
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-091-3/+8
* Turn off sqlite3 synchronous mode when creating a new database.Kristaps Dzonsons2012-06-081-33/+49
* Use C99 syntax for declaring the string-hash key array.Kristaps Dzonsons2012-06-081-4/+4
* Re-tooled mandocdb using sqlite3 and ohash.Kristaps Dzonsons2012-06-081-1320/+1402
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-2/+2
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-3/+3
* Being reluctant to add yet more trailing whitespace, i rather backIngo Schwarze2012-04-151-9/+9
* Improve mandocdb's ability to handle NAME sections by sucking the entireKristaps Dzonsons2012-03-231-10/+58
* Clean up code a bit by pushing warnings into WARNING macro.Kristaps Dzonsons2012-03-231-64/+49
* Merge some/most of schwarze@'s OpenBSD changes into mandoc: many moreKristaps Dzonsons2012-03-231-117/+159
* When parsing catpages, read from the first section (NAME, we hope) untilKristaps Dzonsons2011-12-311-16/+44
* Do not skip manuals shared across architectures when building databases.Ingo Schwarze2011-12-281-4/+19
* First memory leak in mandocdb.c freeing "struct of". Also properlyKristaps Dzonsons2011-12-251-3/+8