summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* - pull r17757 from trunk: fix stty's fix_param(). Closes #1193Bernhard Reutner-Fischer2007-02-041-4/+5
* ls: stop doing time() for each file in "ls -l"Denis Vlasenko2007-01-191-1/+14
* ls: use get_cached_username/groupnameDenis Vlasenko2007-01-191-9/+5
* - reinstate paranoia check in wrapf().Bernhard Reutner-Fischer2007-01-181-2/+3
* stop using global variable needlesslyDenis Vlasenko2007-01-181-28/+30
* - remove superfluous define that expanded to "!strcmp"Bernhard Reutner-Fischer2007-01-171-22/+3
* - reuse return code of vsnprintf to avoid pulling in strlenBernhard Reutner-Fischer2007-01-171-3/+3
* - merge display_changed() and display_all()Bernhard Reutner-Fischer2007-01-171-69/+22
* - peruse get_terminal_width_height and remove legacy code for ancientBernhard Reutner-Fischer2007-01-171-69/+10
* - rewrite find_param to use index_in_str_arrayBernhard Reutner-Fischer2007-01-171-1/+21
* - manually inline tty_value_to_baud and remove string_to_baud_or_dieBernhard Reutner-Fischer2007-01-171-10/+5
* - constify some read-only members and remove superfluous castsBernhard Reutner-Fischer2007-01-171-12/+11
* - reuse option_mask32 for state-handling in mainBernhard Reutner-Fischer2007-01-171-36/+33
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-132-2/+2
* random small size optimizationsDenis Vlasenko2007-01-121-5/+3
* stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -Denis Vlasenko2007-01-121-0/+3
* stty: rearrange functions, avoiding the need in forward declarations.Denis Vlasenko2007-01-121-386/+374
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-112-2/+2
* - FIXME: someone broke diff -rBernhard Reutner-Fischer2007-01-071-48/+48
* work around gcc's false warningDenis Vlasenko2007-01-071-3/+2
* diff: small optimizations; do not try to diff non-seekable streamDenis Vlasenko2007-01-072-55/+46
* - minor shrinkage: -25 bytes or so.Bernhard Reutner-Fischer2007-01-061-12/+14
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-041-2/+0
* chown: fix handling of "user.group" notationDenis Vlasenko2007-01-031-13/+12
* 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