aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ash: parser: Allow newlines within parameter substitutionDenys Vlasenko2018-04-115-1/+26
* hush: optimize parse_stream()Denys Vlasenko2018-04-111-28/+31
* hush: do not drop backslash from eval 'echo ok\'Denys Vlasenko2018-04-116-8/+22
* shell: add comments about [[, no code changesDenys Vlasenko2018-04-103-1/+30
* hush: fix handling of \<eof> in double-quoted stringsDenys Vlasenko2018-04-103-5/+12
* hush: fix eval 'echo ok\'Denys Vlasenko2018-04-103-5/+11
* hush: simplify \<newline> code, part 3Denys Vlasenko2018-04-101-55/+45
* hush: simplify \<newline> code, part 2Denys Vlasenko2018-04-101-30/+30
* hush: simplify \<newline> code, part 1Denys Vlasenko2018-04-101-11/+11
* hush: put "current word" structure into parsing contextDenys Vlasenko2018-04-101-122/+120
* ash: if "[[" bashism is not supported, do not handle it anywhereDenys Vlasenko2018-04-101-0/+2
* ash: trivial code shrinkDenys Vlasenko2018-04-101-1/+2
* testsuite: allow tests to work in paths containing spacesRon Yorston2018-04-095-8/+10
* hush: fix var_leaks.tests and var_preserved.tests on NOMMUDenys Vlasenko2018-04-091-49/+59
* hush: fix func_return2.tests on NOMMUDenys Vlasenko2018-04-091-0/+7
* unlzma: fix segfault on bad archiveDenys Vlasenko2018-04-084-0/+32
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-0810-36/+99
* wget: check chunk length for overflowing off_tDenys Vlasenko2018-04-081-3/+11
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-0811-11/+1
* lzop: remove method checks which are always true/falseDenys Vlasenko2018-04-081-15/+22
* lzop: buffer several 32-bit writes when we start a new compressed blockDenys Vlasenko2018-04-081-11/+21
* lzop: reuse stringsDenys Vlasenko2018-04-081-2/+2
* lzop: checksum reads do not need to be checksummedDenys Vlasenko2018-04-081-3/+3
* lzop: don't support ancient versions < 0.94 (15 Oct 1997)Denys Vlasenko2018-04-081-52/+49
* lzop: code shrink by using header_t matching on-disk layoutDenys Vlasenko2018-04-081-177/+154
* tar: trim help textDenys Vlasenko2018-04-071-2/+2
* hush: fix prompt in multi-line $(())Denys Vlasenko2018-04-071-12/+22
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-075-22/+39
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-075-13/+20
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-0711-24/+24
* telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-072-23/+6
* ftpd: allow -A if !FTPD_AUTHENTICATION as wellDenys Vlasenko2018-04-071-12/+13
* ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko2018-04-071-29/+40
* wget,ftpd: shorten and reuse stringsDenys Vlasenko2018-04-073-22/+17
* httpd: do not default to Content-type: application/octet-streamDenys Vlasenko2018-04-071-30/+32
* scripts/kconfig/mconf.c: survive is SIGWINCH is not definedDenys Vlasenko2018-04-061-0/+4
* i386: make stack size optimization selectable, and allow i486 insns (bswap)Denys Vlasenko2018-04-062-1/+15
* placate gcc-8.0.1 warningsDenys Vlasenko2018-04-062-3/+5
* hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2018-04-062-30/+37
* sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko2018-04-061-12/+12
* hush: if we did match "LINENO" or "OPTIND", stop further comparisonsDenys Vlasenko2018-04-061-2/+6
* hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTINDDenys Vlasenko2018-04-061-29/+30
* hush: update to correctly handle changed var_bash[346].testsDenys Vlasenko2018-04-051-6/+6
* hush: implement "hush -s"Denys Vlasenko2018-04-052-9/+9
* placate gcc 8.0.1 sprintf overflow warnings in config toolsDenys Vlasenko2018-04-051-1/+3
* hush: fix a few more corner cases with empty-expanding `cmds`Denys Vlasenko2018-04-055-8/+46
* hush: fix corner cases with exec in empty expansionsDenys Vlasenko2018-04-055-17/+35
* hush: less mind-bending set_vars_and_save_old()Denys Vlasenko2018-04-051-71/+101
* hush: "no logic changes" in last commit was not true, fix it upDenys Vlasenko2018-04-051-1/+2
* hush: make run_pipe code simpler to understand, no logic changesDenys Vlasenko2018-04-051-66/+57