| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | od: fix -S NUM to not print chars >0x80 | Denys Vlasenko | 2011-05-21 | 1 | -38/+19 |
| * | od: code shrink | Denys Vlasenko | 2011-05-21 | 1 | -82/+78 |
| * | od: code shrink, fix "od --traditional FILE" | Denys Vlasenko | 2011-05-21 | 2 | -120/+100 |
| * | tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. | Denys Vlasenko | 2011-05-20 | 1 | -15/+21 |
| * | ls: code shrink | Denys Vlasenko | 2011-05-13 | 1 | -7/+11 |
| * | ls: reorder and rename functions. No code changes | Denys Vlasenko | 2011-05-13 | 1 | -238/+240 |
| * | ls: reduce memory consumption and speed up (don't do redundant [l]stat) | Denys Vlasenko | 2011-05-13 | 1 | -158/+210 |
| * | ls: avoid forward declaration. No code changes | Denys Vlasenko | 2011-05-13 | 1 | -45/+43 |
| * | ls: code shrink | Denys Vlasenko | 2011-05-13 | 1 | -32/+21 |
| * | ls: fix help text: -w N is optional | Denys Vlasenko | 2011-05-12 | 1 | -1/+1 |
| * | ls: fix -p help text, improve comments and define names | Denys Vlasenko | 2011-05-12 | 1 | -11/+11 |
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 68 | -18/+1102 |
|\| |
|
| * | md5/sha1sum: better fix for small resource leak | Denys Vlasenko | 2011-04-16 | 1 | -14/+11 |
| * | md5/sha1sum: fix small resource leak | Alexey Fomenko | 2011-04-16 | 1 | -0/+3 |
| * | basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument | Denys Vlasenko | 2011-04-11 | 1 | -0/+5 |
| * | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 1 | -0/+9 |
| * | ls: better help text for -a and -A | Denys Vlasenko | 2011-04-03 | 1 | -7/+7 |
| * | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 66 | -0/+1070 |
* | | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge | Ron Yorston | 2012-03-22 | 11 | -49/+73 |
|\| |
|
| * | dd: free allocated memory if CLEANUP enabled | Alexey Soloviev | 2011-03-22 | 1 | -0/+6 |
| * | ln: explain why we use xstrdup | Denys Vlasenko | 2011-03-21 | 1 | -1/+5 |
| * | ls: fix handling of symlinks by option -1 | Denys Vlasenko | 2011-03-12 | 1 | -2/+4 |
| * | chsum: fix | Pascal Bellard | 2011-03-11 | 1 | -0/+1 |
| * | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 1 | -5/+3 |
| * | printenv: fix environ == NULL segfault | Denys Vlasenko | 2011-03-08 | 2 | -4/+9 |
| * | tr: free allocated memory in tr if CLEANUP enabled | Alexey Soloviev | 2011-03-06 | 1 | -0/+6 |
| * | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko | 2011-03-02 | 1 | -2/+2 |
| * | ls: widen -s (1k blocks) column from 4 to 6 | Denys Vlasenko | 2011-03-01 | 1 | -1/+2 |
| * | ls: -g implies -l | Denys Vlasenko | 2011-02-28 | 1 | -5/+10 |
| * | ls: fix bits for -T, -w and --color; make -n imply -l; fix comments | Denys Vlasenko | 2011-02-28 | 1 | -25/+20 |
| * | ls: fix one-bit-off which caused -H to behave as -h | Denys Vlasenko | 2011-02-27 | 1 | -1/+1 |
| * | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko | 2011-02-26 | 2 | -2/+3 |
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 7 | -108/+116 |
|\| |
|
| * | echo: fix SEGV when run with no args | Denys Vlasenko | 2011-02-15 | 1 | -1/+1 |
| * | echo: fix ENOSPC detection and some iffy code in \NNN handling | Denys Vlasenko | 2011-02-14 | 1 | -56/+56 |
| * | echo: do not retry on write errors | Denys Vlasenko | 2011-02-07 | 1 | -39/+48 |
| * | df,find_mount_point: optionally don't ignore rootfs | Lauri Kasanen | 2011-01-31 | 1 | -1/+1 |
| * | id: fix inverted if (!ENABLE_DESKTOP) | Denys Vlasenko | 2011-01-26 | 1 | -3/+2 |
| * | stty: cosmetic fix to settings table; no code changes | Denys Vlasenko | 2011-01-26 | 1 | -10/+10 |
| * | disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva... | Denys Vlasenko | 2011-01-26 | 3 | -6/+6 |
* | | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge | Ron Yorston | 2012-03-21 | 7 | -18/+31 |
|\| |
|
| * | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 | 1 | -1/+0 |
| * | stty: enable line discipline display and change code if __linix__ | Denys Vlasenko | 2011-01-24 | 1 | -5/+6 |
| * | stty: make swtch and iutf8 visible/settable | Denys Vlasenko | 2011-01-24 | 1 | -0/+13 |
| * | wc: fix swapped -c and -m | Denys Vlasenko | 2011-01-22 | 1 | -8/+8 |
| * | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 3 | -3/+3 |
| * | libbb unicode: comment out usused function and unused parameter | Denys Vlasenko | 2011-01-11 | 1 | -1/+1 |
* | | Implementation of uname for WIN32 | Ron Yorston | 2012-02-09 | 1 | -0/+8 |
* | | Added missing stat() tweaks for mingw port | Zheng, Lei | 2011-11-20 | 2 | -0/+10 |
* | | win32: test: make -r/-w work | Nguyễn Thái Ngọc Duy | 2011-02-09 | 1 | -0/+4 |