aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-06blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko
2010-09-06blockdev: -2 bytesDenys Vlasenko
2010-09-06tweak blockdev's help textDenys Vlasenko
2010-09-06tweak udhcpd help textDenys Vlasenko
2010-09-06blockdev: new appletSergey Naumov
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-05runit_lib: remove/inline a few more thingsDenys Vlasenko
2010-09-05tar: add a test for extraction of read-only directoryDan Fandrich
2010-09-05remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn
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-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko
2010-09-03fix false positive in testsuite/tar.testsDenys Vlasenko
2010-09-03Fix some test casesDan Fandrich
2010-09-03ifupdown: %client%, not %clientid%Denys Vlasenko
2010-09-03lineedit: on tab completion, show filenames obly in all cases (bash compat)Denys Vlasenko
2010-09-03lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytesDenys Vlasenko
2010-09-03lineedit: de-indent large block in input_tab. No logic changes.Denys Vlasenko
2010-09-03lineedit: rename tmp -> chosen_match; small code shrinkDenys Vlasenko
2010-09-03lineedit: stop using permanent int_buf[] (16k!): allocate itDenys Vlasenko
2010-09-03lineedit: remove pos_buf[] array (up to 16k!); fix compat bugsDenys Vlasenko
2010-09-03lineedit: return prefix len from tab completion helpersDenys Vlasenko
2010-09-03lineedit: clean up tab completion code (variable reuse, comments)Denys Vlasenko
2010-09-03preparatory cleanup patch for tab completion fixesDenys Vlasenko
2010-09-02lineedit: small readability improvement (same code)Denys Vlasenko
2010-09-02lineedit: fix completion with Unicode charsDenys Vlasenko
2010-09-02lineedit: preparatory cleanup patch for Unicode completion fixDenys Vlasenko
2010-09-01libbb: xfunc_error_retval can be a byteDenys Vlasenko
2010-09-01uudecode,base64: code shrinkDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-09-01getty: small code shrinkDenys Vlasenko
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko
2010-08-31base64: new appletDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-31mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko
2010-08-30iplink: another compat #ifndef/#define tweakDenys 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-30typo fix in commentDenys Vlasenko