aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes (leading spaces to tab)vda2007-01-132-2/+2
* random small size optimizationsvda2007-01-121-5/+3
* stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -vda2007-01-121-0/+3
* stty: rearrange functions, avoiding the need in forward declarations.vda2007-01-121-386/+374
* Trailing whitespace removal over entire treevda2007-01-112-2/+2
* - FIXME: someone broke diff -raldot2007-01-071-48/+48
* work around gcc's false warningvda2007-01-071-3/+2
* diff: small optimizations; do not try to diff non-seekable streamvda2007-01-072-55/+46
* - minor shrinkage: -25 bytes or so.aldot2007-01-061-12/+14
* new libbb func: xmalloc_realpath (+ use it where makes sense)vda2007-01-041-2/+0
* chown: fix handling of "user.group" notationvda2007-01-031-13/+12
* Remove networking/libiproute/linux/pkt_sched.hvda2007-01-021-1/+1
* str2u() is only used when FEATURE_SORT_BIG is enabledvapier2007-01-021-0/+2
* awk: undo locale setting for numbers - or else parsingvda2007-01-011-1/+2
* stty: fix width of a field for ppc32vda2007-01-012-96/+143
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-311-1/+1
* Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...vapier2006-12-311-1/+1
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-302-1/+4
* fix build without shadow supportvda2006-12-281-12/+9
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-283-51/+63
* style fixesvda2006-12-263-5/+5
* sum: 40% size reduction (-300 bytes)vda2006-12-231-107/+48
* tail: -50 text bytesvda2006-12-221-88/+48
* convert "negaite" config option into reversed (INCLUDE_SUSv2)vda2006-12-223-6/+6
* removal of commented-out cruftvda2006-12-221-5/+0
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-2/+1
* less: stop dying on bad regexps, quietly pipe data w/ovda2006-12-211-5/+3
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-216-17/+26
* tail: fix tail +Nvda2006-12-211-11/+9
* remove casts from xmalloc()vda2006-12-191-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-7/+0
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.vda2006-12-181-35/+31
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)vda2006-12-171-2/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-168-25/+23
* diff: fix -q exit codevda2006-12-161-70/+72
* - minor shrinkagealdot2006-12-141-4/+6
* - remove warning about unused depth parameter in add_to_dirlist()aldot2006-12-131-2/+5
* date: -R shouldn't use localevda2006-12-131-5/+13
* - commentary typoaldot2006-12-021-1/+1
* od: fix buglet in --traditional, microoptimization,vda2006-11-291-17/+17
* fix support for globally disabling --long-options.vda2006-11-292-2/+16
* od: sometime ago I landed BIG od implementationvda2006-11-281-754/+616
* style cleanup: return(a) -> return a, part 2vda2006-11-272-9/+9
* style cleanup: return(a) -> return a, part 1vda2006-11-275-27/+27
* Provide our own isdigit macro. saves more than 400 bytes.vda2006-11-273-9/+7
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-272-7/+26
* sort: two small optimizationsvda2006-11-261-9/+10
* sort: reformat entire file wrt style.vda2006-11-261-182/+215
* small fixes:vda2006-11-261-1/+1
* tee: fix bug: argv[-1] is a no-no!vda2006-11-251-38/+38