aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2010-09-10hush: do fewer strdups in % and hash expansionsDenys Vlasenko
2010-09-10hush: better function and parameter namesDenys Vlasenko
2010-09-10hush: fixes to testsuiteDenys Vlasenko
2010-09-10hush: fix var_bash5.tests failureDenys Vlasenko
2010-09-10hush: fix var_bash3.tests failureDenys Vlasenko
2010-09-10hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko
2010-09-09hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...Denys Vlasenko
2010-09-09hush: make parse_dollar flag quited status regardless of glob escaping statusDenys Vlasenko
2010-09-09hush: simplification in parse_stream, parse_stream_dquotedDenys Vlasenko
2010-09-09hush: simplify parse_stream_dquotedDenys Vlasenko
2010-09-09hush: straighten out the logic in parse_streamDenys Vlasenko
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich
2010-09-08hush: eliminate redundant parameter of expand_vars_to_list()Denys Vlasenko
2010-09-08hush: replace flag bytes in struct o_string with bit flagsDenys Vlasenko
2010-09-08hush: remove unused enum typedefDenys Vlasenko
2010-09-08hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"Denys Vlasenko
2010-09-07shell: unify endofname() in hush and ashDenys Vlasenko
2010-09-07hush: a few relatively trivial simplificationsDenys Vlasenko
2010-09-07hush: style cleanups. no code changesDenys Vlasenko
2010-09-06hush: revert a recent buggy change which resulted in two HUSH_VERSIONsDenys Vlasenko
2010-09-06fix typo in commentDenys Vlasenko
2010-09-06hush: fix another corner case with backslashes in heredocsDenys Vlasenko
2010-09-06hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko
2010-09-06hush: fix globbing+backslashes in unquoted $var expansionDenys Vlasenko
2010-09-06hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_globDenys Vlasenko
2010-09-06shell: remove lash and bbshDenys Vlasenko
2010-09-05hush: big reordering: move parser functions to the beginning. no code changesDenys Vlasenko
2010-09-05hush: rename o_quoted to has_quoted_part; small code shrinkDenys Vlasenko
2010-09-05hush: move variable expansion into a separate function. No logic changesDenys Vlasenko
2010-09-05hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko
2010-09-04hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko
2010-09-04hush: fix handling of backslashes in variable assignmentDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-30ash: small code shrink (-21 bytes)Denys Vlasenko
2010-08-30ash: add another ${v/a/b} test we currently failDenys Vlasenko
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-07ash: fix another bit of var_bash4 bugDenys Vlasenko
2010-08-07ash: cosmetic fixes, no code changesDenys Vlasenko
2010-08-06ash: fix another bug detected by var_bash4.testsDenys Vlasenko
2010-08-06var_bash4.tests: better wording in commentDenys Vlasenko
2010-08-06ash: fix dequoting error detected by var_bash4 testDenys Vlasenko
2010-08-06update var_bash4 test. one more bug revealed by it now...Denys Vlasenko
2010-08-05ash: extend var_bash4.tests; nocode changesDenys Vlasenko
2010-08-05ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko
2010-07-30cttyhack: make it survive WERROR buildDenys Vlasenko
2010-07-30cttyhack: serial console detection is Linux-specificJeremie Koenig
2010-07-27ulimit: set both hard and soft limits by defaultAlexander Shishkin
2010-07-26*: trailing empty lines removedDenys Vlasenko