summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mansearch.c
AgeCommit message (Expand)Author
2014-03-28Properly initialize malloc(3)ed memory.Ingo Schwarze
2014-03-21avoid repetitive code for asprintf error handlingIngo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-03-17in apropos(1) output, sort names and avoid multiple section numbersIngo Schwarze
2014-01-19Always compare arch case-insensitively.Ingo Schwarze
2014-01-19Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze
2014-01-06Remove the redundant "file" column from the "mlinks" table.Ingo Schwarze
2014-01-06Drop Nd from the mpages table, it is still in the keys table.Ingo Schwarze
2014-01-05Remove the obsolete file name column from the mpages table.Ingo Schwarze
2014-01-05Remove the obsolete sec and arch columns from the mpages table.Ingo Schwarze
2014-01-05Reimplement apropos -s NUM -S ARCH EXPR by internally converting it toIngo Schwarze
2014-01-05Put section and architecture info into the keys table,Ingo Schwarze
2014-01-04New implementation of complex search criteria using \(, \), -a becauseIngo Schwarze
2013-12-31Experimental feature to let apropos(1) show different keys than .Nd.Ingo Schwarze
2013-12-31Split buildnames() out of mansearch(); the latter function is gettingIngo Schwarze
2013-12-31Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version,Ingo Schwarze