| Commit message (Expand) | Author | Files | Lines |
2014-03-20 | Implement read replacement to handle OEM codepages | Ron Yorston | 2 | -0/+28 |
2014-03-20 | Fixes to write replacement | Ron Yorston | 1 | -2/+2 |
2014-03-20 | clear: undo mingw32-specific changes | Ron Yorston | 1 | -9/+0 |
2014-03-20 | Implement write replacement to handle OEM codepages | Ron Yorston | 2 | -1/+77 |
2014-03-19 | Implement puts replacement to handle OEM codepages | Ron Yorston | 2 | -4/+26 |
2014-03-19 | Use OEM codepage for console I/O | Ron Yorston | 3 | -4/+87 |
2014-03-17 | dc: enable pow and exp by default | Ron Yorston | 1 | -2/+2 |
2014-03-17 | Drop CONFIG_WIN32_NET setting | Ron Yorston | 8 | -34/+6 |
2014-03-17 | Improved support for characters above 0x7f | Ron Yorston | 2 | -3/+3 |
2014-03-17 | Convert argv[0] to lowercase before checking for '.exe' | Ron Yorston | 1 | -5/+8 |
2014-03-16 | wget: add fseek calls to make ftp work; enable ftpget/ftpput | Ron Yorston | 3 | -4/+16 |
2014-03-13 | Fix some compiler warnings | Ron Yorston | 6 | -14/+16 |
2014-03-13 | Allow utimes to change times on directories | Ron Yorston | 1 | -8/+21 |
2014-03-13 | Pretend chown succeeds so 'cp -rp' doesn't complain | Ron Yorston | 1 | -1/+1 |
2014-03-12 | patch: fix and enable by default for mingw32 | Ron Yorston | 2 | -2/+7 |
2014-03-12 | Enable 'tar -m' in mingw32_defconfig | Ron Yorston | 1 | -2/+2 |
2014-03-12 | Remove unused mingw_utime; update utimes to handle read-only files | Ron Yorston | 2 | -45/+20 |
2014-03-11 | rev: fix to build with mingw32 | Ron Yorston | 2 | -5/+9 |
2014-03-11 | Import mempcpy from gnulib | Ron Yorston | 3 | -0/+32 |
2014-03-11 | wget: disable https support | Ron Yorston | 1 | -0/+6 |
2014-03-11 | Update mingw32_defconfig with new features | Ron Yorston | 1 | -2/+5 |
2014-03-07 | shuf: trim help text | Denys Vlasenko | 1 | -4/+4 |
2014-03-07 | shuf: do not use strings for -i RANGE case | Denys Vlasenko | 1 | -3/+5 |
2014-03-07 | shuf: improve help text | Bartosz Golaszewski | 1 | -3/+3 |
2014-03-07 | shuf: fix a segfault on 'shuf -e' | Bartosz Golaszewski | 1 | -1/+2 |
2014-03-05 | use [s]rand(), not [s]random() | Denys Vlasenko | 3 | -12/+12 |