aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-161-0/+117
* 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
* 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
* 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
* ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko2010-06-031-10/+25
* *: better string sharingDenys Vlasenko2010-06-021-8/+6
* ash: remove one redundant function, improve string sharing, better field namesDenys Vlasenko2010-06-021-55/+57
* shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko2010-05-231-2/+0
* ash: eliminate 16 bytes in bssDenys Vlasenko2010-05-201-26/+22
* ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko2010-05-181-8/+14
* typo fixDenys Vlasenko2010-05-181-1/+1
* ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-181-7/+15
* ash,hush: make bare "." set exitcode to 2Denys Vlasenko2010-05-181-20/+25
* ash,hush: make "source" a synonym for . if bash compat is onDenys Vlasenko2010-05-171-0/+2
* ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-171-3/+5
* ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2010-05-171-7/+6
* ash: fix signal5.testsDenys Vlasenko2010-05-171-5/+12
* ash: refresh stack pointers after makestrspace in rmescapesColin Watson2010-04-261-0/+4
* 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