2015-04-01 |
Ingo Schwarze | Let man(1) and apropos(1) work even when the current... |
blob | commitdiff | raw |
2015-03-27 |
Ingo Schwarze | Parse the new man.conf(5) "output" directive. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Ingo Schwarze | When interpreting the -O argument as a macro name fails, |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Ingo Schwarze | When man(1) and apropos(1) look for a file man1/foo... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | Make the man(1) and apropos(1) options -s and -S much... |
blob | commitdiff | raw | diff to current |
2014-12-06 |
Ingo Schwarze | When opening mandoc.db fails, tell the user in which... |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Make makewhatis(8) understand .so links to .gz pages. |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Ingo Schwarze | In man(1) mode, prefer file name matches over .Dt name... |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Ingo Schwarze | In man(1) mode without -a, stop searching after the... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
Ingo Schwarze | If a manual page is installed gzip(1)ed, let makewhatis... |
blob | commitdiff | raw | diff to current |
2014-09-01 |
Ingo Schwarze | In man(1) mode, change to the right directory before... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Ingo Schwarze | Bugfix: make whatis(1) case-insensitive again. |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Ingo Schwarze | Fully integrate apropos(1) into mandoc(1). |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Ingo Schwarze | Improve build system and autodetection. |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-09 |
Ingo Schwarze | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Ingo Schwarze | Absurdly, the return value of sqlite3_column_text() |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Ingo Schwarze | If an old SQLite version doesn't provide SQLITE_DETERMI... |
blob | commitdiff | raw | diff to current |
2014-07-24 |
Ingo Schwarze | Sort result pages first by section number, then by... |
blob | commitdiff | raw | diff to current |
2014-07-12 |
Ingo Schwarze | Fix whatis(1) to correctly match words instead of any... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Merge from OpenBSD - Marc Espie improved the ohash... |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | improve SQL style: avoid "SELECT *", be explicit in... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
Ingo Schwarze | Garbage collect one pair of needless parentheses in... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Ingo Schwarze | Rename the mpages.id column to mpages.pageid. There... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Ingo Schwarze | Pass the function flags SQLITE_UTF8 (because SQLITE_ANY... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Ingo Schwarze | Oops, sorry, revert previous and commit the correct... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Ingo Schwarze | At the end of mansearch(), fchdir() back to where we... |
blob | commitdiff | raw | diff to current |
2014-04-11 |
Ingo Schwarze | Further apropos(1) speed optimization was trickier... |
blob | commitdiff | raw | diff to current |
2014-04-10 |
Ingo Schwarze | Next speed optimization step for the new apropos(1). |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Ingo Schwarze | After careful gprof(1)ing of the new apropos(1), move... |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Ingo Schwarze | Properly initialize malloc(3)ed memory. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | avoid repetitive code for asprintf error handling |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-03-17 |
Ingo Schwarze | in apropos(1) output, sort names and avoid multiple... |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Ingo Schwarze | Always compare arch case-insensitively. |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Ingo Schwarze | Get rid of the local keys table, use the new mansearch_... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Remove the redundant "file" column from the "mlinks... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Drop Nd from the mpages table, it is still in the keys... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Remove the obsolete file name column from the mpages... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Remove the obsolete sec and arch columns from the mpage... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Reimplement apropos -s NUM -S ARCH EXPR by internally... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Put section and architecture info into the keys table, |
blob | commitdiff | raw | diff to current |
2014-01-04 |
Ingo Schwarze | New implementation of complex search criteria using... |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Experimental feature to let apropos(1) show different... |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Split buildnames() out of mansearch(); the latter funct... |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Change the mansearch() interface to use the mlinks... |
blob | commitdiff | raw | diff to current |
2013-12-27 |
Ingo Schwarze | Add an additional mlinks table to the database, redunda... |
blob | commitdiff | raw | diff to current |
2013-10-20 |
Ingo Schwarze | Fix another regression introduced when switching from... |
blob | commitdiff | raw | diff to current |
2013-10-19 |
Ingo Schwarze | Fix a regression introduced when switching from DB... |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Ingo Schwarze | Some places used PATH_MAX from <limits.h>, some MAXPATH... |
blob | commitdiff | raw | diff to current |
2012-06-09 |
Kristaps Dzonsons | Merge whatis.1 into apropos.1 (and remove), add whatis... |
blob | commitdiff | raw | diff to current |
2012-06-09 |
Kristaps Dzonsons | Add a compatibility interface for ohash. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Kristaps Dzonsons | Turn off sqlite3 synchronous mode when creating a new... |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Kristaps Dzonsons | Allow mansearch to fail if invariancy (cwd) is violated... |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Kristaps Dzonsons | Add a new mansearch.h interface, which replaces apropos... |
blob | commitdiff | raw | diff to current |
|