Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Allow globbing to be enabled with mingw64 | Ron Yorston | 2015-04-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | mingw64 handles globbing differently from mingw32. Add code to allow globbing to be enabled. (By default mingw64 has globbing disabled, though the default can be changed when it's compiled.) Also change the configuration option from ENABLE_NOGLOB to ENABLE_GLOBBING, because double negatives make me think too much. The default is still for globbing to be disabled. | |||||
* | | Add new truncate applet to mingw32_defconfig | Ron Yorston | 2015-03-23 | 1 | -1/+2 | |
| | | ||||||
* | | Post-merge fixes | Ron Yorston | 2015-03-14 | 1 | -15/+21 | |
| | | ||||||
* | | Enable logname in mingw32 configuration | Ron Yorston | 2015-02-27 | 1 | -3/+3 | |
| | | ||||||
* | | Use MinGW-w64 by default | Ron Yorston | 2015-01-07 | 1 | -2/+2 | |
| | | ||||||
* | | Update MinGW default configuration | Ron Yorston | 2014-12-14 | 1 | -3/+3 | |
| | | ||||||
* | | Enable vi line editing mode in default configuration | Ron Yorston | 2014-12-13 | 1 | -2/+2 | |
| | | ||||||
* | | ash: enable saving history to file in default config | Ron Yorston | 2014-12-06 | 1 | -4/+4 | |
| | | ||||||
* | | Update MinGW default configuration | Ron Yorston | 2014-10-06 | 1 | -3/+5 | |
| | | ||||||
* | | Update MinGW default configuration | Ron Yorston | 2014-06-30 | 1 | -1/+11 | |
| | | ||||||
* | | Update MinGW default configuration | Ron Yorston | 2014-05-06 | 1 | -5/+10 | |
| | | ||||||
* | | dc: enable pow and exp by default | Ron Yorston | 2014-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 1 | -1/+0 | |
| | | ||||||
* | | Improved support for characters above 0x7f | Ron Yorston | 2014-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | wget: add fseek calls to make ftp work; enable ftpget/ftpput | Ron Yorston | 2014-03-16 | 1 | -4/+4 | |
| | | ||||||
* | | patch: fix and enable by default for mingw32 | Ron Yorston | 2014-03-12 | 1 | -2/+2 | |
| | | ||||||
* | | Enable 'tar -m' in mingw32_defconfig | Ron Yorston | 2014-03-12 | 1 | -2/+2 | |
| | | ||||||
* | | rev: fix to build with mingw32 | Ron Yorston | 2014-03-11 | 1 | -2/+2 | |
| | | ||||||
* | | Update mingw32_defconfig with new features | Ron Yorston | 2014-03-11 | 1 | -2/+5 | |
| | | ||||||
* | | tar: enable -X, -T and --exclude in MINGW32 configuration | Ron Yorston | 2014-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | Remove feature that allows stat -f to be disabled | Ron Yorston | 2014-01-06 | 1 | -1/+0 | |
| | | ||||||
* | | Update mingw32 default configuration | Ron Yorston | 2014-01-02 | 1 | -30/+34 | |
| | | ||||||
* | | df: limited implementation for WIN32 | Ron Yorston | 2013-04-03 | 1 | -3/+3 | |
| | | ||||||
* | | Enable LFS support in MINGW config | Ron Yorston | 2013-03-14 | 1 | -3/+3 | |
| | | ||||||
* | | Update WIN32 config | Ron Yorston | 2013-02-07 | 1 | -3/+8 | |
| | | ||||||
* | | Update default config following merge | Ron Yorston | 2012-12-11 | 1 | -1/+2 | |
| | | ||||||
* | | Add a build option to turn MSVCRT globbing on or off | Ron Yorston | 2012-12-10 | 1 | -1/+2 | |
| | | ||||||
* | | du: enable for MINGW with fake block count | Ron Yorston | 2012-11-29 | 1 | -3/+3 | |
| | | ||||||
* | | Enable mktemp in default MINGW config | Ron Yorston | 2012-10-10 | 1 | -9/+9 | |
| | | ||||||
* | | stat: allow -f option to be disabled | Ron Yorston | 2012-10-09 | 1 | -3/+5 | |
| | | ||||||
* | | Remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from config file | Ron Yorston | 2012-09-19 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 8 | -22/+14 | |
|\| | | | | | | | | | | | Conflicts: include/libbb.h shell/ash.c | |||||
| * | remove FEATURE_VI_OPTIMIZE_CURSOR from example config | Denys Vlasenko | 2012-06-12 | 8 | -8/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | android: some sensible defconfig changes | Tias Guns | 2012-06-10 | 1 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - no /usr - no skip rootfs - use /system/lib/modules And for niceties: - show usage - have installer - long opts - verbose cp - ls --color support - bbconfig Also adds lsof (new in 1.20.0) Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | mingw32: add man | Ron Yorston | 2012-06-26 | 1 | -2/+2 | |
| | | ||||||
* | | mingw32: enable math support for awk in default config | Ron Yorston | 2012-05-01 | 1 | -3/+3 | |
| | | ||||||
* | | win32: remove seamless compression from default config | Ron Yorston | 2012-04-29 | 1 | -8/+8 | |
| | | ||||||
* | | win32: support fancy prompts and (limited) tilde expansion | Ron Yorston | 2012-04-23 | 1 | -3/+3 | |
| | | ||||||
* | | Update default configurationTIG_1_20_0merge_1_20 | Ron Yorston | 2012-04-23 | 1 | -2/+3 | |
| | | ||||||
* | | Fix off_t define so MINGW32 doesn't require LFS | Ron Yorston | 2012-03-31 | 1 | -2/+2 | |
| | | ||||||
* | | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 1 | -3/+3 | |
| | | ||||||
* | | Put defconfig is the correct place, update README.win32 | Ron Yorston | 2012-03-26 | 1 | -0/+1010 | |
|/ | ||||||
* | Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config | Rob Walker | 2012-03-07 | 1 | -0/+1016 | |
| | | | | | Signed-off-by: Rob Walker <rwalker@rwalker.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | configs/android_defconfig: update | Daniel Fandrich | 2011-12-15 | 1 | -2/+4 | |
| | | | | | Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Added a few more features to android_defconfig | Daniel Fandrich | 2011-11-21 | 1 | -5/+5 | |
| | | | | | Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | android build system updates | Daniel Fandrich | 2011-11-03 | 1 | -106/+119 | |
| | | | | | Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | regularize options which control size/speed trade | Denys Vlasenko | 2011-09-10 | 7 | -7/+7 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | tweak comments in android build files | Denys Vlasenko | 2011-09-09 | 1 | -0/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Android build fixes and alternate (hopefully simpler) defconfig for it | Denys Vlasenko | 2011-09-09 | 1 | -0/+995 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | android_defconfig: remove some extra cflags. untested | Denys Vlasenko | 2011-07-23 | 1 | -1/+18 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |