]> git.cameronkatri.com Git - mandoc.git/history - mansearch.c
more info on man(7) .Xr hyperlinking
[mandoc.git] / mansearch.c
2016-08-05 Ingo SchwarzeReally protect <err.h> as already promised in the previ...
2016-07-20 Ingo SchwarzeLinux compatibility: Work around the lack of EFTYPE...
2016-07-19 Ingo SchwarzeRemove the dependency on SQLite without loss of functio...
2016-07-09 Ingo Schwarzegetopt(3) is declared in <unistd.h>, and <getopt.h...
2016-01-08 Ingo SchwarzePrefer warn(3) over perror(3) at the few places where...
2015-11-26 Ingo SchwarzeNo point in trying to go on when elementary database...
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-11-06 Ingo SchwarzeIn ./configure, select a RE syntax for word boundaries...
2015-10-13 Ingo SchwarzeReduce the amount of code by moving the three copies...
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-01 Ingo SchwarzeLet man(1) and apropos(1) work even when the current...
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-11 Ingo SchwarzeWhen interpreting the -O argument as a macro name fails,
2015-02-27 Ingo SchwarzeWhen man(1) and apropos(1) look for a file man1/foo...
2015-01-20 Ingo SchwarzeMake the man(1) and apropos(1) options -s and -S much...
2014-12-06 Ingo SchwarzeWhen opening mandoc.db fails, tell the user in which...
2014-11-27 Ingo SchwarzeMake makewhatis(8) understand .so links to .gz pages.
2014-11-18 Ingo SchwarzeIn man(1) mode, prefer file name matches over .Dt name...
2014-11-11 Ingo SchwarzeIn man(1) mode without -a, stop searching after the...
2014-09-03 Ingo SchwarzeIf a manual page is installed gzip(1)ed, let makewhatis...
2014-09-01 Ingo SchwarzeIn man(1) mode, change to the right directory before...
2014-08-21 Ingo SchwarzeBugfix: make whatis(1) case-insensitive again.
2014-08-17 Ingo SchwarzeFully integrate apropos(1) into mandoc(1).
2014-08-16 Ingo SchwarzeImprove build system and autodetection.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-09 Ingo Schwarzemmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
2014-08-05 Ingo SchwarzeAbsurdly, the return value of sqlite3_column_text()
2014-08-05 Ingo SchwarzeIf an old SQLite version doesn't provide SQLITE_DETERMI...
2014-07-24 Ingo SchwarzeSort result pages first by section number, then by...
2014-07-12 Ingo SchwarzeFix whatis(1) to correctly match words instead of any...
2014-06-20 Ingo SchwarzeMerge from OpenBSD - Marc Espie improved the ohash...
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-23 Ingo Schwarzeimprove SQL style: avoid "SELECT *", be explicit in...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-17 Ingo SchwarzeGarbage collect one pair of needless parentheses in...
2014-04-16 Ingo SchwarzeRename the mpages.id column to mpages.pageid. There...
2014-04-16 Ingo SchwarzePass the function flags SQLITE_UTF8 (because SQLITE_ANY...
2014-04-15 Ingo SchwarzeOops, sorry, revert previous and commit the correct...
2014-04-15 Ingo SchwarzeAt the end of mansearch(), fchdir() back to where we...
2014-04-11 Ingo SchwarzeFurther apropos(1) speed optimization was trickier...
2014-04-10 Ingo SchwarzeNext speed optimization step for the new apropos(1).
2014-04-09 Ingo SchwarzeAfter careful gprof(1)ing of the new apropos(1), move...
2014-03-28 Ingo SchwarzeProperly initialize malloc(3)ed memory.
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
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...