Age | Commit message (Expand) | Author |
2007-01-19 | ls: use get_cached_username/groupname | Denis Vlasenko |
2007-01-18 | - reinstate paranoia check in wrapf(). | Bernhard Reutner-Fischer |
2007-01-18 | stop using global variable needlessly | Denis Vlasenko |
2007-01-17 | - remove superfluous define that expanded to "!strcmp" | Bernhard Reutner-Fischer |
2007-01-17 | - reuse return code of vsnprintf to avoid pulling in strlen | Bernhard Reutner-Fischer |
2007-01-17 | - merge display_changed() and display_all() | Bernhard Reutner-Fischer |
2007-01-17 | - peruse get_terminal_width_height and remove legacy code for ancient | Bernhard Reutner-Fischer |
2007-01-17 | - rewrite find_param to use index_in_str_array | Bernhard Reutner-Fischer |
2007-01-17 | - manually inline tty_value_to_baud and remove string_to_baud_or_die | Bernhard Reutner-Fischer |
2007-01-17 | - constify some read-only members and remove superfluous casts | Bernhard Reutner-Fischer |
2007-01-17 | - reuse option_mask32 for state-handling in main | Bernhard Reutner-Fischer |
2007-01-13 | whitespace fixes (leading spaces to tab) | Denis Vlasenko |
2007-01-12 | random small size optimizations | Denis Vlasenko |
2007-01-12 | stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> - | Denis Vlasenko |
2007-01-12 | stty: rearrange functions, avoiding the need in forward declarations. | Denis Vlasenko |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2007-01-07 | - FIXME: someone broke diff -r | Bernhard Reutner-Fischer |
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 |
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 |
2007-01-03 | chown: fix handling of "user.group" notation | Denis Vlasenko |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko |
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 |
2007-01-01 | stty: fix width of a field for ppc32 | Denis Vlasenko |
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 w... | Mike Frysinger |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko |
2006-12-28 | fix build without shadow support | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko |
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 |
2006-12-21 | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko |
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 |
2006-12-14 | - minor shrinkage | Bernhard Reutner-Fischer |
2006-12-13 | - remove warning about unused depth parameter in add_to_dirlist() | Bernhard Reutner-Fischer |
2006-12-13 | date: -R shouldn't use locale | Denis Vlasenko |
2006-12-02 | - commentary typo | Bernhard Reutner-Fischer |