mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
update ~ (maint!) use fixed/patched uucore (v0.0.2); await upgrade upstream
- fixes musl (no-utmpx) build bug - fixes failing windows real{link,path} tests
This commit is contained in:
parent
7eeb58ae3a
commit
6a18d7f7be
95 changed files with 98 additions and 95 deletions
|
@ -187,7 +187,7 @@ feat_common_core = [
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
arch = { optional=true, path="src/arch" }
|
arch = { optional=true, path="src/arch" }
|
||||||
base32 = { optional=true, path="src/base32" }
|
base32 = { optional=true, path="src/base32" }
|
||||||
base64 = { optional=true, path="src/base64" }
|
base64 = { optional=true, path="src/base64" }
|
||||||
|
@ -306,3 +306,6 @@ path = "src/uutils/uutils.rs"
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "tests"
|
name = "tests"
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
uucore = { git = "https://github.com/rivy/rust.uucore", tag = "0.0.2" }
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "arch.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
platform-info = "0.0.1"
|
platform-info = "0.0.1"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "arch"
|
name = "arch"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_base32"
|
||||||
path = "base32.rs"
|
path = "base32.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["encoding"] }
|
uucore = { version = "0.0.2", features = ["encoding"] }
|
||||||
## optional
|
## optional
|
||||||
clippy = { version = "0.0.212", optional = true }
|
clippy = { version = "0.0.212", optional = true }
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_base64"
|
||||||
path = "base64.rs"
|
path = "base64.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["encoding"] }
|
uucore = { version = "0.0.2", features = ["encoding"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_basename"
|
||||||
path = "basename.rs"
|
path = "basename.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "basename"
|
name = "basename"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "cat.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quick-error = "1.2.3"
|
quick-error = "1.2.3"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
unix_socket = "0.5.0"
|
unix_socket = "0.5.0"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_chgrp"
|
||||||
path = "chgrp.rs"
|
path = "chgrp.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["entries", "fs"] }
|
uucore = { version = "0.0.2", features = ["entries", "fs"] }
|
||||||
walkdir = "2.2.8"
|
walkdir = "2.2.8"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "chmod.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version = "0.0.1", features = ["mode"] }
|
uucore = { version = "0.0.2", features = ["mode"] }
|
||||||
walker = "1.0.0"
|
walker = "1.0.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "chown.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
uucore = { version = "0.0.1", features = ["entries", "fs"] }
|
uucore = { version = "0.0.2", features = ["entries", "fs"] }
|
||||||
walkdir = "2.2"
|
walkdir = "2.2"
|
||||||
|
|
||||||
[dependencies.clippy]
|
[dependencies.clippy]
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "chroot.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = { version = "0.0.1", features = ["entries"] }
|
uucore = { version = "0.0.2", features = ["entries"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "chroot"
|
name = "chroot"
|
||||||
|
|
|
@ -10,7 +10,7 @@ path = "cksum.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "cksum"
|
name = "cksum"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "comm.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "comm"
|
name = "comm"
|
||||||
|
|
|
@ -18,7 +18,7 @@ filetime = "0.2"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
quick-error = "1.2.3"
|
quick-error = "1.2.3"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
walkdir = "2.2.8"
|
walkdir = "2.2.8"
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_cut"
|
||||||
path = "cut.rs"
|
path = "cut.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "cut"
|
name = "cut"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "date.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.4"
|
chrono = "0.4.4"
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "date"
|
name = "date"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "dircolors.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "dircolors"
|
name = "dircolors"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "dirname.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "dirname"
|
name = "dirname"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "du.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "du"
|
name = "du"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_echo"
|
||||||
path = "echo.rs"
|
path = "echo.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "echo"
|
name = "echo"
|
||||||
|
|
2
src/env/Cargo.toml
vendored
2
src/env/Cargo.toml
vendored
|
@ -15,7 +15,7 @@ path = "env.rs"
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
rust-ini = "0.13.0"
|
rust-ini = "0.13.0"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "env"
|
name = "env"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "expand.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1.5"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "expand"
|
name = "expand"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "expr.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
onig = "~4.3.2"
|
onig = "~4.3.2"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "expr"
|
name = "expr"
|
||||||
|
|
|
@ -10,7 +10,7 @@ path = "factor.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.5"
|
rand = "0.5"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "factor"
|
name = "factor"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_false"
|
||||||
path = "false.rs"
|
path = "false.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "false"
|
name = "false"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "fmt.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1.5"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "fmt"
|
name = "fmt"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_fold"
|
||||||
path = "fold.rs"
|
path = "fold.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "fold"
|
name = "fold"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_groups"
|
||||||
path = "groups.rs"
|
path = "groups.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["entries"] }
|
uucore = { version = "0.0.2", features = ["entries"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "groups"
|
name = "groups"
|
||||||
|
|
|
@ -20,7 +20,7 @@ regex-syntax = "0.6.7"
|
||||||
sha1 = "0.6.0"
|
sha1 = "0.6.0"
|
||||||
sha2 = "0.6.0"
|
sha2 = "0.6.0"
|
||||||
sha3 = "0.6.0"
|
sha3 = "0.6.0"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "hashsum"
|
name = "hashsum"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "head.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "head"
|
name = "head"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "hostid.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "hostid"
|
name = "hostid"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "hostname.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
winapi = { version = "0.3", features = ["sysinfoapi", "winsock2"] }
|
winapi = { version = "0.3", features = ["sysinfoapi", "winsock2"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_id"
|
||||||
path = "id.rs"
|
path = "id.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["entries", "process"] }
|
uucore = { version = "0.0.2", features = ["entries", "process"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "id"
|
name = "id"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "install.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = ">= 0.2"
|
libc = ">= 0.2"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "join.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "join"
|
name = "join"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "kill.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version = "0.0.1", features = ["signals"] }
|
uucore = { version = "0.0.2", features = ["signals"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "kill"
|
name = "kill"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "link.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "link"
|
name = "link"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "ln.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ln"
|
name = "ln"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "logname.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "logname"
|
name = "logname"
|
||||||
|
|
|
@ -18,7 +18,7 @@ term_grid = "0.1.5"
|
||||||
termsize = "0.1.6"
|
termsize = "0.1.6"
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1.5"
|
||||||
uucore = { version = "0.0.1", features = ["entries", "fs"] }
|
uucore = { version = "0.0.2", features = ["entries", "fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ls"
|
name = "ls"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "mkdir.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "mkdir"
|
name = "mkdir"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "mkfifo.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "mkfifo"
|
name = "mkfifo"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "mknod.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "^0.2.42"
|
libc = "^0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "mknod"
|
name = "mknod"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "mktemp.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
rand = "0.5"
|
rand = "0.5"
|
||||||
tempfile = "2.1.5"
|
tempfile = "2.1.5"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "mktemp"
|
name = "mktemp"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "more.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[target.'cfg(target_os = "redox")'.dependencies]
|
[target.'cfg(target_os = "redox")'.dependencies]
|
||||||
redox_termios = "0.1"
|
redox_termios = "0.1"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "mv.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "mv"
|
name = "mv"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "nice.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "nice"
|
name = "nice"
|
||||||
|
|
|
@ -16,7 +16,7 @@ libc = "0.2.42"
|
||||||
memchr = "2.2.0"
|
memchr = "2.2.0"
|
||||||
regex = "1.0.1"
|
regex = "1.0.1"
|
||||||
regex-syntax = "0.6.7"
|
regex-syntax = "0.6.7"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "nl"
|
name = "nl"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "nohup.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "nohup"
|
name = "nohup"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "nproc.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
num_cpus = "1.10"
|
num_cpus = "1.10"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "nproc"
|
name = "nproc"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "numfmt.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "numfmt"
|
name = "numfmt"
|
||||||
|
|
|
@ -14,7 +14,7 @@ byteorder = "1.3.2"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
half = "1.1.1"
|
half = "1.1.1"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "od"
|
name = "od"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "paste.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "paste"
|
name = "paste"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "pathchk.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "pathchk"
|
name = "pathchk"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_pinky"
|
||||||
path = "pinky.rs"
|
path = "pinky.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["utmpx", "entries"] }
|
uucore = { version = "0.0.2", features = ["utmpx", "entries"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "pinky"
|
name = "pinky"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "printenv.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "printenv"
|
name = "printenv"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "printf.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "0.8.0"
|
itertools = "0.8.0"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "printf"
|
name = "printf"
|
||||||
|
|
|
@ -16,7 +16,7 @@ libc = "0.2.42"
|
||||||
memchr = "2.2.0"
|
memchr = "2.2.0"
|
||||||
regex = "1.0.1"
|
regex = "1.0.1"
|
||||||
regex-syntax = "0.6.7"
|
regex-syntax = "0.6.7"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ptx"
|
name = "ptx"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "pwd.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "pwd"
|
name = "pwd"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "readlink.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "readlink"
|
name = "readlink"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "realpath.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "realpath"
|
name = "realpath"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "relpath.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "relpath"
|
name = "relpath"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "rm.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
walkdir = "2.2.8"
|
walkdir = "2.2.8"
|
||||||
remove_dir_all = "0.5.1"
|
remove_dir_all = "0.5.1"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "rm"
|
name = "rm"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "rmdir.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "rmdir"
|
name = "rmdir"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "seq.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "seq"
|
name = "seq"
|
||||||
|
|
|
@ -15,7 +15,7 @@ getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
rand = "0.5"
|
rand = "0.5"
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "shred"
|
name = "shred"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "shuf.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
rand = "0.5"
|
rand = "0.5"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "shuf"
|
name = "shuf"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "sleep.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = { version = "0.0.1", features = ["parse_time"] }
|
uucore = { version = "0.0.2", features = ["parse_time"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "sleep"
|
name = "sleep"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "sort.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
itertools = "0.8.0"
|
itertools = "0.8.0"
|
||||||
semver = "0.9.0"
|
semver = "0.9.0"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "sort"
|
name = "sort"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "split.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "split"
|
name = "split"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "stat.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
uucore = { version = "0.0.1", features = ["entries"] }
|
uucore = { version = "0.0.2", features = ["entries"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "stat"
|
name = "stat"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "stdbuf.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
libstdbuf = { path="libstdbuf" }
|
libstdbuf = { path="libstdbuf" }
|
||||||
|
|
|
@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cpp = "0.4"
|
cpp = "0.4"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cpp_build = "0.4"
|
cpp_build = "0.4"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "sum.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "sum"
|
name = "sum"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "sync.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
kernel32-sys = "0.2.2"
|
kernel32-sys = "0.2.2"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version = "0.0.1", features = ["wide"] }
|
uucore = { version = "0.0.2", features = ["wide"] }
|
||||||
winapi = { version = "0.3", features = ["handleapi", "winerror"] }
|
winapi = { version = "0.3", features = ["handleapi", "winerror"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "tac.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tac"
|
name = "tac"
|
||||||
|
|
|
@ -14,7 +14,7 @@ getopts = "0.2.18"
|
||||||
kernel32-sys = "0.2.2"
|
kernel32-sys = "0.2.2"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
winapi = "0.3"
|
winapi = "0.3"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[target.'cfg(target_os = "redox")'.dependencies]
|
[target.'cfg(target_os = "redox")'.dependencies]
|
||||||
redox_syscall = "0.1"
|
redox_syscall = "0.1"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "tee.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tee"
|
name = "tee"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "test.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[target.'cfg(target_os = "redox")'.dependencies]
|
[target.'cfg(target_os = "redox")'.dependencies]
|
||||||
redox_syscall = "0.1"
|
redox_syscall = "0.1"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "timeout.rs"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
uucore = { version = "0.0.1", features = ["parse_time", "process"] }
|
uucore = { version = "0.0.2", features = ["parse_time", "process"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "timeout"
|
name = "timeout"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "touch.rs"
|
||||||
filetime = "0.2.1"
|
filetime = "0.2.1"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
uucore = { version = "0.0.1", features = ["libc"] }
|
uucore = { version = "0.0.2", features = ["libc"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "touch"
|
name = "touch"
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "tr.rs"
|
||||||
bit-set = "0.5.0"
|
bit-set = "0.5.0"
|
||||||
fnv = "1.0.5"
|
fnv = "1.0.5"
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tr"
|
name = "tr"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_true"
|
||||||
path = "true.rs"
|
path = "true.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "true"
|
name = "true"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "truncate.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "truncate"
|
name = "truncate"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "tsort.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tsort"
|
name = "tsort"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "tty.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = { version = "0.0.1", features = ["fs"] }
|
uucore = { version = "0.0.2", features = ["fs"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "tty"
|
name = "tty"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "uname.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
platform-info = "0.0.1"
|
platform-info = "0.0.1"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "uname"
|
name = "uname"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "unexpand.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1.5"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "unexpand"
|
name = "unexpand"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "uniq.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "uniq"
|
name = "uniq"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "unlink.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
libc = "0.2.42"
|
libc = "0.2.42"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "unlink"
|
name = "unlink"
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "uptime.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
time = "0.1.40"
|
time = "0.1.40"
|
||||||
uucore = { version = "0.0.1", features = ["utmpx"] }
|
uucore = { version = "0.0.2", features = ["utmpx"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "uptime"
|
name = "uptime"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "users.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = { version = "0.0.1", features = ["utmpx"] }
|
uucore = { version = "0.0.2", features = ["utmpx"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "users"
|
name = "users"
|
||||||
|
|
|
@ -11,7 +11,7 @@ path = "wc.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
getopts = "0.2.18"
|
getopts = "0.2.18"
|
||||||
uucore = "0.0.1"
|
uucore = "0.0.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wc"
|
name = "wc"
|
||||||
|
|
|
@ -10,7 +10,7 @@ name = "uu_who"
|
||||||
path = "who.rs"
|
path = "who.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uucore = { version = "0.0.1", features = ["utmpx"] }
|
uucore = { version = "0.0.2", features = ["utmpx"] }
|
||||||
## optional
|
## optional
|
||||||
clippy = { version = "0.0.212", optional = true }
|
clippy = { version = "0.0.212", optional = true }
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "whoami.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
advapi32-sys = "0.2.0"
|
advapi32-sys = "0.2.0"
|
||||||
clap = "2.32"
|
clap = "2.32"
|
||||||
uucore = { version = "0.0.1", features = ["entries", "wide"] }
|
uucore = { version = "0.0.2", features = ["entries", "wide"] }
|
||||||
winapi = { version = "0.3", features = ["lmcons"] }
|
winapi = { version = "0.3", features = ["lmcons"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
@ -12,7 +12,7 @@ path = "yes.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32"
|
clap = "2.32"
|
||||||
uucore = { version = "0.0.1", features = ["zero-copy"] }
|
uucore = { version = "0.0.2", features = ["zero-copy"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
latency = []
|
latency = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue