Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-07 | work around gcc's false warning | Denis Vlasenko | |
2007-01-07 | diff: small optimizations; do not try to diff non-seekable stream | Denis Vlasenko | |
(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 | |||
2007-01-06 | - minor shrinkage: -25 bytes or so. | Bernhard Reutner-Fischer | |
2007-01-04 | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko | |
syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour | |||
2007-01-03 | chown: fix handling of "user.group" notation | Denis Vlasenko | |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | |
(and networking/libiproute/linux/ since it become empty). Style fixes. | |||
2007-01-02 | str2u() is only used when FEATURE_SORT_BIG is enabled | Mike Frysinger | |
2007-01-01 | awk: undo locale setting for numbers - or else parsing | Denis Vlasenko | |
can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT) | |||
2007-01-01 | stty: fix width of a field for ppc32 | Denis Vlasenko | |
sort: fix -u to match coreutils 6.3 msh: compile fix (my fault) | |||
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | |
2006-12-31 | Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier ↵ | Mike Frysinger | |
with size_t types | |||
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-28 | fix build without shadow support | Denis Vlasenko | |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | |
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 | |||
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko | |
find: one_char -> LONE_CHAR | |||
2006-12-22 | tail: -50 text bytes | Denis Vlasenko | |
2006-12-22 | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | |
2006-12-22 | removal of commented-out cruft | Denis Vlasenko | |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko | |
(we have bb_copyfd_exact_size now for that kind of usage) | |||
2006-12-21 | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko | |
user interaction if stdout is not a tty. size optimizations | |||
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | |
2006-12-21 | tail: fix tail +N | Denis Vlasenko | |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | |
2006-12-18 | du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. | Denis Vlasenko | |
2006-12-17 | od: remove bug-for-bug compat (because the bug was fixed in coreuitls) | Denis Vlasenko | |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | |
2006-12-16 | diff: fix -q exit code | Denis Vlasenko | |
last_char_is: sacrifice 9 bytes but avoid double-scan | |||
2006-12-14 | - minor shrinkage | Bernhard Reutner-Fischer | |
2006-12-13 | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer | |
- make one variable static and add comment about why the other variables there are not static. | |||
2006-12-13 | date: -R shouldn't use locale | Denis Vlasenko | |
2006-12-02 | - commentary typo | Bernhard Reutner-Fischer | |
2006-11-29 | od: fix buglet in --traditional, microoptimization, | Denis Vlasenko | |
document coreutils bug bloat-o-meter: account for objects in rodata too | |||
2006-11-29 | fix support for globally disabling --long-options. | Denis Vlasenko | |
(disabling them saves ~4K on fully configured bbox) | |||
2006-11-28 | od: sometime ago I landed BIG od implementation | Denis Vlasenko | |
from coreutils. My fault. This commit contains cleanups and size reductions. | |||
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | |
2006-11-27 | Provide our own isdigit macro. saves more than 400 bytes. | Denis Vlasenko | |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | |
Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | |||
2006-11-26 | sort: two small optimizations | Denis Vlasenko | |
2006-11-26 | sort: reformat entire file wrt style. | Denis Vlasenko | |
fix single obvious bug: right hand was 0 here: flags & (FLAG_b&FLAG_d&FLAG_f&FLAG_i&FLAG_bb) fixed to use | | |||
2006-11-26 | small fixes: | Denis Vlasenko | |
fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc. | |||
2006-11-25 | tee: fix bug: argv[-1] is a no-no! | Denis Vlasenko | |
bb_full_fd_action: optimize die_if_ferror: "<applet>: filename" isn't a good err msg, add "..I/O error" | |||
2006-11-25 | dd: support >2gb values for seek, skip, count | Denis Vlasenko | |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko | |
2006-11-23 | md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". | Denis Vlasenko | |
Also eradicate 95 bytes of bloat. | |||
2006-11-21 | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko | |
stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3 | |||
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | |
2006-11-19 | mkdir: style fix | Denis Vlasenko | |