summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.11.1 patches, bump version to 1.11.21_11_2Denis Vlasenko2008-08-211-1/+1
* Apply post-1.11.0 patches. Bump version to 1.11.1.Denis Vlasenko2008-07-112-23/+24
* whitespace fixes. no code changesDenis Vlasenko2008-06-252-7/+6
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-2/+2
* fix trivial error with inverted exit code in lsDenis Vlasenko2008-06-181-6/+6
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-153-7/+3
* dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2008-06-141-15/+18
* build system: introduce FEATURE_ASSUME_UNICODEDenis Vlasenko2008-06-131-62/+87
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-013-4/+16
* printf: fix a trivial bugDenis Vlasenko2008-05-311-1/+1
* printf: code shrink by eliminating string alloc/copyDenis Vlasenko2008-05-311-28/+27
* - optionally pass additional flags down to nmBernhard Reutner-Fischer2008-05-231-1/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-194-4/+4
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-1/+1
* printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko2008-05-181-28/+24
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-139-17/+19
* fix warnings about pointer signednessDenis Vlasenko2008-05-092-3/+3
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+8
* uniq: support -w. closes bug 3094.Denis Vlasenko2008-05-031-12/+11
* echo: fix echo -e -n "msg\n\0"Denis Vlasenko2008-04-301-4/+8
* date: better version of previous commit; + fix testsuiteDenis Vlasenko2008-04-281-2/+4
* date: complain if there are extraneout argumentsDenis Vlasenko2008-04-281-0/+2
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-10/+12
* date: make it accept ISO date format. Fix help text.Denis Vlasenko2008-04-251-52/+52
* dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko2008-04-231-2/+2
* add forgotten files. I am forgetting it all the time :(Denis Vlasenko2008-04-221-0/+23
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-1/+1
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-222-11/+10
* od: fix "od -b"Denis Vlasenko2008-04-141-12/+10
* build system: use POSIX options only for cpDenis Vlasenko2008-04-111-1/+1
* dd: support conv=fsyncDenis Vlasenko2008-04-021-60/+86
* expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko2008-04-021-87/+84
* basename: tiny shrinkDenis Vlasenko2008-04-011-1/+1
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-013-8/+10
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-281-1/+5
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-265-7/+7
* date: make help text more understandable; small shrinkDenis Vlasenko2008-03-251-53/+51
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-238-13/+0
* tail: fix fallout from tail -c optimizationDenis Vlasenko2008-03-231-13/+9
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-2/+1
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-3/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-179-52/+29
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-1714-176/+164
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-3/+18
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-1732-36/+39
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-8/+7
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-8/+1
* actually add bb_qsort.cDenis Vlasenko2008-03-021-1/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1