printf: make integer format strings print long long-sized values.
[oweals/busybox.git] / coreutils /
2009-01-04 Denis Vlasenkoprintf: make integer format strings print long long...
2008-12-26 Denis Vlasenkounexpand: fix incorrect expansion, add test for it
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-14 Denis Vlasenkoexpand: fix incorrect expansion exactly on tab boundary...
2008-12-10 Denis Vlasenkoash: printf builtin with no arguments should not exit
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-11-25 Denis Vlasenkoremove a few superfluous includes
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-17 Denis Vlasenkoid: do not abort build if we use internal password...
2008-11-16 Denis Vlasenkoid: abort the build of uclibc is less than 0.9.30
2008-11-13 Denis Vlasenkostat: fix compile breakage (get_f_fsid() is used even...
2008-11-12 Denis Vlasenkoseq: shrink by 10 bytes
2008-11-12 Bernhard Reutner... - add support for seq -s <separator>
2008-11-12 Bernhard Reutner... - add seq -w support (Natanael Copa)
2008-11-11 Denis Vlasenkocksum, printenv: report errors via exitcode
2008-11-11 Denis Vlasenkohead: report file open errors with exitcode 1 (was...
2008-11-11 Denis Vlasenkoexpr: on error, exit with exitcode 2
2008-11-11 Denis Vlasenkostat: make stat -f show filesystem "ID:" as coreutils...
2008-11-11 Denis Vlasenkoenv: support -uVAR=VAL
2008-11-11 Denis Vlasenkodu: fix "du /dir /dir" case
2008-11-10 Denis Vlasenkolibbb: add optionl support for SHA256/512 encrypted...
2008-11-10 Denis Vlasenkosha256,sha512: new applets. +4.9kb
2008-11-06 Denis Vlasenkobasename: fix error code. again. deja vu feeling...
2008-11-05 Bernhard Reutner... - commentary typo fix (tito)
2008-11-05 Bernhard Reutner... - fix typo in print_user() (tito)
2008-10-29 Denis Vlasenkoid: better wording in comments, no code changes
2008-10-29 Denis Vlasenkoid: coreutils compat by Tito + test script
2008-10-20 Denis Vlasenkoash: fix NOEXEC mode - we were forgetting to pass envir...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-25 Denis Vlasenkodf: unsigned long needs %lu
2008-09-18 Denis Vlasenkoid: fix "id <user>" case. Requires getgrouplist().
2008-09-16 Denis Vlasenkosetfont: support -m and -C, support -m TEXTUAL_MAP...
2008-09-14 Denis Vlasenkoid: unsigned long is excessive for option bitmask
2008-09-13 Denis Vlasenkoid: code shrink
2008-09-12 Bernhard Reutner... - implement id -G (Tito Ragusa)
2008-09-06 Denis Vlasenkoinstall: shrink -D code. By Bernhard.
2008-09-03 Denis Vlasenkokbd_mode: fix non-ASCII letters in comments
2008-08-29 Denis Vlasenkobuild system: echo and test features may be enabled
2008-08-28 Denis Vlasenkodf: add support for more options, add some coreutils...
2008-08-27 Denis Vlasenkocksum: respect CONFIG_LFS=y. Adds 36 bytes in this...
2008-08-15 Denis Vlasenkocut: fix buffer overflow (bug 4544).
2008-08-15 Denis Vlasenkoinstall: fix long option not taking params (bug 4584)
2008-07-30 Denis Vlasenkotr: fix yet another access past the end of a string...
2008-07-28 Denis Vlasenkotr: fix "tr [=" case. Closes bug 4374.
2008-07-26 Denis Vlasenkotr: fix "access past the end of a string" bug 4354
2008-07-25 Denis Vlasenkoash: dont allow e.g. exec <&10 to attach to stript...
2008-07-22 Denis Vlasenkofix all cases of strcpy on overlapping strings.
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-22 Denis Vlasenkochown: do not use static data
2008-07-22 Denis Vlasenkocut: stop using static data. This alone removed ~70...
2008-07-22 Denis Vlasenkocal: remove lone static data variable. -4 bytes. coreutils
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-19 Denis Vlasenkotest: fix parser to prefer binop over unop, as coreutil...
2008-07-18 Denis Vlasenkoprintf: do not print garbage on "%Ld". closes bug 4214.
2008-07-18 Denis Vlasenkoprintf: fix %b, fix several bugs in %*.*, fix compat...
2008-07-17 Denis Vlasenkoprintf: protect against bogus format specifiers. Hopefu...
2008-07-16 Denis Vlasenkoinstall: do not chown intermediate directories with...
2008-07-16 Denis Vlasenkolibbb: get rid of statics in dump.c; code shrinks a...
2008-07-16 Denis Vlasenkotee: fix infinite looping on open error (echo asd ...
2008-07-15 Denis Vlasenkosleep: make fractional seconds separately selectable...
2008-07-15 Denis Vlasenkocomm: almost total rewrite; add testsuite
2008-07-15 Denis Vlasenkols: fix a bug where we may use uninintialized variable
2008-07-15 Denis Vlasenkotee: "-" is a name for stdout, handle it that way
2008-07-12 Denis Vlasenkosleep: if FANCY && DESKTOP, support fractional seconds...
2008-07-12 Denis Vlasenko*: add FAST_FUNC markers
2008-07-12 Denis Vlasenkomv: fix a case when we move dangling symlink
2008-07-09 Denis Vlasenkolibbb: use improved xmalloc_read() from modprobe-small
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-02 Denis Vlasenkouname,individual: fix improper printf usage
2008-07-02 Ned Ludd- fix trivial exploit vector when setXid
2008-06-28 Denis Vlasenkofix FAST_FUNC fallout
2008-06-28 Denis Vlasenkotouch: support -r REF_FILE if ENABLE_DESKTOP (needed...
2008-06-27 Denis Vlasenkostat: pointers are not 0L, they are NULL
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-23 Denis Vlasenkofix breakage found by randomconfig
2008-06-18 Denis Vlasenkofix trivial error with inverted exit code in ls
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-14 Denis Vlasenkodos2unix: do not destroy symlinks and mode of the file...
2008-06-13 Denis Vlasenkobuild system: introduce FEATURE_ASSUME_UNICODE
2008-06-01 Denis Vlasenkoash: optional printf builtin. +25 bytes if off, +35...
2008-05-31 Denis Vlasenkoprintf: fix a trivial bug
2008-05-31 Denis Vlasenkoprintf: code shrink by eliminating string alloc/copy
2008-05-23 Bernhard Reutner... - optionally pass additional flags down to nm
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-18 Denis Vlasenkoprintf: fix printf -%s- foo, printf -- -%s- foo (bug...
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis Vlasenkofix warnings about pointer signedness
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-05-03 Denis Vlasenkouniq: support -w. closes bug 3094.
2008-04-30 Denis Vlasenkoecho: fix echo -e -n "msg\n\0"
2008-04-28 Denis Vlasenkodate: better version of previous commit; + fix testsuite
2008-04-28 Denis Vlasenkodate: complain if there are extraneout arguments
2008-04-27 Denis Vlasenkocp: fix "cp -RL" to create regular files even if src...
next