aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2011-03-22dd: free allocated memory if CLEANUP enabledAlexey Soloviev
2011-03-21ln: explain why we use xstrdupDenys Vlasenko
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko
2011-03-11chsum: fixPascal Bellard
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko
2011-02-28ls: -g implies -lDenys Vlasenko
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko
2011-02-27ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-15echo: fix SEGV when run with no argsDenys Vlasenko
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2011-01-31df,find_mount_point: optionally don't ignore rootfsLauri Kasanen
2011-01-26id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko
2011-01-26stty: cosmetic fix to settings table; no code changesDenys Vlasenko
2011-01-26disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...Denys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-24stty: enable line discipline display and change code if __linix__Denys Vlasenko
2011-01-24stty: make swtch and iutf8 visible/settableDenys Vlasenko
2011-01-22wc: fix swapped -c and -mDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev
2010-12-31add missed underscoreDenys Vlasenko
2010-12-30date: add a comment about _SVID_SOURCEDenys Vlasenko
2010-12-20test: add examples when "%s: unknown operand" happensDenys Vlasenko
2010-12-20ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman
2010-12-19ls: add support for -HDenys Vlasenko
2010-12-19ls: tweak -e handling; better commentsDenys Vlasenko
2010-12-19ls: print a space after each column. Closes bug 2941Denys Vlasenko
2010-12-19ls: make -F not follow symlinks of the command lineDenys Vlasenko
2010-12-19ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko
2010-12-19ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko
2010-11-23date :add a comment about older toolchainsDenys Vlasenko
2010-11-06ls: fix -lg to show group (was showing user)Denys Vlasenko
2010-10-30stat: fix mtime/ctime/atimeEric Lammerts
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-26mv: implement -n optionDenys Vlasenko
2010-10-24md5/sha1sum: code shrinkDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-21tail: free tailbuf upon cleaning upAlexander Shishkin