]> git.cameronkatri.com Git - mandoc.git/history - mansearch.h
Unify mdoc_deroff() and man_deroff() into a common function deroff().
[mandoc.git] / mansearch.h
2014-12-01 Ingo Schwarzeheader cleanup:
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
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-17 Ingo SchwarzeFully integrate apropos(1) into mandoc(1).
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-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-04-04 Ingo SchwarzeRemember which names are in the NAME section.
2014-01-18 Ingo SchwarzeSort the macro keys by their real-world frequency to...
2014-01-06 Ingo SchwarzeDrop Nd from the mpages table, it is still in the keys...
2014-01-05 Ingo SchwarzePut section and architecture info into the keys table,
2013-12-31 Ingo SchwarzeExperimental feature to let apropos(1) show different...
2013-12-27 Ingo SchwarzeChange the mansearch() interface to use the mlinks...
2013-06-06 Ingo SchwarzeNo point in inventing yet another file name for the...
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-08 Kristaps DzonsonsAdd a new mansearch.h interface, which replaces apropos...