aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-05-03uniq: support -w. closes bug 3094.Denis Vlasenko
2008-04-30echo: fix echo -e -n "msg\n\0"Denis Vlasenko
2008-04-28date: better version of previous commit; + fix testsuiteDenis Vlasenko
2008-04-28date: complain if there are extraneout argumentsDenis Vlasenko
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko
2008-04-25date: make it accept ISO date format. Fix help text.Denis Vlasenko
2008-04-23dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko
2008-04-22add forgotten files. I am forgetting it all the time :(Denis Vlasenko
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-04-14od: fix "od -b"Denis Vlasenko
2008-04-11build system: use POSIX options only for cpDenis Vlasenko
2008-04-02dd: support conv=fsyncDenis Vlasenko
2008-04-02expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko
2008-04-01basename: tiny shrinkDenis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-28copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-25date: make help text more understandable; small shrinkDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-23tail: fix fallout from tail -c optimizationDenis Vlasenko
2008-03-17brctl: eliminate stray data objectDenis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2008-02-24forgotten bit of rmdir long options supportDenis Vlasenko
2008-02-24rmdir: optional long options support for Debian users. +68 bytes.Denis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2008-02-19tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)Denis Vlasenko
2008-02-17dos2unix: shrinkDenis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-13cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko
2008-02-13sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko
2008-02-11- spelling fixesBernhard Reutner-Fischer
2008-02-09test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko
2008-02-08README: doccument the need of CONFIG_DESKTOPDenis Vlasenko
2008-02-04nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-27stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko
2008-01-09tac: handle NULs properly. +145 bytesDenis Vlasenko
2008-01-07whitespace fixesDenis Vlasenko