aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko1-6/+6
2016-04-18unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko1-29/+33
2016-04-18unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko1-6/+29
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko1-8/+35
2016-04-15ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston5-1/+7
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston3-6/+7
2016-04-08sed: support "-f -" idiomDenys Vlasenko1-2/+2
2016-04-04unrpm: clean upMike Frysinger1-30/+35
2016-04-04undeb: clean upMike Frysinger1-34/+40
2016-04-04syslogd: minor tweaks to textMike Frysinger1-2/+2
2016-04-03kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman1-1/+5
2016-04-03kbuild: Make scripts executableMichal Marek1-0/+0
2016-04-03kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN1-2/+2
2016-04-03menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-0/+2
2016-04-03menuconfig: fix extended colors ncurses supportKrzysztof Mazur1-0/+1
2016-04-03kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2016-04-03kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz1-1/+1
2016-04-03kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz1-3/+3
2016-04-03kconfig: fix menuconfig on debian lennyJunio C Hamano1-0/+2
2016-04-03Revert "lxdialog: fix ncursesw include detection"Mike Frysinger1-5/+1
2016-04-03find_applet_by_name: loop index should be signedRon Yorston1-1/+2
2016-04-03whitespace and namespace cleanupsDenys Vlasenko4-8/+8
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg4-31/+69