summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-3/+1
* forgotten bit of rmdir long options supportDenis Vlasenko2008-02-241-0/+8
* rmdir: optional long options support for Debian users. +68 bytes.Denis Vlasenko2008-02-241-12/+21
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-33/+33
* tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko2008-02-192-38/+43
* dos2unix: shrinkDenis Vlasenko2008-02-171-27/+12
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+2
* random s/short/int/Denis Vlasenko2008-02-161-0/+1
* cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko2008-02-131-0/+6
* sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko2008-02-131-2/+3
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2008-02-091-22/+27
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-082-14/+10
* nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko2008-02-041-15/+33
* *: tidy up usage of char **environDenis Vlasenko2008-01-282-3/+0