aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko2009-06-166-33/+66
* install: compat fix for mode of created files.Denys Vlasenko2009-06-151-3/+4
* seq: fix input handling in non-C localesDenys Vlasenko2009-06-151-1/+12
* vi: do not accept uppercase comments (compat). Closes bug 397.Denys Vlasenko2009-06-151-33/+31
* libbb: stop using bb_strtod for nowDenys Vlasenko2009-06-153-3/+7
* seq: fix testsuite failuresDenys Vlasenko2009-06-154-27/+66
* ash: fix . builtinDenys Vlasenko2009-06-146-46/+66
* fix or document testsuite failuresDenys Vlasenko2009-06-133-7/+11
* test, tcpsvd, tcpsvd: shrinkDenys Vlasenko2009-06-133-26/+38
* fix permissions in testsuiteDenys Vlasenko2009-06-131-0/+0
* Update POSIX compliance tableDenys Vlasenko2009-06-121-128/+172
* readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko2009-06-122-7/+33
* ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko2009-06-111-16/+16
* added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko2009-06-102-0/+10
* hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko2009-06-102-30/+41
* telnetd: more compact version of the fix for stray open fdsDenys Vlasenko2009-06-101-51/+39
* telnetd: properly close fds in childDenys Vlasenko2009-06-092-64/+95
* hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko2009-06-093-20/+138
* randomconfig fixesDenys Vlasenko2009-06-093-6/+13
* diff: tiny compat tweakDenys Vlasenko2009-06-091-0/+3
* hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko2009-06-071-42/+38
* hush: fix a segfault in export builtinDenys Vlasenko2009-06-071-13/+12
* stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko2009-06-075-11/+7
* hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko2009-06-064-94/+186
* ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko2009-06-051-59/+65
* ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko2009-06-051-3/+7
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-053-4/+16
* inetd: comment why we redirect stderr to networkDenys Vlasenko2009-06-051-3/+6
* *: reduce #ifdef forestDenys Vlasenko2009-06-053-47/+35
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-0522-346/+324
* ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko2009-06-041-0/+5
* rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer2009-06-031-1/+1
* tweak docsDenys Vlasenko2009-06-031-28/+9
* hush: document a TODO in export builtinDenys Vlasenko2009-06-031-2/+16
* hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko2009-06-031-0/+2
* hush: add support for local builtinDenys Vlasenko2009-06-036-70/+210
* bloat-o-meter: touchup argv handlingMike Frysinger2009-06-011-2/+2
* bloat-o-meter: fix tab/space mixingMike Frysinger2009-06-011-3/+3
* hush_test: stop mixing tabs/spaces for indentationMike Frysinger2009-06-011-37/+37
* gitignore: add debugging related filesMike Frysinger2009-06-011-0/+7
* hush: unify syntax_error_unterm_{ch,str} a bitMike Frysinger2009-06-011-9/+7
* hush: push down expansion var in handle_dollar()Mike Frysinger2009-06-011-2/+3
* hush: add support for special vars in bracesMike Frysinger2009-06-017-8/+9
* hush_test: filter test output to avoid C lib differencesMike Frysinger2009-06-011-0/+4
* lineedit: fix warning about unused label when VI editing is disabledMike Frysinger2009-06-011-0/+2
* nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2009-06-012-14/+14
* read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko2009-05-294-59/+65
* hust: trivial simplification in builtin_typeDenys Vlasenko2009-05-281-3/+1
* hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko2009-05-283-22/+31
* hush: optimize type builtin a bit moreDenys Vlasenko2009-05-281-6/+5