aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-021-1/+1
* str2u() is only used when FEATURE_SORT_BIG is enabledMike Frysinger2007-01-021-0/+2
* awk: undo locale setting for numbers - or else parsingDenis Vlasenko2007-01-011-1/+2
* stty: fix width of a field for ppc32Denis Vlasenko2007-01-012-96/+143
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-1/+1
* Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...Mike Frysinger2006-12-311-1/+1
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-302-1/+4
* fix build without shadow supportDenis Vlasenko2006-12-281-12/+9
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-283-51/+63
* style fixesDenis Vlasenko2006-12-263-5/+5
* sum: 40% size reduction (-300 bytes)Denis Vlasenko2006-12-231-107/+48
* tail: -50 text bytesDenis Vlasenko2006-12-221-88/+48
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-223-6/+6
* removal of commented-out cruftDenis Vlasenko2006-12-221-5/+0
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-2/+1
* less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko2006-12-211-5/+3
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-216-17/+26
* tail: fix tail +NDenis Vlasenko2006-12-211-11/+9
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-7/+0
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko2006-12-181-35/+31
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko2006-12-171-2/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-168-25/+23
* diff: fix -q exit codeDenis Vlasenko2006-12-161-70/+72
* - minor shrinkageBernhard Reutner-Fischer2006-12-141-4/+6
* - remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer2006-12-131-2/+5
* date: -R shouldn't use localeDenis Vlasenko2006-12-131-5/+13
* - commentary typoBernhard Reutner-Fischer2006-12-021-1/+1
* od: fix buglet in --traditional, microoptimization,Denis Vlasenko2006-11-291-17/+17
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-292-2/+16
* od: sometime ago I landed BIG od implementationDenis Vlasenko2006-11-281-754/+616
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-272-9/+9
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-275-27/+27
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-273-9/+7
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-272-7/+26
* sort: two small optimizationsDenis Vlasenko2006-11-261-9/+10
* sort: reformat entire file wrt style.Denis Vlasenko2006-11-261-182/+215
* small fixes:Denis Vlasenko2006-11-261-1/+1
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-251-38/+38
* dd: support >2gb values for seek, skip, countDenis Vlasenko2006-11-251-4/+10
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-242-4/+4
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko2006-11-231-20/+24
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-211-31/+37
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-213-6/+5
* mkdir: style fixDenis Vlasenko2006-11-191-5/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-185-6/+6
* - end may be used uninitialized.Bernhard Reutner-Fischer2006-11-171-1/+2
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
* dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko2006-10-311-50/+69
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9