busybox/coreutils
Eric Andersen 05df91a3ac last_patch98 from vodz:
Denis,

># ./busybox env - echo zzz
>zzz
># ./busybox echo -n zzz
>zzz
># ./busybox env - echo -n zzz
>env: invalid option -- n
>
>       obviously, env tried to understand -n as env's option
>       instead of blindly passing it to echo...
>
>BusyBox v1.00-pre1 (2003.07.16-07:53+0000) multi-call binary
>
>Usage: env [-iu] [-] [name=value]... [command]

Ah, you found very old problem.
Last patch also have:

- multiple "-u unsetenv" support
- GNU long option support
- save errno after exec failed before bb_perror_msg()


--w
vodz
2003-07-28 07:42:19 +00:00
..
libcoreutils Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
basename.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
cal.c
cat.c
chgrp.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
chmod.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
chown.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
chroot.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
cmp.c
Config.in There should be only one instance of CONFIG_FEATURE_AUTOWIDTH 2003-07-26 09:33:16 +00:00
cp.c
cut.c Add prototype update missing from last_patch89. Fix screwy 2003-06-20 09:16:00 +00:00
date.c Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current 2003-07-23 23:24:31 +00:00
dd.c last_patch89 from vodz: 2003-06-20 09:01:58 +00:00
df.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
dirname.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
dos2unix.c
du.c last_patch89 from vodz: 2003-06-20 09:01:58 +00:00
echo.c
env.c last_patch98 from vodz: 2003-07-28 07:42:19 +00:00
expr.c
false.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
fold.c
head.c
hostid.c
id.c Patch from Russell Coker: 2003-07-03 10:07:04 +00:00
length.c
ln.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
logname.c
ls.c Michael Sternberg writes: 2003-07-14 19:20:46 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
md5sum.c Run through indent 2003-06-07 14:54:24 +00:00
mkdir.c last_patch89 from vodz: 2003-06-20 09:01:58 +00:00
mkfifo.c
mknod.c
mv.c last_patch89 from vodz: 2003-06-20 09:01:58 +00:00
od.c
printf.c cleanup a bit to remove needless verify() function 2003-05-26 18:09:14 +00:00
pwd.c
realpath.c
rm.c last_patch89 from vodz: 2003-06-20 09:01:58 +00:00
rmdir.c
sha1sum.c As implemented, sha1sum would sometimes give the wrong answer. 2003-07-03 09:41:41 +00:00
sleep.c
sort.c
stty.c last_patch89 from vodz: 2003-06-20 09:01:58 +00:00
sync.c
tail.c
tee.c
test.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
touch.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
tr.c eliminate DOSTATIC, DODEBUG, etc and name them sensibly 2003-07-22 22:15:21 +00:00
true.c Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
tty.c
uname.c
uniq.c
usleep.c
uudecode.c
uuencode.c
watch.c
wc.c
who.c
whoami.c
yes.c