]> git.cameronkatri.com Git - mandoc.git/history - mansearch.c
The files mandoc.c and mandoc.h contained both specialised low-level
[mandoc.git] / mansearch.c
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-03-17 Ingo Schwarzein apropos(1) output, sort names and avoid multiple...
2014-01-19 Ingo SchwarzeAlways compare arch case-insensitively.
2014-01-19 Ingo SchwarzeGet rid of the local keys table, use the new mansearch_...
2014-01-06 Ingo SchwarzeRemove the redundant "file" column from the "mlinks...
2014-01-06 Ingo SchwarzeDrop Nd from the mpages table, it is still in the keys...
2014-01-05 Ingo SchwarzeRemove the obsolete file name column from the mpages...
2014-01-05 Ingo SchwarzeRemove the obsolete sec and arch columns from the mpage...
2014-01-05 Ingo SchwarzeReimplement apropos -s NUM -S ARCH EXPR by internally...
2014-01-05 Ingo SchwarzePut section and architecture info into the keys table,
2014-01-04 Ingo SchwarzeNew implementation of complex search criteria using...
2013-12-31 Ingo SchwarzeExperimental feature to let apropos(1) show different...
2013-12-31 Ingo SchwarzeSplit buildnames() out of mansearch(); the latter funct...
2013-12-27 Ingo SchwarzeChange the mansearch() interface to use the mlinks...
2013-12-27 Ingo SchwarzeAdd an additional mlinks table to the database, redunda...
2013-10-20 Ingo SchwarzeFix another regression introduced when switching from...
2013-10-19 Ingo SchwarzeFix a regression introduced when switching from DB...
2013-06-05 Ingo SchwarzeSome places used PATH_MAX from <limits.h>, some MAXPATH...
2012-06-09 Kristaps DzonsonsMerge whatis.1 into apropos.1 (and remove), add whatis...
2012-06-09 Kristaps DzonsonsAdd a compatibility interface for ohash.
2012-06-08 Kristaps DzonsonsTurn off sqlite3 synchronous mode when creating a new...
2012-06-08 Kristaps DzonsonsAllow mansearch to fail if invariancy (cwd) is violated...
2012-06-08 Kristaps DzonsonsAdd a new mansearch.h interface, which replaces apropos...