aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-07ftpd: added -A option to disable all authentication, closes 10921Denys Vlasenko1-29/+40
2018-04-07wget,ftpd: shorten and reuse stringsDenys Vlasenko3-22/+17
2018-04-07httpd: do not default to Content-type: application/octet-streamDenys Vlasenko1-30/+32
2018-04-06scripts/kconfig/mconf.c: survive is SIGWINCH is not definedDenys Vlasenko1-0/+4
2018-04-06i386: make stack size optimization selectable, and allow i486 insns (bswap)Denys Vlasenko2-1/+15
2018-04-06placate gcc-8.0.1 warningsDenys Vlasenko2-3/+5
2018-04-06hush: fix "unset PS1/PS2", and put them into initial variable setDenys Vlasenko2-30/+37
2018-04-06sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko1-12/+12
2018-04-06hush: if we did match "LINENO" or "OPTIND", stop further comparisonsDenys Vlasenko1-2/+6
2018-04-06hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTINDDenys Vlasenko1-29/+30
2018-04-05hush: update to correctly handle changed var_bash[346].testsDenys Vlasenko1-6/+6
2018-04-05hush: implement "hush -s"Denys Vlasenko2-9/+9
2018-04-05placate gcc 8.0.1 sprintf overflow warnings in config toolsDenys Vlasenko1-1/+3
2018-04-05hush: fix a few more corner cases with empty-expanding `cmds`Denys Vlasenko5-8/+46
2018-04-05hush: fix corner cases with exec in empty expansionsDenys Vlasenko5-17/+35
2018-04-05hush: less mind-bending set_vars_and_save_old()Denys Vlasenko1-71/+101
2018-04-05hush: "no logic changes" in last commit was not true, fix it upDenys Vlasenko1-1/+2
2018-04-05hush: make run_pipe code simpler to understand, no logic changesDenys Vlasenko1-66/+57
2018-04-05hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= fDenys Vlasenko5-82/+93
2018-04-04hush: make var nesting code independent of "local" supportDenys Vlasenko1-40/+61
2018-04-04hush: fix for readonly vars in "ro=A ro=B cmd" caseDenys Vlasenko3-13/+21
2018-04-04sort: move misplaced commentDenys Vlasenko1-2/+2
2018-04-04sort: FEATURE_SORT_OPTIMIZE_MEMORYDenys Vlasenko1-6/+80
2018-04-04ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commitDenys Vlasenko1-1/+3
2018-04-03hush: support "f() (cmd)" functionsDenys Vlasenko6-40/+59
2018-04-03hush: fix mishandling of "true | f() { echo QWE; }"Denys Vlasenko1-0/+9
2018-04-03hush: fix "set -e; false || x=1; echo OK"Denys Vlasenko5-7/+43
2018-04-03hush: one-word, no-globbing handling of local/export/readonly argsDenys Vlasenko1-21/+32
2018-04-02ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko3-2/+8
2018-04-02hush: fix a backslash-removal bug in caseDenys Vlasenko5-3/+37
2018-04-02ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko5-4/+13
2018-04-02ash: redir: Fix typo in noclobber codeDenys Vlasenko1-1/+1
2018-04-02ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko3-1/+16
2018-04-02hush: remove stray debugging printoutDenys Vlasenko1-1/+0
2018-04-02ash: parser: Add syntax stack for recursive parsingDenys Vlasenko19-121/+168
2018-04-01hush: update information comment about heredoc discrepancyDenys Vlasenko1-7/+12
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko7-26/+32
2018-04-01sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau3-6/+9
2018-04-01libbb: remove unnecessary variable in xmalloc_fgetsQuentin Rameau1-3/+1
2018-04-01hush: add a comment where we differ from bash wrt heredoc EOF mark handlingDenys Vlasenko3-15/+8
2018-04-01parser: Fix backquote support in here-document EOF markDenys Vlasenko5-0/+36
2018-04-01ash,hush: handle a few more bkslash-newline casesDenys Vlasenko10-3/+53
2018-03-31shells: fix var_LINENO1.tests false positive, add it to ash tests tooDenys Vlasenko3-1/+15
2018-03-31hush: fix heredoc_bkslash_newline1.tests failureDenys Vlasenko1-35/+42
2018-03-31ash: use pgetc_eatbnl() in more placesDenys Vlasenko7-35/+191
2018-03-31ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker1-1/+1
2018-03-31stat: fix a typo: s/romfs/ramfs/, closes 10876Denys Vlasenko1-1/+1
2018-03-31hush: fix a signedness bugDenys Vlasenko1-1/+1
2018-03-30ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko4-0/+6
2018-03-30ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko1-3/+3