aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2007-01-07- FIXME: someone broke diff -rBernhard Reutner-Fischer
2007-01-07work around gcc's false warningDenis Vlasenko
2007-01-07diff: small optimizations; do not try to diff non-seekable streamDenis Vlasenko
2007-01-06- minor shrinkage: -25 bytes or so.Bernhard Reutner-Fischer
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko
2007-01-03chown: fix handling of "user.group" notationDenis Vlasenko
2007-01-02Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko
2007-01-02str2u() is only used when FEATURE_SORT_BIG is enabledMike Frysinger
2007-01-01awk: undo locale setting for numbers - or else parsingDenis Vlasenko
2007-01-01stty: fix width of a field for ppc32Denis Vlasenko
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko
2006-12-31Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...Mike Frysinger
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-12-28fix build without shadow supportDenis Vlasenko
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-12-23sum: 40% size reduction (-300 bytes)Denis Vlasenko
2006-12-22tail: -50 text bytesDenis Vlasenko
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko
2006-12-22removal of commented-out cruftDenis Vlasenko
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko
2006-12-21less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-12-21tail: fix tail +NDenis Vlasenko
2006-12-19remove casts from xmalloc()Denis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko
2006-12-17od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-12-16diff: fix -q exit codeDenis Vlasenko
2006-12-14- minor shrinkageBernhard Reutner-Fischer
2006-12-13- remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer
2006-12-13date: -R shouldn't use localeDenis Vlasenko
2006-12-02- commentary typoBernhard Reutner-Fischer
2006-11-29od: fix buglet in --traditional, microoptimization,Denis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-27Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-26sort: two small optimizationsDenis Vlasenko
2006-11-26sort: reformat entire file wrt style.Denis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-25tee: fix bug: argv[-1] is a no-no!Denis Vlasenko
2006-11-25dd: support >2gb values for seek, skip, countDenis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-23md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko
2006-11-21httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko