aboutsummaryrefslogtreecommitdiff
path: root/configs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-05ps: indicate forkshell processes in listingRon Yorston2-4/+5
2018-04-05win32: exclude termios codeRon Yorston6-21/+26
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-05vi: turn off FEATURE_VI_ASK_TERMINAL in the default configurationRon Yorston2-2/+2
2018-04-05ash: emulate raw input to read builtinRon Yorston1-2/+36
2018-04-05win32: ensure timeout works in read_keyRon Yorston1-4/+4
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-04ps: obtain applet names from other BusyBox processesRon Yorston6-42/+104
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-03fsync: avoid a gratuitous difference from upstreamRon Yorston2-3/+1
2018-04-03hush: support "f() (cmd)" functionsDenys Vlasenko6-40/+59
2018-04-03ttysize: enable in default configurationRon Yorston2-2/+2
2018-04-03win32: improvements to get_terminal_width_heightRon Yorston4-20/+25
2018-04-03win32: simplify isatty replacementRon Yorston1-5/+1
2018-04-03ash: reinstate applet name variable after forkshellRon Yorston3-6/+16
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: minor forkshell fixesRon Yorston1-7/+5
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-02Update default configurationsRon Yorston2-2/+4
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-01ash: add some debug for the forkshell data blockRon Yorston1-0/+87
2018-04-01ash: align funcblocksize handling with upstreamRon Yorston1-68/+76
2018-04-01ash: align funcstring handling with upstreamRon Yorston1-27/+30
2018-04-01parser: Fix backquote support in here-document EOF markDenys Vlasenko5-0/+36
2018-04-01ash: reorder items in forkshell data blockRon Yorston1-48/+47
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