aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-0/+7
* ash: minor forkshell fixesRon Yorston2018-04-021-7/+5
* Merge branch 'busybox' into mergeRon Yorston2018-04-0237-107/+466
|\
| * hush: update information comment about heredoc discrepancyDenys Vlasenko2018-04-011-7/+12
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-2/+2
| * hush: add a comment where we differ from bash wrt heredoc EOF mark handlingDenys Vlasenko2018-04-013-15/+8
| * parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-015-0/+36
| * ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-0110-3/+53
| * shells: fix var_LINENO1.tests false positive, add it to ash tests tooDenys Vlasenko2018-03-313-1/+15
| * hush: fix heredoc_bkslash_newline1.tests failureDenys Vlasenko2018-03-311-35/+42
| * ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-317-35/+191
| * ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-311-1/+1
| * hush: fix a signedness bugDenys Vlasenko2018-03-311-1/+1
| * ash,hush: new test dollar_repl_slash_bash2.testsDenys Vlasenko2018-03-304-0/+6
| * ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko2018-03-301-3/+3
| * ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko2018-03-301-9/+16
| * hush: add a FIXME commentDenys Vlasenko2018-03-281-0/+6
| * ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-2814-13/+92
* | ash: add some debug for the forkshell data blockRon Yorston2018-04-011-0/+87
* | ash: align funcblocksize handling with upstreamRon Yorston2018-04-011-68/+76
* | ash: align funcstring handling with upstreamRon Yorston2018-04-011-27/+30
* | ash: reorder items in forkshell data blockRon Yorston2018-04-011-48/+47
* | ash: revise handling of builtin environment variables during forkRon Yorston2018-03-311-32/+24
* | ash: copy environment variables when importing themRon Yorston2018-03-301-0/+4
* | ash: use SIGTERM to kill processesRon Yorston2018-03-271-1/+9
* | win32: allow use of shell's PRNG for /dev/urandomRon Yorston2018-03-223-0/+15
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-6/+2
* | ash: remove special treatment of device filesRon Yorston2018-03-151-20/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-03-1522-11/+137
|\|
| * hush: code shrinkDenys Vlasenko2018-03-061-6/+7
| * hush: fix a='a\\'; echo "${a%\\\\}"Denys Vlasenko2018-03-0210-3/+39
| * shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko2018-03-028-5/+50
| * shell: two new tests, both fail for ash and hushDenys Vlasenko2018-03-028-0/+44
* | Merge branch 'busybox' into mergeRon Yorston2018-03-016-17/+122
|\|
| * hush: simplify process_command_subs()Denys Vlasenko2018-02-131-11/+9
| * ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-135-6/+113
* | Remove fake signal-handling codeRon Yorston2018-03-011-3/+10
* | ash: changes to command resolution, execution and displayRon Yorston2018-02-281-23/+55
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-5/+1
* | win32: add support for batch filesRon Yorston2018-02-261-18/+22
* | ash: tidy up /dev/null redirectionRon Yorston2018-02-221-11/+6
* | ash: use correct size for tblentryRon Yorston2018-02-191-2/+2
* | ash: allow waitpid_child to blockRon Yorston2018-02-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-02-1342-684/+696
|\|
| * hush: probably fixing a bug in last LINENO fixDenys Vlasenko2018-02-081-11/+6
| * hush: LINENO fixDenys Vlasenko2018-02-081-24/+77
| * hush: protect against self-modifying trap codeDenys Vlasenko2018-01-301-1/+3
| * ash: make it possible to disable "const global ptr" optimizationDenys Vlasenko2018-01-281-3/+16
| * shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko2018-01-289-14/+57
| * ash: add LINENO supportDenys Vlasenko2018-01-274-534/+99