aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * simpler check for odDenys Vlasenko2010-09-161-1/+2
| * build system: test that od is present in the host systemDenys Vlasenko2010-09-161-0/+6
| * shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-166-129/+144
| * shell/math: return string error indicator, not integerDenys Vlasenko2010-09-156-131/+113
| * sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko2010-09-142-3/+4
| * shell/math.c: stop using bss variableDenys Vlasenko2010-09-132-22/+37
| * shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-134-81/+78
| * shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko2010-09-131-112/+113
| * shell: small code shrinkDenys Vlasenko2010-09-131-8/+9
| * shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko2010-09-132-65/+63
* | win32: ash: fix path_advance() not advancing correctlyNguyễn Thái Ngọc Duy2011-01-041-1/+10
* | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-232-0/+28
|\ \
| * | win32: ash: implement ^C (and Ctrl+Break)Nguyễn Thái Ngọc Duy2010-09-232-0/+28
| * | Merge commit 'master~11^2' into ashNguyễn Thái Ngọc Duy2010-09-2312-25/+143
| |\ \
* | | | win32: enable fancy echoNguyễn Thái Ngọc Duy2010-09-221-1/+1
* | | | Merge branch 'vi'Nguyễn Thái Ngọc Duy2010-09-224-11/+26
|\ \ \ \
| * | | | defconfig.mingw32: enable viNguyễn Thái Ngọc Duy2010-09-141-10/+10
| * | | | Merge branch 'lineedit' into viNguyễn Thái Ngọc Duy2010-09-142-8/+96
| |\ \ \ \
| * | | | | win32: read_key: implement timeoutNguyễn Thái Ngọc Duy2010-09-141-1/+5
| * | | | | win32: vi: reimplement mysleep() because poll() won't work on stdinNguyễn Thái Ngọc Duy2010-09-141-0/+9
| * | | | | win32: platform.h: reuse memrchr() in platform.cNguyễn Thái Ngọc Duy2010-09-141-0/+2
* | | | | | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-223-2/+15
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | win32: ash: make waitpid return early if there is no childNguyễn Thái Ngọc Duy2010-09-221-0/+2
| * | | | | win32: lineedit: make read_key() pass Ctrl+<letter> to read_line_inputNguyễn Thái Ngọc Duy2010-09-222-0/+8
| * | | | | win32: lineedit: initialize initial_settingsNguyễn Thái Ngọc Duy2010-09-221-0/+1
| * | | | | win32: lineedit: fallback to fgets if a tty is not foundNguyễn Thái Ngọc Duy2010-09-211-2/+4
* | | | | | win32: enable sha* (needs WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-212-3/+6
* | | | | | win32: net: add missing stub header filesNguyễn Thái Ngọc Duy2010-09-213-0/+0
* | | | | | Merge branch 'net' (early part)Nguyễn Thái Ngọc Duy2010-09-207-6/+83
|\ \ \ \ \ \
| * | | | | | win32: enable wgetNguyễn Thái Ngọc Duy2010-09-202-2/+3
| * | | | | | wget: flush HTTP request before receving replyNguyễn Thái Ngọc Duy2010-09-201-0/+2
| * | | | | | win32: re-enable xconnect.cNguyễn Thái Ngọc Duy2010-09-203-3/+14
| * | | | | | win32: reimplement connect()Nguyễn Thái Ngọc Duy2010-09-202-0/+9
| * | | | | | win32: reimplement socket()Nguyễn Thái Ngọc Duy2010-09-202-1/+32
| * | | | | | win32: add init_winsock()Nguyễn Thái Ngọc Duy2010-09-202-0/+10
| * | | | | | win32: implement inet_aton()Nguyễn Thái Ngọc Duy2010-09-203-0/+13
* | | | | | | win32: enable rpm2cpio and xz integrationNguyễn Thái Ngọc Duy2010-09-201-2/+2
* | | | | | | win32: enable lzop (requires WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-202-1/+2
* | | | | | | win32: Config.in: add description for WIN32_NET wrt non-network appletsNguyễn Thái Ngọc Duy2010-09-201-0/+4
* | | | | | | Merge branch 'net' (early part) into archivalNguyễn Thái Ngọc Duy2010-09-202-0/+8
|\| | | | | |
| * | | | | | win32: Makefile: support building with network supportNguyễn Thái Ngọc Duy2010-09-151-0/+3
| * | | | | | win32: Config.in: WIN32_NETNguyễn Thái Ngọc Duy2010-09-141-0/+5
| | |/ / / / | |/| | | |
* | | | | | win32: enable (un)lzma, (un)xzNguyễn Thái Ngọc Duy2010-09-202-3/+9
* | | | | | Merge branch 'master' into archivalNguyễn Thái Ngọc Duy2010-09-201-0/+15
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | win32: add BUGSNguyễn Thái Ngọc Duy2010-09-201-0/+15
* | | | | | win32: bbunpack: close stdin before removing compressed fileNguyễn Thái Ngọc Duy2010-09-201-0/+2
* | | | | | 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