aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fix some test casesDan Fandrich2010-09-033-5/+14
| * ifupdown: %client%, not %clientid%Denys Vlasenko2010-09-031-3/+3
| * lineedit: on tab completion, show filenames obly in all cases (bash compat)Denys Vlasenko2010-09-031-13/+9
| * lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytesDenys Vlasenko2010-09-031-45/+48
| * lineedit: de-indent large block in input_tab. No logic changes.Denys Vlasenko2010-09-031-131/+131
| * lineedit: rename tmp -> chosen_match; small code shrinkDenys Vlasenko2010-09-031-26/+23
| * lineedit: stop using permanent int_buf[] (16k!): allocate itDenys Vlasenko2010-09-031-14/+13
| * lineedit: remove pos_buf[] array (up to 16k!); fix compat bugsDenys Vlasenko2010-09-031-83/+49
| * lineedit: return prefix len from tab completion helpersDenys Vlasenko2010-09-031-36/+50
| * lineedit: clean up tab completion code (variable reuse, comments)Denys Vlasenko2010-09-031-69/+85
| * preparatory cleanup patch for tab completion fixesDenys Vlasenko2010-09-031-61/+65
| * lineedit: small readability improvement (same code)Denys Vlasenko2010-09-021-1/+1
| * lineedit: fix completion with Unicode charsDenys Vlasenko2010-09-022-4/+14
| * lineedit: preparatory cleanup patch for Unicode completion fixDenys Vlasenko2010-09-021-113/+118
| * libbb: xfunc_error_retval can be a byteDenys Vlasenko2010-09-012-3/+3
| * uudecode,base64: code shrinkDenys Vlasenko2010-09-011-27/+26
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-148-46/+34
|\|
| * better shared strings trickDenys Vlasenko2010-09-018-43/+33
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-14582-866/+1502
|\|
| * getty: small code shrinkDenys Vlasenko2010-09-011-9/+7
| * find: add rudimentary support for -exec {} +Denys Vlasenko2010-08-311-10/+14
| * base64: new appletDenys Vlasenko2010-08-312-6/+76
| * libbb: add xfstat functionDenys Vlasenko2010-08-3113-21/+29
| * mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko2010-08-311-2/+9
| * iplink: another compat #ifndef/#define tweakDenys Vlasenko2010-08-301-0/+2
| * ash: small code shrink (-21 bytes)Denys Vlasenko2010-08-301-9/+6
| * ash: add another ${v/a/b} test we currently failDenys Vlasenko2010-08-302-0/+15
| * typo fix in commentDenys Vlasenko2010-08-301-1/+1
| * remove stray debugging stuffDenys Vlasenko2010-08-291-1/+2
| * bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko2010-08-295-9/+70
| * nandwrite: always check the first erase blockBaruch Siach2010-08-291-2/+14
| * nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-295-6/+8
| * nandwrite: allow hex values in the -s parameterBaruch Siach2010-08-291-1/+1
| * showkey: code shrinkDenys Vlasenko2010-08-291-16/+16
| * testsuite: show the number of failures after a test runDan Fandrich2010-08-294-2/+21
| * typo fixes in config help textDenys Vlasenko2010-08-291-2/+2
| * pmap: new applet. +1k.Alexander Shishkin2010-08-284-67/+251
| * ntpd: with -q, exit after 60 seconds even if time is not synced.Denys Vlasenko2010-08-271-3/+22
| * modutils: explain why we no longer quote paramsDenys Vlasenko2010-08-251-0/+5
| * insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO2010-08-251-2/+1
| * nandwrite: new appletBaruch Siach2010-08-251-0/+128
| * Rename a struct member from "interrupt"Dan Fandrich2010-08-241-5/+5
| * split: use xopen_stdin()Denys Vlasenko2010-08-231-3/+1
| * grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2010-08-232-3/+11
| * ip: add a #define for older kernelsDenys Vlasenko2010-08-221-0/+3
| * build system: make 3.82 fix. Closes bug 2323Denys Vlasenko2010-08-221-2/+11