aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: enable cpio (including cpio creating)Nguyễn Thái Ngọc Duy2010-09-201-3/+3
* win32: tar: do not check for archiving the target archive itselfNguyễn Thái Ngọc Duy2010-09-201-0/+2
* win32: lowercase argv[0] before searching for applet nameNguyễn Thái Ngọc Duy2010-09-171-3/+7
* win32: date: escape literal %e properlyNguyễn Thái Ngọc Duy2010-09-171-1/+1
* Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-153-9/+97
|\
| * win32: lineedit: enable historyNguyễn Thái Ngọc Duy2010-09-141-1/+1
| * win32: read_key: add Page Up/Down and InsertNguyễn Thái Ngọc Duy2010-09-141-0/+3
| * win32: winansi: implement \033[%u;%uHNguyễn Thái Ngọc Duy2010-09-141-0/+7
| * win32: winansi: implement \033[H (no param)Nguyễn Thái Ngọc Duy2010-09-141-0/+16
| * win32: read_key: do not return -1 on unknown keyNguyễn Thái Ngọc Duy2010-09-141-2/+0
| * win32: read_key: support DeleteNguyễn Thái Ngọc Duy2010-09-141-0/+1
| * win32: read_key: support Ctrl-{Left,Right}Nguyễn Thái Ngọc Duy2010-09-141-2/+9
| * win32: winansi: implement \033[%uDNguyễn Thái Ngọc Duy2010-09-141-0/+15
| * win32: read_key: imap some movement keys to KEYCODE_*Nguyễn Thái Ngọc Duy2010-09-141-1/+17
| * win32: read_key: reset console state after readingNguyễn Thái Ngọc Duy2010-09-141-8/+12
| * win32: winansi: implement \033[JNguyễn Thái Ngọc Duy2010-09-141-0/+21
* | Merge branch 'procps'Nguyễn Thái Ngọc Duy2010-09-158-8/+80
|\ \
| * | win32: enable pgrepNguyễn Thái Ngọc Duy2010-09-151-1/+1
| * | win32: enable pidofNguyễn Thái Ngọc Duy2010-09-151-3/+3
| * | win32: enable kill and killallNguyễn Thái Ngọc Duy2010-09-152-2/+4
| * | win32: find_pid_by_name: skip argv checks as we do not have that infoNguyễn Thái Ngọc Duy2010-09-151-0/+4
| * | win32: process.c: implement kill(), SIGTERM onlyNguyễn Thái Ngọc Duy2010-09-152-1/+18
| * | win32: enable psNguyễn Thái Ngọc Duy2010-09-152-1/+11
| * | win32: reimplement procps_scan()Nguyễn Thái Ngọc Duy2010-09-153-0/+39
| |/
* | win32: enable stringsNguyễn Thái Ngọc Duy2010-09-141-1/+1
* | win32: enable getoptNguyễn Thái Ngọc Duy2010-09-141-2/+2
* | win32: enable hexdumpNguyễn Thái Ngọc Duy2010-09-141-3/+3
* | win32: enable usleepNguyễn Thái Ngọc Duy2010-09-141-1/+1
* | win32: enable bbconfigNguyễn Thái Ngọc Duy2010-09-141-2/+2
* | win32: enable whichNguyễn Thái Ngọc Duy2010-09-141-1/+1
* | win32: enable whoamiNguyễn Thái Ngọc Duy2010-09-142-1/+11
* | win32: enable dateNguyễn Thái Ngọc Duy2010-09-143-3/+20
|/
* defconfig.mingw32: update to latest origin/masterNguyễn Thái Ngọc Duy2010-09-141-46/+87
* win32: implement clearenv()Nguyễn Thái Ngọc Duy2010-09-141-1/+10
* Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-1465-3487/+4215
|\
| * hush: optional support for history savingDenys Vlasenko2010-09-122-2/+22
| * smemcap: use correct tar magicDenys Vlasenko2010-09-121-1/+1
| * *: s/perror/bb_simple_perror_msg/gMarek Polacek2010-09-122-6/+6
| * Fixed a couple of failing tar testsDan Fandrich2010-09-121-4/+5
| * busybox: add "busybox --list[-full]" to help textDenys Vlasenko2010-09-121-0/+1
| * hush: move the EXIT trap comment. no code changesDenys Vlasenko2010-09-121-2/+3
| * hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko2010-09-123-4/+45
| * shell/match.c: shrink by dropping double bool inversionDenys Vlasenko2010-09-121-6/+4
| * hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-125-22/+50
| * ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko2010-09-121-166/+149
| * ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko2010-09-121-8/+12
| * hush: remove forgotten commented-out block. no code changesDenys Vlasenko2010-09-101-4/+0
| * hush: do fewer strdups in % and hash expansionsDenys Vlasenko2010-09-103-13/+30
| * hush: better function and parameter namesDenys Vlasenko2010-09-101-20/+55
| * hush: fixes to testsuiteDenys Vlasenko2010-09-102-6/+8