aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
AgeCommit message (Expand)Author
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-10-03hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko
2016-10-03hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko
2016-10-02whitespace fixesDenys Vlasenko
2016-10-02hush: fix var3.testsDenys Vlasenko
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko
2016-10-01hush: 'return' should have effect earlierDenys Vlasenko
2016-09-30hush: enable "msh is deprecated" message in msh stubDenys Vlasenko
2016-09-30hush: fix typo in commentDenys Vlasenko
2016-09-30hush: fix interactive input handling of backslash+newlineDenys Vlasenko
2016-09-29hush: G.user_input_buf[] is needed only if line editing is enabledDenys Vlasenko
2016-09-29hush: speed optimizationsDenys Vlasenko
2016-09-29hush: fix handling of by backslash-newline in $((arith)) and $(cmd)Denys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko
2016-09-20hush: document better where bad redirect syntax is detectedDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2016-08-20hush: do not leak script fds into NOEXEC childrenDenys Vlasenko
2016-08-20hush: bit better comments in redirect code. No logic changesDenys Vlasenko
2016-08-19hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2016-07-21hush: fix a possible bugDenys Vlasenko
2015-10-11hush: code shrinkDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25typo fixesManinder Singh
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-08-13ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko
2014-08-13hush: make ${#var} unicode-awareDenys Vlasenko
2014-04-15ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko
2014-03-14hush: make "true" built-inDenys Vlasenko
2013-11-28hush: typo fixes in commentsDenys Vlasenko
2013-07-08typo fix in commentDenys Vlasenko
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko
2013-05-12hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko
2013-04-07ash,hush: history builtinFlemming Madsen
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-04-26hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-27hush: remove unused member struct command::is_stoppedDenys Vlasenko
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko