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
/
libbb
/
appletlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Print one less newline at the end of bb_show_usage()
Denys Vlasenko
2015-05-25
1
-1
/
+1
*
special-case {true,false,test} --help
Denys Vlasenko
2015-04-21
1
-10
/
+12
*
update copyright years
Aaro Koskinen
2015-04-02
1
-1
/
+1
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-4
/
+4
*
exit with 127 if appled name wasn't found - it's more POSIXy
Denys Vlasenko
2014-11-17
1
-2
/
+4
*
false: make "false --help" exit with 1
Denys Vlasenko
2014-09-18
1
-8
/
+18
*
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
Denys Vlasenko
2014-08-11
1
-2
/
+1
*
appletlib: fix set-but-unused warning
Mike Frysinger
2014-01-31
1
-1
/
+5
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-1
/
+1
*
make --help return exitcode 0. Closes 5612
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
code shrink
Denys Vlasenko
2013-01-17
1
-8
/
+12
*
Simplify copyright/license notice that appears in the binary.
Bradley M. Kuhn
2012-07-26
1
-3
/
+3
*
busybox: tweak help text and copyright year
Denys Vlasenko
2012-05-14
1
-2
/
+2
*
busybox: tweak help text
Denys Vlasenko
2012-03-22
1
-3
/
+6
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-1
/
+1
*
Bump version to 1.19.0, update copyright year in help message
1_19_0
Denys Vlasenko
2011-08-13
1
-1
/
+1
*
appletlib.c: do not use PAGE_SIZE for malloc tweaking
Denys Vlasenko
2011-06-03
1
-13
/
+2
*
warning removal
Cristian Ionescu-Idbohrn
2011-05-20
1
-1
/
+1
*
busybox.conf: code shrink
Denys Vlasenko
2011-05-16
1
-13
/
+12
*
busybox.conf: USER.GROUP is _optional_
Denys Vlasenko
2011-05-16
1
-7
/
+6
*
main: make busybox.conf mode handling less obscure
Denys Vlasenko
2011-05-16
1
-33
/
+34
*
main: free suid_config list after use
Denys Vlasenko
2011-05-16
1
-33
/
+30
*
simplify parsing of /etc/busybox.conf
Denys Vlasenko
2011-05-16
1
-45
/
+30
*
Fix double words in comments. No code changes
Marek Polacek
2011-04-16
1
-1
/
+1
*
busybox: fail if --install is not given an absolute path
Denys Vlasenko
2011-03-12
1
-4
/
+3
*
improve --install operation in chroot jails
Denys Vlasenko
2011-03-06
1
-5
/
+16
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-2
/
+2
*
add if guards around include <malloc.h>
Denys Vlasenko
2010-12-05
1
-1
/
+5
*
exclude the case of just "busybox" from previous commit
Denys Vlasenko
2010-11-29
1
-1
/
+1
*
if only one applet is enabled, make "busybox applet [params]" work as expected
Denys Vlasenko
2010-11-29
1
-29
/
+33
*
libbb: remove unused variable
Lauri Kasanen
2010-11-13
1
-4
/
+3
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
decompress_bunzip2: handle concatenated .bz2 files
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
tweaks to build system, mainly making menuconfig text and order clearer
Denys Vlasenko
2010-10-12
1
-3
/
+5
*
busybox: add "busybox --list[-full]" to help text
Denys Vlasenko
2010-09-12
1
-0
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-2
/
+2
*
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2010-07-05
1
-1
/
+5
*
fix compile breakage with "make -j"
Denys Vlasenko
2010-07-03
1
-1
/
+1
*
build system: do not rebuild ash and hush on any change to any .c file
Denys Vlasenko
2010-06-26
1
-1
/
+1
*
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-07
1
-7
/
+0
*
Remove requirement that include/applets.h must be sorted
Denys Vlasenko
2010-06-05
1
-24
/
+19
*
busybox --list option. +140 bytes. Rob wanted it.
Denys Vlasenko
2010-04-20
1
-25
/
+44
*
remove stdio from allnoconfig build
Denys Vlasenko
2010-04-18
1
-1
/
+3
*
libbb: locate PAGE_SIZE on Hurd
Denys Vlasenko
2010-03-29
1
-7
/
+12
*
build failure fix and some cosmetics
Denys Vlasenko
2009-10-23
1
-1
/
+1
*
experimentally add mallopt tweaks for reduced memory consumption
Denys Vlasenko
2009-09-06
1
-0
/
+20
*
code shrink in help text code
Denys Vlasenko
2009-08-30
1
-6
/
+9
*
update copyright year
Denys Vlasenko
2009-08-27
1
-1
/
+1
*
do not store 1st two bytes of compressed help text
Denys Vlasenko
2009-08-20
1
-2
/
+1
[prev]
[next]