aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: ash: struct tblentryNguyễn Thái Ngọc Duy2010-09-141-0/+55
* win32: ash: struct strlistNguyễn Thái Ngọc Duy2010-09-141-0/+13
* win32: ash: struct localvarNguyễn Thái Ngọc Duy2010-09-141-0/+16
* win32: ash: struct varNguyễn Thái Ngọc Duy2010-09-141-0/+18
* win32: ash: macros for implementing simple foo_size, foo_copyNguyễn Thái Ngọc Duy2010-09-141-0/+35
* win32: Support saving pointer location in calcsize()/copynode()Nguyễn Thái Ngọc Duy2010-09-141-0/+45
* win32: ash: nodeckstrdup(): tolerate NULL stringNguyễn Thái Ngọc Duy2010-09-141-1/+3
* win32: ash: FIXMENguyễn Thái Ngọc Duy2010-09-141-1/+1
* win32: ash: reimplement waitpid(-1)Nguyễn Thái Ngọc Duy2010-09-141-0/+53
* win32: ash: find_command(): also find .exeNguyễn Thái Ngọc Duy2010-09-141-0/+21
* win32: ash: openredirect(): support /dev/nullNguyễn Thái Ngọc Duy2010-09-101-0/+25
* win32: ash: copyfd(): work around fcntl(F_DUPFD)Nguyễn Thái Ngọc Duy2010-09-101-0/+12
* win32: ash: stay away from fcntl(F_DUPFD)Nguyễn Thái Ngọc Duy2010-09-101-2/+2
* win32: ash: new implementation for updatepwd()Nguyễn Thái Ngọc Duy2010-09-101-0/+93
* win32: ash: path_advance(): save space for .exe laterNguyễn Thái Ngọc Duy2010-09-101-1/+3
* win32: ash: path_advance(): support both colon and semicolon as path separatorNguyễn Thái Ngọc Duy2010-09-101-0/+10
* win32: ash: preadbuffer(): accept \r\n as line endingNguyễn Thái Ngọc Duy2010-09-101-1/+1
* win32: ash: shellexec(): support both / and \ as dir separatorNguyễn Thái Ngọc Duy2010-09-101-3/+4
* win32: ash: is_absolute_path()Nguyễn Thái Ngọc Duy2010-09-101-2/+2
* win32: ash: skip O_APPEND supportNguyễn Thái Ngọc Duy2010-09-101-2/+2
* win32: ash: exptilde(): do not call (unsupported) getpwnam()Nguyễn Thái Ngọc Duy2010-09-101-0/+2
* win32: ash: forkshell(): return early, MinGW port will have another way to "f...Nguyễn Thái Ngọc Duy2010-09-101-0/+3
* win32: ash: waitcmd(): return early, not supportedNguyễn Thái Ngọc Duy2010-09-101-0/+3
* win32: ash: setsignal(): return early, signalling is not supportedNguyễn Thái Ngọc Duy2010-09-101-0/+2
* win32: ash: #ifdefNguyễn Thái Ngọc Duy2010-09-101-0/+11
* ash: line up builtin table. no code changesDenys Vlasenko2010-03-261-45/+45
* ash: trap with bad signal name should not abortDenys Vlasenko2010-03-261-4/+10
* ash,hush: make it possible to build them individuallyDenys Vlasenko2010-03-231-4/+5
* ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)Denys Vlasenko2010-03-131-12/+59
* hush: use ash's ulimit builtin; make it more more bash0like while at itDenys Vlasenko2010-03-061-211/+3
* *: use NULL for null pointersDenys Vlasenko2010-03-051-1/+1
* Replace __uClinux__ define with !BB_MMUDenys Vlasenko2010-02-211-1/+1
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-211-2/+2
* shell/read: check that variable names are saneDenys Vlasenko2010-01-131-4/+0
* hush: use ash's read builtinDenys Vlasenko2010-01-121-4/+10
* shell: split read builtin from ashDenys Vlasenko2010-01-121-199/+35
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-2/+2
* ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko2010-01-081-1/+1
* ash: fix mishandling of bash-style redirectsChris Metcalf2010-01-081-1/+1
* ash: trivial optimization -6 bytesDenys Vlasenko2009-12-101-3/+5
* ash: fix double comma in initializerDenys Vlasenko2009-12-051-2/+2
* ash: implement set -o pipefail (conditional on bash compat). +39 bytesMichael Abbott2009-12-041-3/+21
* ash: preparatory work for pipefail and code shrink. -44 bytesDenys Vlasenko2009-12-041-64/+65
* ash: re-enable SIGHUP on entry. Closes bug 771.Denys Vlasenko2009-12-041-0/+4
* ash: straighten up a bit of code in varvalue()Denys Vlasenko2009-11-301-13/+18
* ash: more cosmetics and cleanupsDenys Vlasenko2009-11-291-48/+35
* ash: cosmetics, no code changesDenys Vlasenko2009-11-291-3/+1
* ash: remove last "signed char"; make SIT() clearer. -12 bytesDenys Vlasenko2009-11-291-81/+54
* ash: randmconfig fixDenys Vlasenko2009-11-291-1/+1
* ash: remake strange signed char machinery to be unsigned. -57 bytesDenys Vlasenko2009-11-281-387/+378