summaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: ash: teach "cd" DOS path separator '\'Nguyễn Thái Ngọc Duy2011-01-141-7/+8
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-2/+9
|\
| * init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-251-1/+1
| * fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-1/+8
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-041-2/+2
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-041-23/+22
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-051-1/+1
| * ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-251-6/+13
| * shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-1/+1
| * shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-9/+2
| * shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-131-10/+9
* | win32: ash: fix path_advance() not advancing correctlyNguyễn Thái Ngọc Duy2011-01-041-1/+10
* | win32: ash: implement ^C (and Ctrl+Break)Nguyễn Thái Ngọc Duy2010-09-231-0/+25
* | win32: ash: make waitpid return early if there is no childNguyễn Thái Ngọc Duy2010-09-221-0/+2
* | Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-141-199/+189
|\|
| * 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
| * Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-091-3/+6
| * shell: unify endofname() in hush and ashDenys Vlasenko2010-09-071-21/+21
| * hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_globDenys Vlasenko2010-09-061-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-12/+13
|\|
| * libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+6
| * ash: small code shrink (-21 bytes)Denys Vlasenko2010-08-301-9/+6
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-68/+40
|\|
| * ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-071-3/+14
| * ash: cosmetic fixes, no code changesDenys Vlasenko2010-08-071-60/+21
| * ash: fix another bug detected by var_bash4.testsDenys Vlasenko2010-08-061-2/+3
| * ash: fix dequoting error detected by var_bash4 testDenys Vlasenko2010-08-061-7/+6
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-33/+54
|\|
| * ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-051-31/+52
| * *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-2/+0
| * ash: fix $! value when traps are setAlexander Shishkin2010-07-251-0/+1
| * cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-161-0/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+117
|\|
| * ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-161-0/+117
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-25/+23
|\|
| * ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-261-21/+21
| * build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-261-3/+1
| * ash: <> redir should not truncateAndreas Bühmann2010-06-241-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-31/+13
|\|
| * ash: times builtin: use unsigned type; take free-of-charge moduloDenys Vlasenko2010-06-181-4/+5
| * *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-6/+0
| * ash: fix unset in standalone modeDenys Vlasenko2010-06-181-0/+1
| * ash: cosmetics, no code changesDenys Vlasenko2010-06-181-23/+7
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-16/+16
|\|
| * fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko2010-06-061-1/+1
| * ash: rename parsefile->fd to ->pf_fdDenys Vlasenko2010-06-031-15/+15
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-10/+25
|\|