index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
man.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-02-06
1
-1
/
+1
*
man: fix segfault in "man 1"
Denys Vlasenko
2021-06-15
1
-1
/
+1
*
man: implement SECTION parameters
Denys Vlasenko
2020-12-27
1
-6
/
+35
*
man: add "/usr/share/man" as another default MANPATH, fix col override
Denys Vlasenko
2019-03-30
1
-20
/
+13
*
man: don't skip default path which appears in config file
Ron Yorston
2019-03-26
1
-1
/
+5
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-0
/
+4
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
1
-0
/
+5
*
man: remove -Tascii from nroff invocation
Denys Vlasenko
2016-10-31
1
-2
/
+4
*
man: make width selection more thorough; explain how to override it
Denys Vlasenko
2016-10-31
1
-7
/
+6
*
man: allow nroff and tbl commands be overridden; unmangle writing to files
Denys Vlasenko
2016-10-30
1
-25
/
+79
*
man: fix parsing of "DEFINE pager xyz". Closes 8976
Denys Vlasenko
2016-08-22
1
-2
/
+2
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-2
/
+2
*
man: do not mangle $MANPATH in memory
Denys Vlasenko
2014-11-30
1
-3
/
+5
*
man: accept a list of dirs in $MANPATH
Denys Vlasenko
2014-11-27
1
-37
/
+49
*
man: default to ascii
Denys Vlasenko
2014-03-03
1
-1
/
+2
*
zcat: complain if input is not compressed
Denys Vlasenko
2014-02-02
1
-1
/
+1
*
man: parse "DEFINE pager" in config
John Spencer
2014-01-22
1
-7
/
+15
*
man: find posix man pages
John Spencer
2013-08-25
1
-1
/
+1
*
man: fix handling of gzipped manpages
Denys Vlasenko
2012-06-08
1
-10
/
+4
*
preparatory cleanups for seamless uncompression improvements
Denys Vlasenko
2012-03-06
1
-23
/
+18
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+8
*
man: add compatibility with man-db
Denys Vlasenko
2010-10-04
1
-2
/
+7
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
man: use man.config, not only man.conf (man version 1.6f compat)
Denys Vlasenko
2009-07-24
1
-2
/
+6
*
man: better check for duplicated MANPATH. Also -10 bytes.
Denis Vlasenko
2008-11-16
1
-47
/
+56
*
man: do not use default if /etc/man.conf has different MANPATH
Denis Vlasenko
2008-09-14
1
-3
/
+5
*
man: use default MANPATH of "/usr/man"; do not search paths twice
Denis Vlasenko
2008-09-14
1
-4
/
+12
*
man: teach it to use .lzma if requested by .config
Denis Vlasenko
2008-08-05
1
-23
/
+45
*
man: yet another fixlet to "manpage link" code
Denis Vlasenko
2008-08-05
1
-2
/
+3
*
man: fixlet for man links
Denis Vlasenko
2008-08-05
1
-12
/
+17
*
man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com>
Denis Vlasenko
2008-08-05
1
-11
/
+62
*
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-08-04
1
-1
/
+1
*
whitespace fix
Denis Vlasenko
2008-07-26
1
-16
/
+16
*
man: a forgotten chunk of lask commit (config file parser fixes)
Denis Vlasenko
2008-07-26
1
-20
/
+16
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-0
/
+1
*
man: ignore (not complain) lines with less than 2 tokens
Denis Vlasenko
2008-07-26
1
-1
/
+3
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-3
/
+1
*
man: fix breakage: must not die on lines with < 2 tokens
Denis Vlasenko
2008-07-20
1
-2
/
+4
*
mn: use libbb for config parsing (by Vladimir)
Denis Vlasenko
2008-07-20
1
-23
/
+16
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-5
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
man: fix inverted cat/man bool variable
Denis Vlasenko
2008-07-05
1
-8
/
+9
*
man: code shrink
Denis Vlasenko
2008-07-05
1
-20
/
+18
*
man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>)
Denis Vlasenko
2008-07-04
1
-14
/
+31
*
man: fix missed NULL termination of an array
Denis Vlasenko
2008-07-04
1
-7
/
+9
[next]