[git commit] Convert all coreutils/* applets to "new style" applet definitions

Denys Vlasenko vda.linux at googlemail.com
Wed Nov 23 13:46:56 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=af3f42011628585cd5c8f5c1fd4b43f2e370a23d
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/Config.src  | 644 --------------------------------------------------
 coreutils/Kbuild.src  |  73 +-----
 coreutils/basename.c  |  13 +-
 coreutils/cal.c       |  18 +-
 coreutils/cat.c       |  16 +-
 coreutils/catv.c      |  11 +
 coreutils/chgrp.c     |   9 +
 coreutils/chmod.c     |   9 +
 coreutils/chown.c     |  17 ++
 coreutils/chroot.c    |  10 +
 coreutils/cksum.c     |   9 +
 coreutils/comm.c      |  10 +
 coreutils/cp.c        |  22 +-
 coreutils/cut.c       |  10 +
 coreutils/date.c      |  11 +-
 coreutils/dd.c        |   6 +-
 coreutils/df.c        |  28 ++-
 coreutils/dirname.c   |  10 +
 coreutils/dos2unix.c  |  22 +-
 coreutils/du.c        |  24 +-
 coreutils/echo.c      |  24 +-
 coreutils/env.c       |  26 +-
 coreutils/expand.c    |  31 +++
 coreutils/expr.c      |  25 +-
 coreutils/false.c     |   9 +
 coreutils/fold.c      |   9 +
 coreutils/fsync.c     |   9 +
 coreutils/head.c      |  19 +-
 coreutils/hostid.c    |   5 +-
 coreutils/id.c        |  11 +-
 coreutils/install.c   |  16 ++
 coreutils/ln.c        |   9 +
 coreutils/logname.c   |  16 +-
 coreutils/ls.c        |  70 +++++-
 coreutils/mkdir.c     |  24 +-
 coreutils/mkfifo.c    |  10 +
 coreutils/mknod.c     |  10 +
 coreutils/mv.c        |  23 +-
 coreutils/nice.c      |   9 +
 coreutils/nohup.c     |   9 +
 coreutils/od.c        |   9 +
 coreutils/printenv.c  |   9 +
 coreutils/printf.c    |  11 +
 coreutils/pwd.c       |  11 +-
 coreutils/readlink.c  |  17 ++
 coreutils/realpath.c  |  15 +-
 coreutils/rm.c        |  16 +-
 coreutils/rmdir.c     |  17 ++
 coreutils/seq.c       |   9 +
 coreutils/sleep.c     |  44 +++-
 coreutils/sort.c      |  21 ++
 coreutils/split.c     |  19 ++
 coreutils/stat.c      |   3 +
 coreutils/stty.c      |  10 +-
 coreutils/sum.c       |   9 +
 coreutils/sync.c      |   7 +-
 coreutils/tac.c       |  14 +-
 coreutils/tail.c      |  30 ++-
 coreutils/tee.c       |  17 ++
 coreutils/test.c      |  13 +-
 coreutils/touch.c     |  14 +-
 coreutils/tr.c        |   7 +-
 coreutils/true.c      |   9 +
 coreutils/truncate.c  |   4 +-
 coreutils/tty.c       |  10 +
 coreutils/uname.c     |  25 +-
 coreutils/uniq.c      |   9 +
 coreutils/unlink.c    |   5 +-
 coreutils/usleep.c    |   9 +
 coreutils/uudecode.c  |   9 +
 coreutils/uuencode.c  |   9 +
 coreutils/wc.c        |  25 +-
 coreutils/who.c       |   8 +-
 coreutils/whoami.c    |  12 +-
 coreutils/yes.c       |  17 +-
 include/applets.src.h |  70 ------
 76 files changed, 950 insertions(+), 929 deletions(-)

Patch is too large, so refusing to show it


More information about the busybox-cvs mailing list