aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | 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
|/
* 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
| * hush: fix var_bash5.tests failureDenys Vlasenko2010-09-103-26/+54
| * hush: fix var_bash3.tests failureDenys Vlasenko2010-09-101-13/+15
| * hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko2010-09-101-15/+4
| * hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...Denys Vlasenko2010-09-091-17/+27
| * hush: make parse_dollar flag quited status regardless of glob escaping statusDenys Vlasenko2010-09-093-21/+22
| * hush: simplification in parse_stream, parse_stream_dquotedDenys Vlasenko2010-09-091-14/+14
| * hush: simplify parse_stream_dquotedDenys Vlasenko2010-09-091-16/+6
| * hush: straighten out the logic in parse_streamDenys Vlasenko2010-09-091-17/+10
| * Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-093-8/+12
| * hush: eliminate redundant parameter of expand_vars_to_list()Denys Vlasenko2010-09-081-10/+12
| * hush: replace flag bytes in struct o_string with bit flagsDenys Vlasenko2010-09-081-36/+40
| * hush: remove unused enum typedefDenys Vlasenko2010-09-081-3/+3
| * hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"Denys Vlasenko2010-09-081-26/+39
| * nc: show help text on bad parametersDenys Vlasenko2010-09-071-1/+1
| * lineedit: do not hang on error, but return error indicator.Denys Vlasenko2010-09-071-6/+6
| * shell: unify endofname() in hush and ashDenys Vlasenko2010-09-074-43/+42
| * hush: a few relatively trivial simplificationsDenys Vlasenko2010-09-071-58/+53