summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Split mlinks_undupe() out of mpages_merge()Ingo Schwarze2013-12-271-36/+52
* Save the MLINK name into the database, too;Ingo Schwarze2013-12-271-2/+4
* Write more than one mlink per mpage to the database.Ingo Schwarze2013-12-271-7/+10
* Allow saving more than one mlink per mpage in the mlinks ohash.Ingo Schwarze2013-12-271-23/+0
* Enable the framework code to allow more than one mlink per mpage.Ingo Schwarze2013-12-271-2/+3
* Clean up the interface of mlink_add().Ingo Schwarze2013-12-271-69/+66
* Another step on the way to clear naming, this time regarding mlinks:Ingo Schwarze2013-12-271-76/+36
* Split struct mlink out of struct mpage.Ingo Schwarze2013-12-271-82/+123
* Add an additional mlinks table to the database, redundant for now,Ingo Schwarze2013-12-271-21/+52
* Drop the mpages_list, use the existing mpages ohash for iteration.Ingo Schwarze2013-12-261-23/+27
* The name "id" is terrible for a struct.Ingo Schwarze2013-12-261-14/+14
* To better support MLINKS, we will have to split the "docs" databaseIngo Schwarze2013-12-261-178/+183
* Stop parsing man(7) input when we found all we were searching for,Ingo Schwarze2013-12-261-1/+4
* The man(7) language has no syntax to specify architectures, but itIngo Schwarze2013-10-271-10/+11
* The code in ofmerge() only tried the source parsers if at least oneIngo Schwarze2013-10-271-1/+1
* delete duplicate NULL check and polish style;Ingo Schwarze2013-10-271-5/+5
* Fix an assertion in dbindex(): Null strings are never entered into theIngo Schwarze2013-10-181-1/+1
* Manuals to be checked with "mandocdb -t" need not be in the currentIngo Schwarze2013-10-181-1/+1
* For the strings table, ohash_init is only called in ofmerge(),Ingo Schwarze2013-07-021-16/+15
* Turning off synchronous mode logically belongs to opening the database,Ingo Schwarze2013-07-021-9/+11
* Restore the check whether each page added to the databaseIngo Schwarze2013-07-021-18/+86
* The mdoc_handler flags are unused and will never be used.Ingo Schwarze2013-06-071-126/+123
* In .Xr database entries, mention the manual section again;Ingo Schwarze2013-06-071-2/+13
* The string hash table is only needed to combine multiple occurencesIngo Schwarze2013-06-071-109/+67
* Optimize stradds() and putkeys() to not call ohash_qlookupi()Ingo Schwarze2013-06-061-44/+27
* Drop wordaddbuf() which is identical to putkeys().Ingo Schwarze2013-06-061-21/+8
* In dbopen(), check success of remove("mandoc.db~").Ingo Schwarze2013-06-061-21/+14
* In parse_catpage(), the comment saying that the filename would beIngo Schwarze2013-06-061-0/+1
* The return value from parse_man() is completely unused,Ingo Schwarze2013-06-051-13/+9
* Two sanity checks got lost in treescan()Ingo Schwarze2013-06-051-29/+36
* Add back the realpath() checks that got lost during the change fromIngo Schwarze2013-06-051-121/+159
* Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze2013-06-051-16/+16
* Changing existing SQLite databases was utterly broken:Ingo Schwarze2013-06-031-1/+3
* Starting the preparations to integrate this into OpenBSD.Ingo Schwarze2013-06-031-43/+64
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-1/+1
* Ths SYNCHRONOUS = off optimisation fails on my Mac OSX. Take it out untilKristaps Dzonsons2012-06-091-0/+2
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-091-2/+7
* Turn off sqlite3 synchronous mode when creating a new database.Kristaps Dzonsons2012-06-081-32/+48
* Use C99 syntax for declaring the string-hash key array.Kristaps Dzonsons2012-06-081-3/+3
* Re-tooled mandocdb using sqlite3 and ohash.Kristaps Dzonsons2012-06-081-1319/+1401
* Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze2012-05-271-1/+1
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-2/+2
* Being reluctant to add yet more trailing whitespace, i rather backIngo Schwarze2012-04-151-8/+8
* Improve mandocdb's ability to handle NAME sections by sucking the entireKristaps Dzonsons2012-03-231-9/+57
* Clean up code a bit by pushing warnings into WARNING macro.Kristaps Dzonsons2012-03-231-63/+48
* Merge some/most of schwarze@'s OpenBSD changes into mandoc: many moreKristaps Dzonsons2012-03-231-116/+158
* When parsing catpages, read from the first section (NAME, we hope) untilKristaps Dzonsons2011-12-311-15/+43
* Do not skip manuals shared across architectures when building databases.Ingo Schwarze2011-12-281-3/+18
* First memory leak in mandocdb.c freeing "struct of". Also properlyKristaps Dzonsons2011-12-251-2/+7
* Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze2011-12-251-1/+1