aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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
| | | | | | | | | | | | | | | | | | | | -1 to lineedit means error... when tty is destroyed... it would terminate ash for some reasone
| * | | 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
| | | | | | | | | | | | | | | | Due to limitations in procps_scan(), only -o pid,comm is supported
| * | | win32: reimplement procps_scan()Nguyễn Thái Ngọc Duy2010-09-153-0/+39
| |/ / | | | | | | | | | | | | | | | | | | On Linux, procps_scan() relies on /proc, which is obviously unavailable on Windows. This implementation currently supports procps_status_t.{pid,comm} only.
* | | 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
|/ / | | | | | | | | | | Setting time does not work. %e does not work because strftime does not support that. Output may be different from POSIX because "it is Windows" syndrome.
* | defconfig.mingw32: update to latest origin/masterNguyễn Thái Ngọc Duy2010-09-141-46/+87
| | | | | | | | base64 is also enabled
* | 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
| | | | | | | | | | | | | | function old new delta hush_main 945 995 +50 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * smemcap: use correct tar magicDenys Vlasenko2010-09-121-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * *: s/perror/bb_simple_perror_msg/gMarek Polacek2010-09-122-6/+6
| | | | | | | | | | | | | | | | | | | | | | function old new delta readLines 448 446 -2 doCommands 2449 2438 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-13) Total: -13 bytes Signed-off-by: Marek Polacek <mmpolacek@gmail.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Fixed a couple of failing tar testsDan Fandrich2010-09-121-4/+5
| | | | | | | | | | | | | | | | | | The tar symlinks mode test is fixed similarly to the hardlinks test in 0d7cb4cc, and the read-only test is skipped by SKIP_KNOWN_BUGS. Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * busybox: add "busybox --list[-full]" to help textDenys Vlasenko2010-09-121-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: move the EXIT trap comment. no code changesDenys Vlasenko2010-09-121-2/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko2010-09-123-4/+45
| | | | | | | | | | | | | | function old new delta hush_exit 84 78 -6 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * shell/match.c: shrink by dropping double bool inversionDenys Vlasenko2010-09-121-6/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-125-22/+50
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko2010-09-121-166/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta setprompt_if - 66 +66 parseheredoc 126 124 -2 parsecmd 68 66 -2 redirect 1254 1249 -5 xxreadtoken 351 343 -8 readtoken1 3219 3204 -15 setprompt 62 - -62 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 0/5 up/down: 66/-94) Total: -28 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko2010-09-121-8/+12
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: remove forgotten commented-out block. no code changesDenys Vlasenko2010-09-101-4/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: do fewer strdups in % and hash expansionsDenys Vlasenko2010-09-103-13/+30
| | | | | | | | | | | | | | | | function old new delta builtin_umask 133 132 -1 expand_one_var 1552 1543 -9 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: better function and parameter namesDenys Vlasenko2010-09-101-20/+55
| | | | | | | | | | | | | | Also, trim code which isn't needed for non-bash compat. No logic changes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: fixes to testsuiteDenys Vlasenko2010-09-102-6/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: fix var_bash5.tests failureDenys Vlasenko2010-09-103-26/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta expand_one_var 1513 1552 +39 expand_pseudo_dquoted 118 135 +17 expand_string_to_string 110 126 +16 setup_heredoc 298 308 +10 expand_and_evaluate_arith 69 79 +10 parse_stream_dquoted 233 241 +8 setup_redirects 220 225 +5 run_list 956 961 +5 expand_assignments 76 81 +5 run_pipe 1587 1590 +3 parse_stream 2371 2374 +3 builtin_umask 132 133 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 12/0 up/down: 122/0) Total: 122 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: fix var_bash3.tests failureDenys Vlasenko2010-09-101-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta expand_one_var 1513 1538 +25 parse_stream_dquoted 233 241 +8 expand_pseudo_dquoted 118 126 +8 setup_heredoc 298 303 +5 expand_and_evaluate_arith 69 74 +5 parse_stream 2371 2374 +3 builtin_umask 132 133 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 7/0 up/down: 55/0) Total: 55 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko2010-09-101-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | function old new delta o_addQstr 43 165 +122 expand_on_ifs 210 189 -21 expand_vars_to_list 1122 1094 -28 o_addqblock 139 - -139 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/2 up/down: 122/-188) Total: -66 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>