make it possible to have include/applets.h-esque entries in .c files
[oweals/busybox.git] / coreutils /
2010-06-05 Denys Vlasenkotr: add forgotten //config: prefixes
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-06-04 Denys Vlasenkopartially migrate coreutils to Config.src and Kbuild.src
2010-06-04 Denys Vlasenkodate: optional support for %N. Closes bug 1861.
2010-06-02 Denys Vlasenkotest: "" is not a valid number. Closes bug 1915
2010-06-02 Denys Vlasenko*: better string sharing
2010-06-01 Denys Vlasenkodeinline two big functions
2010-05-10 Denys Vlasenkowork on adding testsuite runs to randomconfig test...
2010-04-06 Denys VlasenkoMove utmp/wtmp support to "General configuration" section
2010-04-05 Denys Vlasenkolibbb: split update_utmp from login/getty in preparatio...
2010-04-04 Denys Vlasenkowho: fix attempts to open '/dev/dev/ttyX'; make columns...
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2010-03-26 Denys Vlasenkounicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT,...
2010-03-26 Tomas Heinrichunexpand: fix "a b"\n" input case
2010-03-26 Tomas Heinrich[un]expand: account for different character widths...
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-21 Mikhail Gusarovtouch: do not ignore argument of -d/-t option
2010-03-12 Denys Vlasenkotailk: fix error detected by testsuite
2010-03-08 Denys Vlasenkowc: compat: make "wc -c ONE_FILE" not print leading...
2010-03-02 Denys Vlasenkohead,tail: trim help text; make suffixes unconditional...
2010-02-27 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-02-26 Bernhard Reutner... tail: document FANCY flags in helptext
2010-02-26 Bernhard Reutner... df: explain FANCY options in helptext
2010-02-21 Denys Vlasenkoinstall: strip before mode/uid/gid is set, not after.
2010-02-08 Denys Vlasenkocompat and warning fixes
2010-02-07 Denys VlasenkoshaNNNsum: accept and ignore -b and -t
2010-02-06 Denys Vlasenkoadduser: copy /etc/skel to mew homes. +100 bytes
2010-02-06 Denys Vlasenkocosmetic fixes
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-02-02 Denys Vlasenkostat: get rid on intmax_t
2010-01-31 Denys Vlasenkols: unicode fixes
2010-01-30 Denys Vlasenkocal: add a unicode test
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-24 Denys Vlasenkorandomconfig fixes
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-23 Denys Vlasenkodate: introduce FEATURE_DATE_COMPAT; shrink
2010-01-22 Denys Vlasenkochown: -2 bytes
2010-01-22 Matheus Izvekovchown: support long options
2010-01-18 Denys Vlasenkols: fix sort of very large files. +21 byte
2010-01-18 Denys Vlasenkofix examples which used non-standard cut -b0-NNN
2010-01-18 Denys Vlasenkols: make it so that group never glues itself to file...
2010-01-15 Denys Vlasenkocp: fix -H handling
2010-01-13 Denys VlasenkoINSTALL: update obsolete doc, as suggested by Doug...
2010-01-13 Denys Vlasenkofix configure sha256sum problem. Closes bug 895
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-06 Denys Vlasenkocal: document the location of unicode bug. no code...
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2010-01-04 Tomas Heinrich[un]expand: unicode support
2010-01-04 Denys Vlasenko*: remove some uses of argc
2010-01-04 Denys Vlasenko*: make 2 more "int argc"'s unused; more saved if ...
2009-12-13 Denys Vlasenkosort: make sort -o FILE FILE (same FILE) work. Closes...
2009-12-11 Denys Vlasenkostty: code shrink -44 bytes
2009-12-11 Denys Vlasenkostty: fix columns command. closes bug 791.
2009-12-05 Denys Vlasenkomount: prevent second mount -a from mounting everything...
2009-11-30 Denys Vlasenkotouch: needs another fix after last utimes() fixes
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-26 Denys Vlasenkosplit: handle - as "use stdin". +13 bytes. Closes bug...
2009-11-22 Denys Vlasenkood: fix -tx without length spec
2009-11-20 Denys Vlasenkofix fallout from isprint() changes
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-11-18 Dan Fandrichwc: fix a hang gue to isprint(EOF)
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2009-11-15 Denys Vlasenkodate: restore hadling of MMDDhhmm[[CC]YY][.ss] date...
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-12 Denys Vlasenkoenv: don't SEGV on bare "env -"
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-11-04 Denys Vlasenkofold: fix a corner case. By Tomas Heinrich (heinrich...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-29 Bernhard Reutner... tty: use defines rather than constants
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-24 Denys Vlasenkofix up potential printf's with unsafe format strings
2009-10-23 Denys Vlasenkols: fix "ls | cat" to not show "total NNN" header
2009-10-23 Bernhard Reutner... date: handle long options
2009-10-23 Denys Vlasenko*: optimize most of isXXXXX() macros
2009-10-22 Denys Vlasenko*: remove last function calls to isspace
2009-10-21 Denys Vlasenkodf: trivial 64-bit fix
2009-10-14 Denys Vlasenkodd: use correct multiplication factor and simplify...
2009-10-13 Denys Vlasenkodd: add a comment, no code changes
2009-10-13 Gabor Hejadd: speed measurement. optional.
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-10-07 Denys Vlasenkocp: revert a recent buggy change, and add a comment...
2009-10-06 Denys Vlasenko*: use {i,u}toa() where appropriate
2009-10-03 Denys Vlasenkols: forgotten chunk from prev commit
2009-10-03 Denys Vlasenkols: code shrink
2009-10-03 Denys Vlasenkols: fix for !FEATURE_LS_RECURSIVE (forgotten free)...
2009-10-03 Denys Vlasenkols: add standards doc; record author of "total NNNN...
2009-10-02 Denys Vlasenkols: code shrink
2009-10-02 Denys Vlasenkols: add "total NNNN" header if DESKTOP. By Johannes...
2009-10-01 Denys Vlasenkocp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-26 Denys Vlasenkocp: add support for --parents and long option synonyms...
2009-09-22 Denys Vlasenkodf: unicode-aware column formatting. By Tomas Heinrich...
2009-09-18 Denys Vlasenkodd: fix conv=noerror w/o sync to not write out zeroed...
2009-09-12 Denys Vlasenkotest: use index_in_strings
2009-09-09 Denys Vlasenkoa few more GCC-isms removed
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
next