summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
AgeCommit message (Expand)Author
2022-06-06Pull up following revision(s) (requested by skrll in ticket #1465):martin
2022-06-03Pull up following revision(s) (requested by gutteridge in ticket #1461):martin
2019-06-07Properly free section_clause.leot
2019-05-18Document name_desc attribute of mandb_links.leot
2019-05-18Reintroduce case insensitive comparison of name accidentally lost in lastleot
2019-05-18PR misc/54213: Fix performance of whatis(1) when no matches are foundabhinav
2019-04-27Add a C99 symbol to libm: nexttowardlkamil
2019-04-19Memory allocated by sqlite3_mprintf should be free'd by sqlite3_freeabhinav
2019-04-14Set the snippet_length field of the callback_argsabhinav
2019-03-11remove unneeded header.christos
2019-03-11adjust to the new mandoc apichristos
2019-03-07fix memory allocation problems detected by jemalloc...christos
2018-08-24Adjust makemandb for the latest mandocabhinav
2018-08-16In the latest mandoc (mdocml) the signature (prototype) ofkre
2017-11-25Encapsulate all the arguments required by the query callback function in a st...abhinav
2017-10-31Casting variable of type int * to size_t *, may causeabhinav
2017-08-02Make the 'no results found' message sound less harsh.jmcneill
2017-08-01Don't use the custom tokenizer when compiled with debugging onabhinav
2017-06-18Add a custom tokenizer which does not stem certain keywords.abhinav
2017-05-23Make the name comparison case insensitive.abhinav
2017-05-21Remove MKCRYPTO option.riastradh
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-05-01Simplify handling of the section arguments in apropos(1).abhinav
2017-04-30Simplifyabhinav
2017-04-30Instead of dereferencing the pointer passed in as function argument, use aabhinav
2017-04-30Update the comment to be in sync with the code.abhinav
2017-04-30Use sqlite3_mprintf() to generate SQL query instead of asprintf.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-27Disable the database compression if DEBUG is defined.abhinav
2017-04-23Teach whatis(1) to handle MLINKSabhinav
2017-04-23Better handle MLINKS in apropos(1).abhinav
2017-04-21libarchive now needs cryptochristos
2017-04-20Use libarchive 3.x interface and not obsolete 2.x versions.joerg
2017-01-10Include <unistd.h> for R_OK W_OK STDOUT_FILENO access(2)kamil
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-10-03Mark the section and md5_hash columns as unindexed in the FTS table, as they ...abhinav
2016-07-21Add -lz to makefile to fix the build.christos
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-06Fix an off by one issue when concatenating strings.abhinav