aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* printf: fix breakage in handling '*'Denis Vlasenko2009-03-041-3/+3
* Apply post 1.13.1 patches, bump to 1.13.21_13_2Denis Vlasenko2008-12-311-1/+8
* apply post-1.13.0 patchesDenis Vlasenko2008-11-291-0/+8
* basename: fix error code. again. deja vu feeling...Denis Vlasenko2008-11-061-1/+2
* - commentary typo fix (tito)Bernhard Reutner-Fischer2008-11-051-1/+1
* - fix typo in print_user() (tito)Bernhard Reutner-Fischer2008-11-051-1/+1
* id: better wording in comments, no code changesDenis Vlasenko2008-10-291-6/+6
* id: coreutils compat by Tito + test scriptDenis Vlasenko2008-10-292-128/+406
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-201-2/+2
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-255-5/+5
* df: unsigned long needs %luDenis Vlasenko2008-09-251-1/+1
* id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko2008-09-181-10/+40
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-1/+1
* id: unsigned long is excessive for option bitmaskDenis Vlasenko2008-09-141-14/+8
* id: code shrinkDenis Vlasenko2008-09-131-18/+19
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-121-10/+37
* install: shrink -D code. By Bernhard.Denis Vlasenko2008-09-061-10/+7
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-031-27/+37
* build system: echo and test features may be enabledDenis Vlasenko2008-08-291-2/+2
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-282-38/+61
* cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.Denis Vlasenko2008-08-271-5/+13
* cut: fix buffer overflow (bug 4544).Denis Vlasenko2008-08-151-1/+1
* install: fix long option not taking params (bug 4584)Denis Vlasenko2008-08-151-3/+3
* tr: fix yet another access past the end of a string (bug 4374)Denis Vlasenko2008-07-301-3/+5
* tr: fix "tr [=" case. Closes bug 4374.Denis Vlasenko2008-07-281-0/+2
* tr: fix "access past the end of a string" bug 4354Denis Vlasenko2008-07-261-1/+1
* ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko2008-07-252-6/+12
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-1/+1
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-9/+10
* chown: do not use static dataDenis Vlasenko2008-07-221-20/+30
* cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko2008-07-221-23/+30
* cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko2008-07-221-3/+5
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-213-3/+3
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-2/+2
* test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko2008-07-191-60/+193
* printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko2008-07-181-6/+15
* printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko2008-07-181-78/+121
* printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko2008-07-171-9/+13
* install: do not chown intermediate directories with install -d; shrinkDenis Vlasenko2008-07-161-47/+28
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-25/+26
* tee: fix infinite looping on open error (echo asd | tee "")Denis Vlasenko2008-07-161-1/+3
* sleep: make fractional seconds separately selectable in .configDenis Vlasenko2008-07-152-7/+22
* comm: almost total rewrite; add testsuiteDenis Vlasenko2008-07-151-54/+41
* ls: fix a bug where we may use uninintialized variableDenis Vlasenko2008-07-151-5/+6
* tee: "-" is a name for stdout, handle it that wayDenis Vlasenko2008-07-151-4/+7
* sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko2008-07-121-8/+49
* *: add FAST_FUNC markersDenis Vlasenko2008-07-123-6/+6
* mv: fix a case when we move dangling symlinkDenis Vlasenko2008-07-121-6/+6
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-091-1/+5
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-083-7/+7