summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* stop using global variable needlesslyDenis Vlasenko2007-01-181-28/+30
|
* - remove superfluous define that expanded to "!strcmp"Bernhard Reutner-Fischer2007-01-171-22/+3
| | | | - remove some dead code
* - 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
| | | | This one is a bit risky but did work for me in cursory testing..
* - peruse get_terminal_width_height and remove legacy code for ancientBernhard Reutner-Fischer2007-01-171-69/+10
| | | | slowaris versions.
* - 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
| | | | (cleanup)
* - constify some read-only members and remove superfluous castsBernhard Reutner-Fischer2007-01-171-12/+11
| | | | (cleanup)
* - reuse option_mask32 for state-handling in mainBernhard Reutner-Fischer2007-01-171-36/+33
| | | | - improve check for errors from fcntl
* 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 -echo didn't work. Introduced by me :(
* stty: rearrange functions, avoiding the need in forward declarations.Denis Vlasenko2007-01-121-386/+374
| | | | No other code chages.
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-112-2/+2
|
* - FIXME: someone broke diff -rBernhard Reutner-Fischer2007-01-071-48/+48
| | | | | | | - minor shrinkage i had lying around text data bss dec hex filename 7002 8 88 7098 1bba diff.o.orig 6936 8 81 7025 1b71 diff.o
* 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
| | | | | | | | (currently we don't support that) sort: fixes. testsuites fixed: sort with non-default leading delim 1 sort with non-default leading delim 2 sort key doesn't strip leading blanks, disables fallback global sort
* - 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
| | | | | syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour
* chown: fix handling of "user.group" notationDenis Vlasenko2007-01-031-13/+12
|
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-021-1/+1
| | | | | (and networking/libiproute/linux/ since it become empty). Style fixes.
* 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
| | | | | can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT)
* stty: fix width of a field for ppc32Denis Vlasenko2007-01-012-96/+143
| | | | | sort: fix -u to match coreutils 6.3 msh: compile fix (my fault)
* 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 ↵Mike Frysinger2006-12-311-1/+1
| | | | with size_t types
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-302-1/+4
| | | | these are resulting fixes
* 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
| | | | | | | uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam
* style fixesDenis Vlasenko2006-12-263-5/+5
| | | | last xcalloc replaced by xzalloc
* sum: 40% size reduction (-300 bytes)Denis Vlasenko2006-12-231-107/+48
| | | | find: one_char -> LONE_CHAR
* 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
| | | | (we have bb_copyfd_exact_size now for that kind of usage)
* less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko2006-12-211-5/+3
| | | | | user interaction if stdout is not a tty. size optimizations
* 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
| | | | last_char_is: sacrifice 9 bytes but avoid double-scan
* - 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
| | | | - make one variable static and add comment about why the other variables there are not static.
* 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
| | | | | document coreutils bug bloat-o-meter: account for objects in rodata too
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-292-2/+16
| | | | (disabling them saves ~4K on fully configured bbox)