summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb/makemandb.c
AgeCommit message (Expand)Author
2023-01-01makemandb.c: spell "metadata" consistentlygutteridge
2022-10-30makemandb.c: fix grammar in a commentgutteridge
2022-10-26fix various typos in comments and makefs README file.andvar
2022-09-11makemandb/*: fix spelling of database and consistency of SQLitegutteridge
2022-06-06Don't index outside the mdocs array of function pointers. Analysis andskrll
2022-04-06makemandb.c: fail sooner if man page dirs can't be foundgutteridge
2021-12-05s/trival/trivial/ in comment.msaitoh
2019-05-18PR misc/54213: Fix performance of whatis(1) when no matches are foundabhinav
2019-03-11remove unneeded header.christos
2019-03-11adjust to the new mandoc apichristos
2018-08-24Adjust makemandb for the latest mandocabhinav
2018-08-16In the latest mandoc (mdocml) the signature (prototype) ofkre
2017-05-10Get rid of unnecessary variable.abhinav
2017-05-02We do need to copy the return value from dirname(3) since there it is a staticabhinav
2017-05-01Avoid dereferencing pointer at multiple places, instead use a local variable.abhinav
2017-05-01Remove the table name parameter from the check_md5 function.abhinav
2017-05-01Avoid copying strings where it is not needed.abhinav
2017-04-30Avoid a call to strncmp when comparing only the first character of the string.abhinav
2017-04-29Bring the comment in sync with code (after changes brought by the last commit).abhinav
2017-04-29Don't parse Nm macro when it occurs anywhere outside the NAME section.abhinav
2017-04-20Use libarchive 3.x interface and not obsolete 2.x versions.joerg
2016-12-19Escape hyphen when parsing .Ndabhinav
2016-12-17Don't ignore symlinks.abhinav
2016-10-03We don't need to parse the sections we don't index, so stop early. Saves fewabhinav
2016-10-03With the latest release of mandoc, makemandb(8) started to parse someabhinav
2016-07-17Use deroff() from mandoc(3) to directly parse the Nd macro ratherabhinav
2016-07-17Fix extraction of section number and machine architecture from man pages.abhinav
2016-07-15Sync with API changes.christos
2016-07-06Avoid possible buffer overflow while parsing NAME section of man(7) pages.abhinav
2016-07-05Reuse variable from previous line.abhinav
2016-04-13PR/51062: Abhinav Upadhyay: Allow non numeric sections to be indexed andchristos
2016-04-13PR/51040: Abhinav Upadhyay: Fix memory leakchristos
2016-04-13PR/51039: Abhinav Upadhyay: Check for return value of chdir(2)christos
2016-04-13PR/51034: Abhinav Upadhyay: Close database connection when failed to commitchristos
2016-03-31PR/51034: Abhinav Upadhyay: makemandb(8): Close database connection whenchristos
2016-03-24PR/51006: Abhinav Upadhyay: makemandb(8) should parse escape sequenceschristos
2016-01-28Don't crash if we have a missing section.christos
2015-12-18Adjust to the new mdocmlchristos
2015-04-07largely apply patch from PR bin/47392 by Abhinav Upadhyayplunky
2015-03-12MDOC_MAX is a valid token if the type is text. Adjust.joerg
2015-03-04- handle section numbers that are not single digitschristos
2015-03-02Explicitly deal with end of lists. PR 49708.joerg
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-06-03Fix a bug that caused an error about a UNIQUE constraint violation.wiz
2014-05-24Replace non-breaking space with hyphen, and call hyphen replacementwiz
2014-02-10in update_db(), extract the full list of files to update from the dbchs
2014-01-05Sync with interface change in mdocml 1.12.3.joerg
2013-11-13Skip files of size 0 from indexing.wiz
2013-05-15avoid stdio assertion, failing laterchristos
2013-02-10remove trailing whitespacechristos