summaryrefslogtreecommitdiff
path: root/libexec/makewhatis
AgeCommit message (Expand)Author
2005-03-05bit of clean-up, cosmetic, style, comments.Marc Espie
2005-01-13handleMarc Espie
2004-12-24streamline parser loops, now we've got a simple loop with flags, insteadMarc Espie
2004-08-24synch with apropos, kill lines longer than 8192.Marc Espie
2004-08-07.tbl is also a valid suffix.Marc Espie
2004-08-06not an error when merging in a directory without whatis.db.Marc Espie
2004-08-06creeping chdir. Not used at all these days, but would bug other clients,Marc Espie
2004-08-06Reorganize makewhatis in smaller modules.Marc Espie
2004-07-06the whatis.db database is also used by whatis(1), so note that;Jason McIntyre
2004-03-01zap extra spaces. From a PR by Jared Yanovich.Marc Espie
2004-02-11some sections came out wrong (no space) in SDL.Marc Espie
2004-02-11more accurate .so test.Marc Espie
2004-02-10misleading regexp -> patternMarc Espie
2004-02-10harder check in picky mode: find the page AND verify it is the same.Marc Espie
2003-07-09-u option, remove manpages, symetrical to -d.Marc Espie
2003-06-02- section reorderJason McIntyre
2003-02-07typos;Jason McIntyre
2002-11-07Don't complain about missing man dirs unless in picky mode or ifTodd C. Miller
2002-10-15Use old-style version number when requiring at least perl 5.6.0.Todd C. Miller
2002-04-16skip over comment while parsing subject.Marc Espie
2002-04-02A few improvements to accommodate more ports.Marc Espie
2001-04-03throw \v and \h alignments out.Marc Espie
2001-03-14ad-hoc code to deal with troff hyphenation in preformatted pages.Marc Espie
2001-03-14more bizarre constructs that occur in some man pages.Marc Espie
2001-03-14Allow makewhatis -p -t filename, without full path.Marc Espie
2001-02-25oops, add missing arguments in some calls.Marc Espie
2000-12-08strip sequences of spaces AFTER stripping other weird characters.Marc Espie
2000-11-22More tweaks to recognize more weird cases:Marc Espie
2000-11-19Handle more manpages oddities:Marc Espie
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-05-31Request from Theo:Marc Espie
2000-05-17A non existent directory should not prevent makewhatis from lookingMarc Espie
2000-04-29Use perl 5.6.0 features:Marc Espie
2000-04-26Try harder to find a full subject line.Marc Espie
2000-04-23With perl 5.6.0, GetOpt::Std is functional, use it.Marc Espie
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Limited EUC heuristics, should handle bold wide characters correctly,Marc Espie
2000-04-04Scan l and n sections as well.Marc Espie
2000-03-31Reformat with ts=8, after some prodding from Tom Christiansen :)Marc Espie
2000-03-31Parse nroff source directly as well, don't use getNAME which is awfulMarc Espie
2000-02-05Much better at handling formatted manpages.Marc Espie
2000-02-04Document new stuff...Marc Espie
2000-02-03Switch to perl: *much* faster (about ten times), *much* more flexible,Marc Espie
1999-09-20Don't install whatis.db as root:bin when uid != 0. phil@psidev.netAlex Feldman
1999-09-19When invoked without arguments, extract manpaths from /etc/man.conf.Alex Feldman
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1998-12-16even more .Nm fixesAaron Campbell
1997-11-18Fix misplace '>' vs. '>>'; John.P.Darrow@wheaton.eduTodd C. Miller
1997-11-13From NetBSD:Todd C. Miller
1997-11-08With the new manpage, we need an obj subdir for ro /usr/src builds.Todd T. Fries