aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-21Move handling of Windows globbing out of upstream codeRon Yorston3-10/+5
2014-04-09lineedit: improve appearance of forward cursor movementRon Yorston1-0/+40
2014-04-09Implement escape sequence for cursor downRon Yorston1-21/+12
2014-04-07Use ANSI escape to move cursor back during line editingRon Yorston1-0/+2
2014-04-07Implement ANSI escape sequences for cursor up/forwardRon Yorston1-0/+30
2014-03-24Only change codepage of input character if top bit is setRon Yorston1-2/+4
2014-03-23Provide fake getpwent_r to reduce changes from upstreamRon Yorston2-4/+3
2014-03-23Alter help message if configured with standalone shellRon Yorston1-0/+9
2014-03-23Remove unnecessary differences from upstream BusyBoxRon Yorston2-2/+1
2014-03-23procps_scan: ensure command name is null terminatedRon Yorston1-1/+1
2014-03-23ps: exclude more unused codeRon Yorston3-2/+12
2014-03-23shell_common: exclude more unused ulimit codeRon Yorston1-7/+6
2014-03-20ash: set fake PPID valueRon Yorston1-3/+2
2014-03-20Add empty sys/syscall.hRon Yorston2-1/+1
2014-03-20Implement vprintf replacementRon Yorston2-1/+4
2014-03-20Implement getc replacementRon Yorston2-0/+26
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