aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocdb.c
Commit message (Expand)AuthorAgeFilesLines
* Cygwin support; from Yaakov Selkowitz,Ingo Schwarze2014-08-141-3/+3
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-111-3/+1
* Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12.Ingo Schwarze2014-04-231-3/+3
* backport man(7) .Nd improvementIngo Schwarze2014-03-231-46/+9
* introduce mandoc_aux to 1.12Ingo Schwarze2014-03-231-1/+2
* cope with the mparse_result() interface changeIngo Schwarze2014-03-191-2/+2
* cope with mparse_alloc() interface changeIngo Schwarze2014-03-191-5/+5
* Cope with the mparse_alloc() interface change.Ingo Schwarze2014-01-051-4/+9
* My audit of mandoc revealed one missing (unsigned char) castIngo Schwarze2013-11-211-2/+2
* On __sun, use <sys/byteorder.h>, BE_64(x), and <db_185.h>.Ingo Schwarze2013-10-101-9/+11
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-051-2/+4
* DragonFly needs explicit #include <sys/endian.h> to use be64toh(),Ingo Schwarze2013-10-021-1/+2
* Fix build on Solaris.Ingo Schwarze2013-10-011-2/+18
* Fix typo in filenames: mandocdb.{db,index} -> mandoc.{db,index}Ingo Schwarze2013-09-181-2/+2
* Merge OpenBSD rev. 1.43:Ingo Schwarze2013-09-171-5/+5
* Merge OpenBSD rev. 1.34.Ingo Schwarze2013-09-171-13/+52
* merge OpenBSD rev. 1.41:Ingo Schwarze2013-09-171-92/+137
* Similar to rev. 1.58:Ingo Schwarze2013-09-171-1601/+1433
* 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
* Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze2011-12-251-2/+2