aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2015-07-141-2/+1
|\
| * Removes stray empty line from codeManinder Singh2015-07-131-1/+0
| * Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
* | libbb: really add build details to bannerRon Yorston2015-06-231-4/+3
* | libbb: add details of build environment to bannerRon Yorston2015-06-231-0/+6
* | busybox: update help messageRon Yorston2015-06-171-4/+9
* | mingw: add magic '--busybox' flagRon Yorston2015-06-011-0/+4
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-0/+1
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-11/+13
|\|
| * special-case {true,false,test} --helpDenys Vlasenko2015-04-211-10/+12
| * update copyright yearsAaro Koskinen2015-04-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-4/+4
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-4/+4
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-2/+4
|\|
| * exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko2014-11-171-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2014-10-061-10/+19
|\|
| * false: make "false --help" exit with 1Denys Vlasenko2014-09-181-8/+18
| * init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko2014-08-111-2/+1
* | Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-5/+0
* | Alter help message if configured with standalone shellRon Yorston2014-03-231-0/+9
* | Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-1/+3
* | Convert argv[0] to lowercase before checking for '.exe'Ron Yorston2014-03-171-5/+8
* | Merge branch 'busybox' into mergeRon Yorston2014-03-111-1/+5
|\|
| * appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-1/+1
|\|
| * Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-03-191-1/+1
|\|
| * make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-8/+12
|\|
| * code shrinkDenys Vlasenko2013-01-171-8/+12
* | Add a build option to turn MSVCRT globbing on or offRon Yorston2012-12-101-1/+1
* | Revised quoting of command line arguments for WIN32Ron Yorston2012-10-051-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-4/+4
|\|
| * Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
| * busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
* | Initialise winsock once in appletlib, not in appletsRon Yorston2012-04-241-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-3/+6
|\|
| * busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-1/+1
|\|
| * rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-1/+1
|\|
| * Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-131-1/+1
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-13/+2
|\|
| * appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-116/+97
|\|
| * warning removalCristian Ionescu-Idbohrn2011-05-201-1/+1
| * busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
| * busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+6
| * main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-33/+34