aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-20Implement read replacement to handle OEM codepagesRon Yorston2-0/+28
2014-03-20Fixes to write replacementRon Yorston1-2/+2
2014-03-20clear: undo mingw32-specific changesRon Yorston1-9/+0
2014-03-20Implement write replacement to handle OEM codepagesRon Yorston2-1/+77
2014-03-19Implement puts replacement to handle OEM codepagesRon Yorston2-4/+26
2014-03-19Use OEM codepage for console I/ORon Yorston3-4/+87
2014-03-17dc: enable pow and exp by defaultRon Yorston1-2/+2
2014-03-17Drop CONFIG_WIN32_NET settingRon Yorston8-34/+6
2014-03-17Improved support for characters above 0x7fRon Yorston2-3/+3
2014-03-17Convert argv[0] to lowercase before checking for '.exe'Ron Yorston1-5/+8
2014-03-16wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston3-4/+16
2014-03-13Fix some compiler warningsRon Yorston6-14/+16
2014-03-13Allow utimes to change times on directoriesRon Yorston1-8/+21
2014-03-13Pretend chown succeeds so 'cp -rp' doesn't complainRon Yorston1-1/+1
2014-03-12patch: fix and enable by default for mingw32Ron Yorston2-2/+7
2014-03-12Enable 'tar -m' in mingw32_defconfigRon Yorston1-2/+2
2014-03-12Remove unused mingw_utime; update utimes to handle read-only filesRon Yorston2-45/+20
2014-03-11rev: fix to build with mingw32Ron Yorston2-5/+9
2014-03-11Import mempcpy from gnulibRon Yorston3-0/+32
2014-03-11wget: disable https supportRon Yorston1-0/+6
2014-03-11Update mingw32_defconfig with new featuresRon Yorston1-2/+5
2014-03-07shuf: trim help textDenys Vlasenko1-4/+4
2014-03-07shuf: do not use strings for -i RANGE caseDenys Vlasenko1-3/+5
2014-03-07shuf: improve help textBartosz Golaszewski1-3/+3
2014-03-07shuf: fix a segfault on 'shuf -e'Bartosz Golaszewski1-1/+2
2014-03-05use [s]rand(), not [s]random()Denys Vlasenko3-12/+12