aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-14ash: fix . builtinDenys Vlasenko6-46/+66
2009-06-13fix or document testsuite failuresDenys Vlasenko3-7/+11
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko3-26/+38
2009-06-13fix permissions in testsuiteDenys Vlasenko1-0/+0
2009-06-12Update POSIX compliance tableDenys Vlasenko1-128/+172
2009-06-12readlink: support -n, -v, -s and -q too if support for -f is requestedDenys Vlasenko2-7/+33
2009-06-11ash: revert over-zealous usage of FAST_FUNCDenys Vlasenko1-16/+16
2009-06-10added comments about [[ ]] to ash and hush. no code changesDenys Vlasenko2-0/+10
2009-06-10hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko2-30/+41
2009-06-10telnetd: more compact version of the fix for stray open fdsDenys Vlasenko1-51/+39
2009-06-09telnetd: properly close fds in childDenys Vlasenko2-64/+95
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko3-20/+138
2009-06-09randomconfig fixesDenys Vlasenko3-6/+13
2009-06-09diff: tiny compat tweakDenys Vlasenko1-0/+3
2009-06-07hush: drop REDIRECT_INVALID; other minor tweaksDenys Vlasenko1-42/+38
2009-06-07hush: fix a segfault in export builtinDenys Vlasenko1-13/+12
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko5-11/+7
2009-06-06hush: make builtins work in pipes (eval ... | ...) on NOMMUDenys Vlasenko4-94/+186
2009-06-05ifupdown: if $PATH is not set, do not set it to "" in childrenDenys Vlasenko1-59/+65
2009-06-05ftpd: allow multiple -S options to increase verbosity too, like -vDenys Vlasenko1-3/+7
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko3-4/+16
2009-06-05inetd: comment why we redirect stderr to networkDenys Vlasenko1-3/+6
2009-06-05*: reduce #ifdef forestDenys Vlasenko3-47/+35
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2009-06-04ftpd: fix a case when with -w unknown commands are ignored with no error codeDenys Vlasenko1-0/+5
2009-06-03rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer1-1/+1
2009-06-03tweak docsDenys Vlasenko1-28/+9
2009-06-03hush: document a TODO in export builtinDenys Vlasenko1-2/+16
2009-06-03hush: fix a case when backgrounded cmd makes shell hangDenys Vlasenko1-0/+2
2009-06-03hush: add support for local builtinDenys Vlasenko6-70/+210
2009-06-01bloat-o-meter: touchup argv handlingMike Frysinger1-2/+2
2009-06-01bloat-o-meter: fix tab/space mixingMike Frysinger1-3/+3
2009-06-01hush_test: stop mixing tabs/spaces for indentationMike Frysinger1-37/+37
2009-06-01gitignore: add debugging related filesMike Frysinger1-0/+7
2009-06-01hush: unify syntax_error_unterm_{ch,str} a bitMike Frysinger1-9/+7
2009-06-01hush: push down expansion var in handle_dollar()Mike Frysinger1-2/+3
2009-06-01hush: add support for special vars in bracesMike Frysinger7-8/+9
2009-06-01hush_test: filter test output to avoid C lib differencesMike Frysinger1-0/+4
2009-06-01lineedit: fix warning about unused label when VI editing is disabledMike Frysinger1-0/+2
2009-06-01nc, hush: cosmetic cleanups, no code changesDenys Vlasenko2-14/+14
2009-05-29read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko4-59/+65
2009-05-28hust: trivial simplification in builtin_typeDenys Vlasenko1-3/+1
2009-05-28hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko3-22/+31
2009-05-28hush: optimize type builtin a bit moreDenys Vlasenko1-6/+5
2009-05-28hush: optimize type builtin a bitDenys Vlasenko1-11/+10
2009-05-28only build common libarchive objs when neededMike Frysinger1-1/+7
2009-05-28modprobe: fix more bugs in modprobe -rDenys Vlasenko1-7/+15
2009-05-28cpio.tests: fix false positiveDenys Vlasenko1-1/+2
2009-05-27hush: implement `type`Mike Frysinger1-27/+78
2009-05-27hush: remove outdated TODO and superfluous macro; fix compile breakageDenys Vlasenko1-5/+6