aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-0414-205/+312
|\|
| * 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
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-0410-31/+31
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-2810-31/+31
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-044-49/+63
|\|
| * 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
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'Nguyễn Thái Ngọc Duy2011-01-041-7/+3
|\|