aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* od: another fix for --stringsDenys Vlasenko2011-05-211-1/+4
* 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
* 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
* 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
* 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