aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1_26_2' into w32_1_26_2w32_1_26_2Ron Yorston2021-03-241-16/+16
|\
| * fix breakage found by mass one-applet buildsDenys Vlasenko2017-01-011-16/+16
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-9/+17
|\|
| * Do not print useless empty line after list of appletsDenys Vlasenko2016-11-281-1/+1
| * Fix allnoconfig warningsDenys Vlasenko2016-11-181-8/+16
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-1/+11
|\|
| * hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-031-0/+8
| * hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-191-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-28/+35
|\|
| * build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-051-13/+17
| * libbb: suppress warning about run_applet_and_exitRon Yorston2016-07-051-2/+2
| * libbb: move common code into run_applet_and_exitRon Yorston2016-06-191-13/+8
| * Allow "busybox <applet>" to work when busybox is disabledRon Yorston2016-06-181-0/+4
| * Make busybox an optional appletDenys Vlasenko2016-05-311-3/+7
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+2
|\|
| * Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-151-1/+2
* | mingw: enable busybox --install by defaultRon Yorston2016-04-061-2/+40
* | Merge branch 'busybox' into mergeRon Yorston2016-04-041-26/+140
|\|
| * find_applet_by_name: loop index should be signedRon Yorston2016-04-031-1/+2
| * main(): add a TODO about finding a use for _end[] areaDenys Vlasenko2016-04-031-0/+13
| * typo fixDenys Vlasenko2016-04-021-1/+1
| * find_applet_by_name: add an example of faster linear search codeDenys Vlasenko2016-04-021-3/+77
| * applet_tables: save space by removing applet name offsetsRon Yorston2016-03-301-28/+54
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-5/+5
|\|
| * busybox: alter help message in standalone shell modeRon Yorston2015-10-301-0/+9
| * libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-1/+1
|\|
| * libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* | 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