Age | Commit message (Expand) | Author |
2019-04-30 | In man(1) mode, i.e. when asking for a single manual page by name, | Ingo Schwarze |
2018-11-22 | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze |
2017-04-17 | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze |
2016-08-01 | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze |
2015-11-07 | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-11-27 | remove unneccessary inclusion protection; ok schwarze | Theo de Raadt |
2014-11-27 | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze |
2014-11-18 | In man(1) mode, prefer file name matches over .Dt name matches over | Ingo Schwarze |
2014-11-11 | In man(1) mode without -a, stop searching after the first manual tree | Ingo Schwarze |
2014-09-03 | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze |
2014-09-01 | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze |
2014-08-27 | Add an implementation of man(1) into the /usr/bin/mandoc binary and | Ingo Schwarze |
2014-07-24 | Sort result pages first by section number, then by name. | Ingo Schwarze |
2014-07-12 | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze |
2014-04-11 | Further apropos(1) speed optimization was trickier than anticipated. | Ingo Schwarze |
2014-04-10 | Next speed optimization step for the new apropos(1). | Ingo Schwarze |
2014-04-09 | After careful gprof(1)ing of the new apropos(1), move the descriptions | Ingo Schwarze |
2014-04-04 | Remember which names are in the NAME section. | Ingo Schwarze |
2014-01-17 | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze |
2014-01-06 | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze |
2014-01-05 | Put section and architecture info into the keys table, | Ingo Schwarze |
2013-12-31 | Experimental feature to let apropos(1) show different keys than .Nd. | Ingo Schwarze |
2013-12-31 | Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version, | Ingo Schwarze |