Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | shell/README: describe special builtins | Denys Vlasenko | 2010-05-17 | 1 | -108/+82 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | hush: update bash compat todo comment | Denys Vlasenko | 2010-05-17 | 1 | -7/+10 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ash,hush: make "source" a synonym for . if bash compat is on | Denys Vlasenko | 2010-05-17 | 2 | -0/+5 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ash: fix ". empty_file" exitcode. +5 bytes | Denys Vlasenko | 2010-05-17 | 2 | -4/+5 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix false positive in signal5.tests | Denys Vlasenko | 2010-05-17 | 2 | -5/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ash: use CONFIG_FEATURE_EDITING_MAX_LEN | Denys Vlasenko | 2010-05-17 | 1 | -7/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | typo fix | Denys Vlasenko | 2010-05-17 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | hush: fix hush-bugs/parse_err.tests | Denys Vlasenko | 2010-05-17 | 4 | -7/+12 | |
| | | | | | | | | | | | | | | | | | | function old new delta parse_stream 2325 2339 +14 builtin_umask 121 123 +2 builtin_type 116 114 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | add two more tests which currently fail | Denys Vlasenko | 2010-05-17 | 4 | -0/+10 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ash: fix signal5.tests | Denys Vlasenko | 2010-05-17 | 2 | -6/+12 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ash: add two testcases for (not yet fixed) ash bugs | Denys Vlasenko | 2010-05-17 | 4 | -0/+31 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | hush: mention PPID, RANDOM support | Denys Vlasenko | 2010-05-16 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | cttyhack: document the need to setsid | Denys Vlasenko | 2010-05-15 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | function old new delta packed_usage 26988 27057 +69 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | cttyhack: don't do anything if ctty is already available | Denys Vlasenko | 2010-05-14 | 1 | -17/+26 | |
| | | | | | | | | | | | | | | function old new delta cttyhack_main 244 269 +25 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | ash: refresh stack pointers after makestrspace in rmescapes | Colin Watson | 2010-04-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, rmescapes sometimes returns random garbage while performing parameter expansions such as ${foo#bar}, in the event that the allocation of r happens to need to reallocate the stack and hence invalidate str and p. I'd love to provide a test case but unfortunately it's dependent on exact stack layout, so I don't have anything simpler than the situation described in https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/527401/comments/23 which involved a sequence of foo="${foo#*, }" expansions on a long string inside our RAID configuration tool. The same fix has been in dash since 2007-09-26, contributed by Roy Marples <uberlord@gentoo.org>. I actually came up with it independently almost to the character, but then synced it up with the variable naming used in dash when I noticed that change afterwards. Signed-off-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'ash' | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -14/+1074 | |
|\ \ | ||||||
| * | | win32: ash: support .com executables | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -2/+9 | |
| | | | ||||||
| * | | win32: ash: general comments about MinGW port | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+12 | |
| | | | ||||||
| * | | win32: ash: do not set PPID | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+2 | |
| | | | ||||||
| * | | win32: ash: work around case-insensitive env vars | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+27 | |
| | | | ||||||
| * | | win32: ash: shellexec | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+35 | |
| | | | ||||||
| * | | win32: ash: evalpipe | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+38 | |
| | | | ||||||
| * | | win32: ash: evalsubshell | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+26 | |
| | | | ||||||
| * | | win32: ash: evalbackcmd | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+30 | |
| | | | ||||||
| * | | win32: ash: openhere | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+39 | |
| | | | ||||||
| * | | win32: ash: sticky_free() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+15 | |
| | | | ||||||
| * | | win32: ash: forkshell_init() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+68 | |
| | | | ||||||
| * | | win32: ash: spawn_forkshell() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+24 | |
| | | | ||||||
| * | | win32: ash: forkshell_prepare() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+70 | |
| | | | ||||||
| * | | win32: ash: struct forkshell | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+75 | |
| | | | ||||||
| * | | win32: ash: struct globals_misc | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+34 | |
| | | | ||||||
| * | | win32: ash: struct globals_var | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+57 | |
| | | | ||||||
| * | | win32: ash: struct redirtab | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+33 | |
| | | | ||||||
| * | | win32: ash: char ** | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+34 | |
| | | | ||||||
| * | | win32: ash: struct tblentry **cmdtable | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+24 | |
| | | | ||||||
| * | | win32: ash: struct tblentry | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+55 | |
| | | | ||||||
| * | | win32: ash: struct strlist | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+13 | |
| | | | ||||||
| * | | win32: ash: struct localvar | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+16 | |
| | | | ||||||
| * | | win32: ash: struct var | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+18 | |
| | | | ||||||
| * | | win32: ash: macros for implementing simple foo_size, foo_copy | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+35 | |
| | | | ||||||
| * | | win32: Support saving pointer location in calcsize()/copynode() | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+45 | |
| | | | ||||||
| * | | win32: ash: nodeckstrdup(): tolerate NULL string | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+3 | |
| | | | ||||||
| * | | win32: ash: FIXME | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | win32: ash: reimplement waitpid(-1) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+53 | |
| | | | ||||||
| * | | win32: ash: find_command(): also find .exe | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -0/+21 | |
| | | | ||||||
| * | | win32: ash: openredirect(): support /dev/null | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+25 | |
| | | | ||||||
| * | | win32: ash: copyfd(): work around fcntl(F_DUPFD) | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+12 | |
| | | | ||||||
| * | | win32: ash: stay away from fcntl(F_DUPFD) | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | win32: ash: new implementation for updatepwd() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+93 | |
| | | | ||||||
| * | | win32: ash: path_advance(): save space for .exe later | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+3 | |
| | | |