.. |
libcoreutils
|
5711a2a4ad
libbb: more compact API for bb_parse_mode()
|
9 年之前 |
Config.src
|
ace833028f
stat: make -f optional. This allows to build stat for non-linux systems
|
9 年之前 |
Kbuild.src
|
35ae2ccb40
sync: add support for -d -f FILE
|
9 年之前 |
basename.c
|
86031a5ffd
trim extra newlines in help texts
|
9 年之前 |
cal.c
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 年之前 |
cat.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
catv.c
|
69a12fa790
catv: suppress compiler warning
|
10 年之前 |
chgrp.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
chmod.c
|
5711a2a4ad
libbb: more compact API for bb_parse_mode()
|
9 年之前 |
chown.c
|
3d0805e9e7
libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1
|
9 年之前 |
chroot.c
|
0687a5b496
libbb: make xchroot do a chdir("/") after chroot
|
12 年之前 |
cksum.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
comm.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
cp.c
|
17f8418ea7
Add conditional support for -v / --verbose
|
10 年之前 |
cut.c
|
6967578728
whitespace fixes. no code changes
|
11 年之前 |
date.c
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 年之前 |
dd.c
|
c30a5b1373
dd: support iflag=skip_bytes
|
8 年之前 |
df.c
|
fbdc167f27
df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
|
10 年之前 |
dirname.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
dos2unix.c
|
c7e47cf627
dos2unix: try to preserve ownership. closes 8311
|
8 年之前 |
du.c
|
93dd9fd90a
du: extra compat: with -k and -m, round sizes up
|
9 年之前 |
echo.c
|
670c3f7822
echo: make escape sequences depend on fancy mode
|
9 年之前 |
env.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
expand.c
|
22bb81fa85
expand: use printable_string instead of hard-coding implementation
|
11 年之前 |
expr.c
|
16714245f9
add INIT_G()'s. No code changes.
|
13 年之前 |
false.c
|
de5edadee2
special-case {true,false,test} --help
|
9 年之前 |
fold.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
fsync.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
head.c
|
c72b43c2f0
Commonalize typical [b,]k,m suffix struct
|
11 年之前 |
hostid.c
|
9bbf6b98c4
hostid: do not output sign-extended host id. Closes 6056
|
11 年之前 |
id.c
|
445e7543e8
platform: use KERNEL_VERSION to simplify uClibc version checking
|
11 年之前 |
id_test.sh
|
34e68c8b42
id: coreutils compat by Tito + test script
|
16 年之前 |
install.c
|
5711a2a4ad
libbb: more compact API for bb_parse_mode()
|
9 年之前 |
length.c.disabled
|
6a3e01d5a9
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
|
13 年之前 |
ln.c
|
97f2f7ca7f
Removes stray empty line from code
|
9 年之前 |
logname.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
ls.c
|
ea351b9742
ls: fix columnar output. Closes 8731
|
8 年之前 |
md5_sha1_sum.c
|
4f9fc1e5f5
foo*sum: Correct syntax error
|
11 年之前 |
mkdir.c
|
5711a2a4ad
libbb: more compact API for bb_parse_mode()
|
9 年之前 |
mkfifo.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
mknod.c
|
60cb48ca50
whitespace cleanup. no code changes
|
11 年之前 |
mv.c
|
17f8418ea7
Add conditional support for -v / --verbose
|
10 年之前 |
nice.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
nohup.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
od.c
|
5c10fa5c24
od: code shrink, fix "od --traditional FILE"
|
13 年之前 |
od_bloaty.c
|
f3d58a29be
od: get rid of (almost all) statics
|
9 年之前 |
printenv.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
printf.c
|
4a79224cfc
printf: short-circuit output when argument to %b includes \c
|
8 年之前 |
pwd.c
|
73d249e704
whitespace fixes
|
13 年之前 |
readlink.c
|
1b49c25e0a
readlink: note that our -f is really -e
|
11 年之前 |
realpath.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
rm.c
|
17f8418ea7
Add conditional support for -v / --verbose
|
10 年之前 |
rmdir.c
|
17f8418ea7
Add conditional support for -v / --verbose
|
10 年之前 |
seq.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
shuf.c
|
7db312ad26
fix whitespaces
|
9 年之前 |
sleep.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
sort.c
|
b14374a5ba
sort: "-o FILE", not "-o", is the syntax
|
8 年之前 |
split.c
|
c72b43c2f0
Commonalize typical [b,]k,m suffix struct
|
11 年之前 |
stat.c
|
ace833028f
stat: make -f optional. This allows to build stat for non-linux systems
|
9 年之前 |
stty.c
|
641caaec3d
libbb: factor out code which queries screen width
|
9 年之前 |
sum.c
|
327f550669
Use unsigned printf/scanf conversion where more appropriate
|
11 年之前 |
sync.c
|
35ae2ccb40
sync: add support for -d -f FILE
|
9 年之前 |
tac.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
tail.c
|
1bdbf26454
tail: adjust help/usage texts
|
10 年之前 |
tee.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
test.c
|
de5edadee2
special-case {true,false,test} --help
|
9 年之前 |
test_ptr_hack.c
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |
touch.c
|
b5352078a7
touch: add conditional support for -h
|
11 年之前 |
tr.c
|
d683c5c2f1
tr: support octal ranges
|
9 年之前 |
true.c
|
de5edadee2
special-case {true,false,test} --help
|
9 年之前 |
truncate.c
|
6a70db85cf
truncate: use O_WRONLY|O_NONBLOCK
|
8 年之前 |
tty.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
uname.c
|
64ed5f0d3c
uname: make OS name configurable
|
9 年之前 |
uniq.c
|
d60752f8c9
build system: -fno-builtin-printf
|
9 年之前 |
unlink.c
|
ea23c25e96
unlink: new applet
|
10 年之前 |
usleep.c
|
acff3733ba
usleep: do not check for usleep error, it should never fail
|
13 年之前 |
uudecode.c
|
2b48c38be6
uudecode: tolerate text input with CR+LF line ends
|
9 年之前 |
uuencode.c
|
fa737cebe7
uuencode: tweak help text
|
12 年之前 |
wc.c
|
66426760be
*: remove "Options:" string from help texts
|
13 年之前 |
who.c
|
d60752f8c9
build system: -fno-builtin-printf
|
9 年之前 |
whoami.c
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年之前 |
yes.c
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年之前 |