aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-145-370/+381
|\
| * hush: optional support for history savingDenys Vlasenko2010-09-121-2/+2
| * busybox: add "busybox --list[-full]" to help textDenys Vlasenko2010-09-121-0/+1
| * lineedit: do not hang on error, but return error indicator.Denys Vlasenko2010-09-071-6/+6
| * 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-011-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-31/+4
|\|
| * better shared strings trickDenys Vlasenko2010-09-014-28/+3
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-14118-216/+300
|\|
| * libbb: add xfstat functionDenys Vlasenko2010-08-313-4/+12
| * pmap: new applet. +1k.Alexander Shishkin2010-08-281-52/+108
| * patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-0/+8
| * libbb: fix fallout from last patch to obscure() (my mistake). +143 bytesDenys Vlasenko2010-08-171-1/+1
| * libbb: shrink obscure()Bob Dunlop2010-08-171-33/+45
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-16118-127/+127
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-2/+52
|\|
| * *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-163-3/+3
| * libbb: factor out common code from mpstat/iostatDenys Vlasenko2010-08-162-0/+50
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-33/+37
|\|
| * *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-122-4/+4
| * rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko2010-08-101-7/+0
| * wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko2010-08-081-12/+12
| * wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-081-12/+23
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-146-30/+33
|\|
| * *: trailing empty lines removedDenys Vlasenko2010-07-262-2/+0
| * lineedit: mostly revert recent wrong logic in "ask terminal" codeDenys Vlasenko2010-07-251-12/+9
| * libbb: conditionalize AF_* usage in error reportingJeremie Koenig2010-07-191-0/+4
| * mkdir: fix -p on FreeBSDJeremie Koenig2010-07-191-1/+1
| * mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
| * lineedit: limit ASK_TERMINAL to the case when we can't find out the widthDenys Vlasenko2010-07-181-9/+14
| * lineedit: cosmetics, no code changesDenys Vlasenko2010-07-181-26/+24
| * tweak defconfigDenys Vlasenko2010-07-161-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1420-177/+190
|\|
| * randomconfig fixesDenys Vlasenko2010-07-051-1/+5
| * libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko2010-07-048-94/+46
| * *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-042-15/+12
| * libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-043-34/+42
| * fix compile breakage with "make -j"Denys Vlasenko2010-07-032-1/+3
| * consolidate xz format comment. no code changesDenys Vlasenko2010-07-011-2/+0