Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / man.c
2013-08-25 John Spencerman: find posix man pages
2012-06-08 Denys Vlasenkoman: fix handling of gzipped manpages
2012-03-06 Denys Vlasenkopreparatory cleanups for seamless uncompression improve...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-04 Denys Vlasenkoman: add compatibility with man-db
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-07-24 Denys Vlasenkoman: use man.config, not only man.conf (man version...
2008-11-16 Denis Vlasenkoman: better check for duplicated MANPATH. Also -10...
2008-09-14 Denis Vlasenkoman: do not use default if /etc/man.conf has different...
2008-09-14 Denis Vlasenkoman: use default MANPATH of "/usr/man"; do not search...
2008-08-05 Denis Vlasenkoman: teach it to use .lzma if requested by .config
2008-08-05 Denis Vlasenkoman: yet another fixlet to "manpage link" code
2008-08-05 Denis Vlasenkoman: fixlet for man links
2008-08-05 Denis Vlasenkoman: add handling of "man links", by Ivana Varekova...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-26 Denis Vlasenkowhitespace fix
2008-07-26 Denis Vlasenkoman: a forgotten chunk of lask commit (config file...
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-26 Denis Vlasenkoman: ignore (not complain) lines with less than 2 tokens
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-20 Denis Vlasenkoman: fix breakage: must not die on lines with < 2 tokens
2008-07-20 Denis Vlasenkomn: use libbb for config parsing (by Vladimir)
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-05 Denis Vlasenkoman: fix inverted cat/man bool variable
2008-07-05 Denis Vlasenkoman: code shrink
2008-07-04 Denis Vlasenkoman: support cat pages too (by Jason Curl <jcurlnews...
2008-07-04 Denis Vlasenkoman: fix missed NULL termination of an array
2008-06-27 Denis Vlasenkostat: pointers are not 0L, they are NULL
2008-06-27 Denis Vlasenkoman: mimic "no manual entry for 'bogus'" message and...
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-04-19 Denis Vlasenkoman: handle many MANPAGER directives so that they do...
2008-04-13 Denis Vlasenkoman: new applet. ~600 bytes.