Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | stop using global variable needlessly | Denis Vlasenko | 2007-01-18 | 1 | -28/+30 | |
| | ||||||
* | - remove superfluous define that expanded to "!strcmp" | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -22/+3 | |
| | | | | - remove some dead code | |||||
* | - reuse return code of vsnprintf to avoid pulling in strlen | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -3/+3 | |
| | ||||||
* | - merge display_changed() and display_all() | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -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 ancient | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -69/+10 | |
| | | | | slowaris versions. | |||||
* | - rewrite find_param to use index_in_str_array | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -1/+21 | |
| | ||||||
* | - manually inline tty_value_to_baud and remove string_to_baud_or_die | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -10/+5 | |
| | | | | (cleanup) | |||||
* | - constify some read-only members and remove superfluous casts | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -12/+11 | |
| | | | | (cleanup) | |||||
* | - reuse option_mask32 for state-handling in main | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -36/+33 | |
| | | | | - improve check for errors from fcntl | |||||
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 2 | -2/+2 | |
| | ||||||
* | random small size optimizations | Denis Vlasenko | 2007-01-12 | 1 | -5/+3 | |
| | ||||||
* | stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - | Denis Vlasenko | 2007-01-12 | 1 | -0/+3 | |
| | | | | stty -echo didn't work. Introduced by me :( | |||||
* | stty: rearrange functions, avoiding the need in forward declarations. | Denis Vlasenko | 2007-01-12 | 1 | -386/+374 | |
| | | | | No other code chages. | |||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 2 | -2/+2 | |
| | ||||||
* | - FIXME: someone broke diff -r | Bernhard Reutner-Fischer | 2007-01-07 | 1 | -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 warning | Denis Vlasenko | 2007-01-07 | 1 | -3/+2 | |
| | ||||||
* | diff: small optimizations; do not try to diff non-seekable stream | Denis Vlasenko | 2007-01-07 | 2 | -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-Fischer | 2007-01-06 | 1 | -12/+14 | |
| | ||||||
* | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko | 2007-01-04 | 1 | -2/+0 | |
| | | | | | syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour | |||||
* | chown: fix handling of "user.group" notation | Denis Vlasenko | 2007-01-03 | 1 | -13/+12 | |
| | ||||||
* | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | 2007-01-02 | 1 | -1/+1 | |
| | | | | | (and networking/libiproute/linux/ since it become empty). Style fixes. | |||||
* | str2u() is only used when FEATURE_SORT_BIG is enabled | Mike Frysinger | 2007-01-02 | 1 | -0/+2 | |
| | ||||||
* | awk: undo locale setting for numbers - or else parsing | Denis Vlasenko | 2007-01-01 | 1 | -1/+2 | |
| | | | | | can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT) | |||||
* | stty: fix width of a field for ppc32 | Denis Vlasenko | 2007-01-01 | 2 | -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 reason | Denis Vlasenko | 2006-12-31 | 1 | -1/+1 | |
| | ||||||
* | Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier ↵ | Mike Frysinger | 2006-12-31 | 1 | -1/+1 | |
| | | | | with size_t types | |||||
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 2 | -1/+4 | |
| | | | | these are resulting fixes | |||||
* | fix build without shadow support | Denis Vlasenko | 2006-12-28 | 1 | -12/+9 | |
| | ||||||
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 3 | -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 fixes | Denis Vlasenko | 2006-12-26 | 3 | -5/+5 | |
| | | | | last xcalloc replaced by xzalloc | |||||
* | sum: 40% size reduction (-300 bytes) | Denis Vlasenko | 2006-12-23 | 1 | -107/+48 | |
| | | | | find: one_char -> LONE_CHAR | |||||
* | tail: -50 text bytes | Denis Vlasenko | 2006-12-22 | 1 | -88/+48 | |
| | ||||||
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | 2006-12-22 | 3 | -6/+6 | |
| | ||||||
* | removal of commented-out cruft | Denis Vlasenko | 2006-12-22 | 1 | -5/+0 | |
| | ||||||
* | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko | 2006-12-22 | 1 | -2/+1 | |
| | | | | (we have bb_copyfd_exact_size now for that kind of usage) | |||||
* | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko | 2006-12-21 | 1 | -5/+3 | |
| | | | | | user interaction if stdout is not a tty. size optimizations | |||||
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 6 | -17/+26 | |
| | ||||||
* | tail: fix tail +N | Denis Vlasenko | 2006-12-21 | 1 | -11/+9 | |
| | ||||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -7/+0 | |
| | ||||||
* | du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. | Denis Vlasenko | 2006-12-18 | 1 | -35/+31 | |
| | ||||||
* | od: remove bug-for-bug compat (because the bug was fixed in coreuitls) | Denis Vlasenko | 2006-12-17 | 1 | -2/+1 | |
| | ||||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 8 | -25/+23 | |
| | ||||||
* | diff: fix -q exit code | Denis Vlasenko | 2006-12-16 | 1 | -70/+72 | |
| | | | | last_char_is: sacrifice 9 bytes but avoid double-scan | |||||
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -4/+6 | |
| | ||||||
* | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -2/+5 | |
| | | | | - make one variable static and add comment about why the other variables there are not static. | |||||
* | date: -R shouldn't use locale | Denis Vlasenko | 2006-12-13 | 1 | -5/+13 | |
| | ||||||
* | - commentary typo | Bernhard Reutner-Fischer | 2006-12-02 | 1 | -1/+1 | |
| | ||||||
* | od: fix buglet in --traditional, microoptimization, | Denis Vlasenko | 2006-11-29 | 1 | -17/+17 | |
| | | | | | document coreutils bug bloat-o-meter: account for objects in rodata too | |||||
* | fix support for globally disabling --long-options. | Denis Vlasenko | 2006-11-29 | 2 | -2/+16 | |
| | | | | (disabling them saves ~4K on fully configured bbox) |