aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-021-3/+4
* date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2010-12-311-1/+3
* add missed underscoreDenys Vlasenko2010-12-311-1/+1
* date: add a comment about _SVID_SOURCEDenys Vlasenko2010-12-301-1/+4
* test: add examples when "%s: unknown operand" happensDenys Vlasenko2010-12-201-1/+4
* ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman2010-12-201-47/+44
* ls: add support for -HDenys Vlasenko2010-12-191-73/+86
* ls: tweak -e handling; better commentsDenys Vlasenko2010-12-191-19/+24
* ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-191-11/+72
* ls: make -F not follow symlinks of the command lineDenys Vlasenko2010-12-191-4/+8
* ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko2010-12-191-43/+30
* ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko2010-12-191-8/+18
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-013-8/+29
* date :add a comment about older toolchainsDenys Vlasenko2010-11-231-0/+1
* ls: fix -lg to show group (was showing user)Denys Vlasenko2010-11-061-3/+3
* stat: fix mtime/ctime/atimeEric Lammerts2010-10-301-4/+3
* whitespace cleanupDenys Vlasenko2010-10-299-20/+20
* *: whitespace fixesDenys Vlasenko2010-10-2810-31/+31
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-6/+1
* mv: implement -n optionDenys Vlasenko2010-10-261-13/+33
* md5/sha1sum: code shrinkDenys Vlasenko2010-10-241-20/+21
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-10/+8
* *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-221-5/+3
* tail: free tailbuf upon cleaning upAlexander Shishkin2010-10-211-0/+1
* stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin2010-10-211-7/+5
* *: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko2010-10-201-1/+1