aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * od: fix -S NUM to not print chars >0x80Denys Vlasenko2011-05-211-38/+19
| * od: code shrinkDenys Vlasenko2011-05-211-82/+78
| * od: code shrink, fix "od --traditional FILE"Denys Vlasenko2011-05-212-120/+100
| * tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.Denys Vlasenko2011-05-201-15/+21
| * ls: code shrinkDenys Vlasenko2011-05-131-7/+11
| * ls: reorder and rename functions. No code changesDenys Vlasenko2011-05-131-238/+240
| * ls: reduce memory consumption and speed up (don't do redundant [l]stat)Denys Vlasenko2011-05-131-158/+210
| * ls: avoid forward declaration. No code changesDenys Vlasenko2011-05-131-45/+43
| * ls: code shrinkDenys Vlasenko2011-05-131-32/+21
| * ls: fix help text: -w N is optionalDenys Vlasenko2011-05-121-1/+1
| * ls: fix -p help text, improve comments and define namesDenys Vlasenko2011-05-121-11/+11
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-2268-18/+1102
|\|
| * md5/sha1sum: better fix for small resource leakDenys Vlasenko2011-04-161-14/+11
| * md5/sha1sum: fix small resource leakAlexey Fomenko2011-04-161-0/+3
| * basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko2011-04-111-0/+5
| * move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+9
| * ls: better help text for -a and -ADenys Vlasenko2011-04-031-7/+7
| * move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-3166-0/+1070
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-2211-49/+73
|\|
| * dd: free allocated memory if CLEANUP enabledAlexey Soloviev2011-03-221-0/+6
| * ln: explain why we use xstrdupDenys Vlasenko2011-03-211-1/+5
| * ls: fix handling of symlinks by option -1Denys Vlasenko2011-03-121-2/+4
| * chsum: fixPascal Bellard2011-03-111-0/+1
| * use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-5/+3
| * printenv: fix environ == NULL segfaultDenys Vlasenko2011-03-082-4/+9
| * tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev2011-03-061-0/+6
| * convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-2/+2
| * ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko2011-03-011-1/+2
| * ls: -g implies -lDenys Vlasenko2011-02-281-5/+10
| * ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko2011-02-281-25/+20
| * ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko2011-02-271-1/+1
| * Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-262-2/+3
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-227-108/+116
|\|
| * echo: fix SEGV when run with no argsDenys Vlasenko2011-02-151-1/+1
| * echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko2011-02-141-56/+56
| * echo: do not retry on write errorsDenys Vlasenko2011-02-071-39/+48
| * df,find_mount_point: optionally don't ignore rootfsLauri Kasanen2011-01-311-1/+1
| * id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko2011-01-261-3/+2
| * stty: cosmetic fix to settings table; no code changesDenys Vlasenko2011-01-261-10/+10
| * disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko2011-01-263-6/+6
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-217-18/+31
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-251-1/+0
| * stty: enable line discipline display and change code if __linix__Denys Vlasenko2011-01-241-5/+6
| * stty: make swtch and iutf8 visible/settableDenys Vlasenko2011-01-241-0/+13
| * wc: fix swapped -c and -mDenys Vlasenko2011-01-221-8/+8
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-183-3/+3
| * libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-1/+1
* | Implementation of uname for WIN32Ron Yorston2012-02-091-0/+8
* | Added missing stat() tweaks for mingw portZheng, Lei2011-11-202-0/+10
* | win32: test: make -r/-w workNguyễn Thái Ngọc Duy2011-02-091-0/+4