- update
[oweals/busybox.git] / coreutils /
2007-03-09 Denis Vlasenkoprintf: allow hex/oct numbers; move functions around
2007-03-09 Denis Vlasenkodiff: failed to confirm "static bug" in gcc - reinstati...
2007-03-08 Denis Vlasenkochown: fix comment, fix verbose message
2007-03-08 Denis Vlasenkochown: support -H -L -P if ENABLE_DESKTOP
2007-03-07 Denis Vlasenkodiff: make -U0 work
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-07 Denis Vlasenkowho: stop using static buffer, small size optimizations
2007-02-28 Denis Vlasenkols: w/o -l follow symlinks to dirs for commandline...
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-11 Denis Vlasenkodiff: fix access past end of array
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-04 Bernhard Reutner... - fix buglet introduced in r17351 in find_param()....
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Bernhard Reutner... - include busybox.h before looking at an eventual ...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-27 Bernhard Reutner... - sum -r TODO should not print the filename as oposed...
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2007-01-24 Bernhard Reutner... - remove nested function. Saves ~30 bytes.
2007-01-20 Bernhard Reutner... - small size tweak
2007-01-20 Bernhard Reutner... - make pre SUSv3 option handling dependant on INCLUDE_SUSv2
2007-01-20 Bernhard Reutner... - small size tweak
2007-01-20 Bernhard Reutner... - reuse retval for the option handling.
2007-01-20 Bernhard Reutner... - small size tweaks
2007-01-20 Bernhard Reutner... - make read_stduu() and read_base64() void, small size...
2007-01-20 Bernhard Reutner... - small size tweak
2007-01-19 Denis Vlasenkols: stop doing time() for each file in "ls -l"
2007-01-19 Denis Vlasenkols: use get_cached_username/groupname
2007-01-18 Bernhard Reutner... - reinstate paranoia check in wrapf().
2007-01-18 Denis Vlasenkostop using global variable needlessly
2007-01-17 Bernhard Reutner... - remove superfluous define that expanded to "!strcmp"
2007-01-17 Bernhard Reutner... - reuse return code of vsnprintf to avoid pulling in...
2007-01-17 Bernhard Reutner... - merge display_changed() and display_all()
2007-01-17 Bernhard Reutner... - peruse get_terminal_width_height and remove legacy...
2007-01-17 Bernhard Reutner... - rewrite find_param to use index_in_str_array
2007-01-17 Bernhard Reutner... - manually inline tty_value_to_baud and remove string_t...
2007-01-17 Bernhard Reutner... - constify some read-only members and remove superfluou...
2007-01-17 Bernhard Reutner... - reuse option_mask32 for state-handling in main
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-12 Denis Vlasenkorandom small size optimizations
2007-01-12 Denis Vlasenkostty: fix bug reported by Paul Albrecht <albrecht@rdi1...
2007-01-12 Denis Vlasenkostty: rearrange functions, avoiding the need in forward...
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-07 Bernhard Reutner... - FIXME: someone broke diff -r
2007-01-07 Denis Vlasenkowork around gcc's false warning
2007-01-07 Denis Vlasenkodiff: small optimizations; do not try to diff non-seeka...
2007-01-06 Bernhard Reutner... - minor shrinkage: -25 bytes or so.
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2007-01-03 Denis Vlasenkochown: fix handling of "user.group" notation
2007-01-02 Denis VlasenkoRemove networking/libiproute/linux/pkt_sched.h
2007-01-02 Mike Frysingerstr2u() is only used when FEATURE_SORT_BIG is enabled
2007-01-01 Denis Vlasenkoawk: undo locale setting for numbers - or else parsing
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-31 Mike FrysingerYann E. MORIN. writes: i pity the fool who doesnt use...
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-28 Denis Vlasenkofix build without shadow support
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-26 Denis Vlasenkostyle fixes
2006-12-23 Denis Vlasenkosum: 40% size reduction (-300 bytes)
2006-12-22 Denis Vlasenkotail: -50 text bytes
2006-12-22 Denis Vlasenkoconvert "negaite" config option into reversed (INCLUDE_...
2006-12-22 Denis Vlasenkoremoval of commented-out cruft
2006-12-22 Denis Vlasenkotar et al: die if bb_copyfd_size copies less than asked...
2006-12-21 Denis Vlasenkoless: stop dying on bad regexps, quietly pipe data w/o
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-21 Denis Vlasenkotail: fix tail +N
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-12-18 Denis Vlasenkodu: dietlibc compat fix, style fixes. Thanks to sampo...
2006-12-17 Denis Vlasenkood: remove bug-for-bug compat (because the bug was...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-16 Denis Vlasenkodiff: fix -q exit code
2006-12-14 Bernhard Reutner... - minor shrinkage
2006-12-13 Bernhard Reutner... - remove warning about unused depth parameter in add_to...
2006-12-13 Denis Vlasenkodate: -R shouldn't use locale
2006-12-02 Bernhard Reutner... - commentary typo
2006-11-29 Denis Vlasenkood: fix buglet in --traditional, microoptimization,
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-28 Denis Vlasenkood: sometime ago I landed BIG od implementation
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-27 Denis VlasenkoProvide our own isdigit macro. saves more than 400...
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-26 Denis Vlasenkosort: two small optimizations
2006-11-26 Denis Vlasenkosort: reformat entire file wrt style.
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-25 Denis Vlasenkotee: fix bug: argv[-1] is a no-no!
2006-11-25 Denis Vlasenkodd: support >2gb values for seek, skip, count
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-23 Denis Vlasenkomd5sum: make -c grok formats like "68b329da9893e34099c7...
2006-11-21 Denis Vlasenkohttpd: fix cgi-bin/index.cgi support, add example of it,
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-19 Denis Vlasenkomkdir: style fix
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-17 Bernhard Reutner... - end may be used uninitialized.
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-31 Denis Vlasenkodd: fix bugs: always assumed conv=sync, died on write...
next