summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko2010-09-121-166/+149
| * ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko2010-09-121-8/+12
| * hush: remove forgotten commented-out block. no code changesDenys Vlasenko2010-09-101-4/+0
| * hush: do fewer strdups in % and hash expansionsDenys Vlasenko2010-09-103-13/+30
| * hush: better function and parameter namesDenys Vlasenko2010-09-101-20/+55
| * hush: fixes to testsuiteDenys Vlasenko2010-09-102-6/+8
| * hush: fix var_bash5.tests failureDenys Vlasenko2010-09-103-26/+54
| * hush: fix var_bash3.tests failureDenys Vlasenko2010-09-101-13/+15
| * hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko2010-09-101-15/+4
| * hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...Denys Vlasenko2010-09-091-17/+27
| * hush: make parse_dollar flag quited status regardless of glob escaping statusDenys Vlasenko2010-09-093-21/+22
| * hush: simplification in parse_stream, parse_stream_dquotedDenys Vlasenko2010-09-091-14/+14
| * hush: simplify parse_stream_dquotedDenys Vlasenko2010-09-091-16/+6
| * hush: straighten out the logic in parse_streamDenys Vlasenko2010-09-091-17/+10
| * Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-093-8/+12
| * hush: eliminate redundant parameter of expand_vars_to_list()Denys Vlasenko2010-09-081-10/+12
| * hush: replace flag bytes in struct o_string with bit flagsDenys Vlasenko2010-09-081-36/+40
| * hush: remove unused enum typedefDenys Vlasenko2010-09-081-3/+3
| * hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"Denys Vlasenko2010-09-081-26/+39
| * nc: show help text on bad parametersDenys Vlasenko2010-09-071-1/+1
| * lineedit: do not hang on error, but return error indicator.Denys Vlasenko2010-09-071-6/+6
| * shell: unify endofname() in hush and ashDenys Vlasenko2010-09-074-43/+42
| * hush: a few relatively trivial simplificationsDenys Vlasenko2010-09-071-58/+53
| * hush: style cleanups. no code changesDenys Vlasenko2010-09-071-18/+16
| * Again fix license line formatDenys Vlasenko2010-09-061-1/+1
| * blockdev: code shrinkDenys Vlasenko2010-09-061-22/+34
| * blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko2010-09-061-1/+1
| * made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-063-3/+3
| * blockdev: -2 bytesDenys Vlasenko2010-09-061-6/+9
| * tweak blockdev's help textDenys Vlasenko2010-09-061-1/+1
| * tweak udhcpd help textDenys Vlasenko2010-09-061-1/+1
| * blockdev: new appletSergey Naumov2010-09-061-0/+180
| * hush: revert a recent buggy change which resulted in two HUSH_VERSIONsDenys Vlasenko2010-09-061-6/+5
| * fix typo in commentDenys Vlasenko2010-09-061-1/+1
| * hush: fix another corner case with backslashes in heredocsDenys Vlasenko2010-09-063-2/+24
| * hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko2010-09-063-5/+92
| * hush: fix globbing+backslashes in unquoted $var expansionDenys Vlasenko2010-09-065-86/+170
| * hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_globDenys Vlasenko2010-09-062-12/+2
| * shell: remove lash and bbshDenys Vlasenko2010-09-067-247/+1
| * runit_lib: remove/inline a few more thingsDenys Vlasenko2010-09-054-16/+18
| * tar: add a test for extraction of read-only directoryDan Fandrich2010-09-051-0/+25
| * remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn2010-09-051-8/+0
| * hush: big reordering: move parser functions to the beginning. no code changesDenys Vlasenko2010-09-051-2042/+2042
| * hush: rename o_quoted to has_quoted_part; small code shrinkDenys Vlasenko2010-09-051-26/+33
| * hush: move variable expansion into a separate function. No logic changesDenys Vlasenko2010-09-051-249/+264
| * hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko2010-09-0512-36/+362
| * hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko2010-09-043-70/+87
| * hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-045-41/+74
| * lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko2010-09-041-15/+22
| * fix false positive in testsuite/tar.testsDenys Vlasenko2010-09-031-4/+4