aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-05hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko12-36/+362
2010-09-04hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko3-70/+87
2010-09-04hush: fix handling of backslashes in variable assignmentDenys Vlasenko5-41/+74
2010-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko1-15/+22
2010-09-03fix false positive in testsuite/tar.testsDenys Vlasenko1-4/+4
2010-09-03Fix some test casesDan Fandrich3-5/+14
2010-09-03ifupdown: %client%, not %clientid%Denys Vlasenko1-3/+3
2010-09-03lineedit: on tab completion, show filenames obly in all cases (bash compat)Denys Vlasenko1-13/+9
2010-09-03lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytesDenys Vlasenko1-45/+48
2010-09-03lineedit: de-indent large block in input_tab. No logic changes.Denys Vlasenko1-131/+131
2010-09-03lineedit: rename tmp -> chosen_match; small code shrinkDenys Vlasenko1-26/+23
2010-09-03lineedit: stop using permanent int_buf[] (16k!): allocate itDenys Vlasenko1-14/+13
2010-09-03lineedit: remove pos_buf[] array (up to 16k!); fix compat bugsDenys Vlasenko1-83/+49
2010-09-03lineedit: return prefix len from tab completion helpersDenys Vlasenko1-36/+50
2010-09-03lineedit: clean up tab completion code (variable reuse, comments)Denys Vlasenko1-69/+85
2010-09-03preparatory cleanup patch for tab completion fixesDenys Vlasenko1-61/+65
2010-09-02lineedit: small readability improvement (same code)Denys Vlasenko1-1/+1
2010-09-02lineedit: fix completion with Unicode charsDenys Vlasenko2-4/+14
2010-09-02lineedit: preparatory cleanup patch for Unicode completion fixDenys Vlasenko1-113/+118
2010-09-01libbb: xfunc_error_retval can be a byteDenys Vlasenko2-3/+3
2010-09-01uudecode,base64: code shrinkDenys Vlasenko1-27/+26
2010-09-01better shared strings trickDenys Vlasenko8-43/+33
2010-09-01getty: small code shrinkDenys Vlasenko1-9/+7
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko1-10/+14
2010-08-31base64: new appletDenys Vlasenko2-6/+76
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-31mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko1-2/+9
2010-08-30iplink: another compat #ifndef/#define tweakDenys Vlasenko1-0/+2
2010-08-30ash: small code shrink (-21 bytes)Denys Vlasenko1-9/+6
2010-08-30ash: add another ${v/a/b} test we currently failDenys Vlasenko2-0/+15
2010-08-30typo fix in commentDenys Vlasenko1-1/+1
2010-08-29remove stray debugging stuffDenys Vlasenko1-1/+2
2010-08-29bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko5-9/+70
2010-08-29nandwrite: always check the first erase blockBaruch Siach1-2/+14
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko5-6/+8
2010-08-29nandwrite: allow hex values in the -s parameterBaruch Siach1-1/+1
2010-08-29showkey: code shrinkDenys Vlasenko1-16/+16
2010-08-29testsuite: show the number of failures after a test runDan Fandrich4-2/+21
2010-08-29typo fixes in config help textDenys Vlasenko1-2/+2
2010-08-28pmap: new applet. +1k.Alexander Shishkin4-67/+251
2010-08-27ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko1-3/+22
2010-08-25modutils: explain why we no longer quote paramsDenys Vlasenko1-0/+5
2010-08-25insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO1-2/+1