| Age | Commit message (Expand) | Author |
| 2022-03-13 | Pull up following revision(s) (requested by gutteridge in ticket #1433): | martin |
| 2020-04-09 | Pull up following revision(s) (requested by maya in ticket #824): | martin |
| 2018-06-15 | move 'utsname' to the main() function scope, so that the reference to | mrg |
| 2017-05-02 | Teach man -p to respect the MANPATH environment variable and the -M option. | abhinav |
| 2017-04-27 | Fix comment indentation at couple of places: Use \t instead of space | abhinav |
| 2016-06-16 | Replace makewhatis(8) with makemandb(8) in SEE ALSO. | abhinav |
| 2016-06-16 | Document -f option for man(1). | abhinav |
| 2016-05-21 | put back _PATH_WHATIS, it is used. | christos |
| 2016-05-21 | Remove unused include and unused constant. Ok from christos@. | abhinav |
| 2015-04-07 | change _whatdb => _mandb as that is the correct keyword here, | plunky |
| 2015-03-03 | there is no more makewhatis; it has been replaced by makemandb | christos |
| 2014-08-14 | More detail about treating a local file as a man page, | apb |
| 2014-08-14 | For an argument to be interpreted as a local file name, bypassing the | apb |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-02-17 | config() in manconf.c now verifies _build (and _crunch) command | uwe |
| 2014-02-17 | Check _build and _crunch commands with fmtcheck(3), warn about and | uwe |
| 2013-10-28 | Instead of guessing the suffix in the code, use the suffix list previously | christos |
| 2013-10-06 | add more compression suffixes and local suffixes. | christos |
| 2013-10-06 | Recognize .gz and .bz2 suffixes so $ man ./man.1.gz works. From Franco Fichter | christos |
| 2013-10-06 | Be more permissive in interpreting man pages as filenames, from Franco | christos |
| 2013-07-30 | Mark the dead. | joerg |
| 2013-07-19 | Constify some more. | uwe |
| 2013-07-19 | Spell "keywords" without space. Fix couple of typos. | uwe |
| 2013-07-19 | manual_find_buildkeyword() - now that we control the format string, we | uwe |
| 2013-07-19 | Fix manual_find_buildkeyword() to not use non-literal printf format. | uwe |
| 2013-07-19 | Use -Wno-format-nonliteral instead of blanket -Wno-format. | uwe |
| 2013-07-18 | Don't access memory outside the array if tmpdirlen == 0. | uwe |
| 2013-07-18 | use -Wno-format and revert "fixstring" | christos |
| 2013-07-18 | Set the string to NUL instread of providing an new empty string (from uwe) | christos |
| 2013-07-18 | WARNS=6 | christos |
| 2013-07-18 | Revert previous; other errors from WARNS=3 obscured the error in jump(). | uwe |
| 2013-07-18 | Constify jump() arguments appropriately. | uwe |
| 2013-07-18 | Move manstate::pagerlen so that its "length of the above" comment makes sense. | uwe |
| 2013-07-18 | whatis.db is no more, so don't mention its location in FILES. | uwe |
| 2013-07-18 | Remove unnecessary line wrap. | uwe |
| 2013-06-28 | Prefer Aq to \*[Lt] etc. | wiz |
| 2013-06-27 | * adjust indentation of list block | jdf |
| 2012-04-29 | document _machine | christos |
| 2012-01-03 | If the default path doesn't result in a match, bail out early instead of | joerg |
| 2011-12-27 | Document the reality that the _build and _crunch commands should each | apb |
| 2011-10-07 | Refer to X11R7. | mbalmer |
| 2011-06-14 | Fix usage in man page and sync usage in executable with it. | wiz |
| 2011-06-14 | Add support for man -p to print the search path for manual pages (not | joerg |
| 2010-07-07 | get the value of the entry for the class not the key. | christos |
| 2010-05-23 | - centralize the snprintf code. | christos |
| 2009-10-07 | Mimic OSX behaviour: | cegger |
| 2009-10-06 | - use EXIT_FAILURE/EXIT_SUCCESS | cegger |
| 2009-04-14 | Enable WARNS=4 by default for usr.bin, except for: | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-03-08 | pass lint, from anon ymous | christos |