busybox/coreutils
Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32.
It is impossible to formulate sane ABI based on
size of ulong because it can be 32-bit or 64-bit.
Basically it means that you cannot portably use
more that 32 option chars in one call anyway...
Make it explicit.
2006-10-03 21:00:06 +00:00
..
libcoreutils getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
basename.c
cal.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
cat.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
catv.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
chgrp.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
chmod.c
chown.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
chroot.c
cksum.c whitespace cleanup 2006-09-17 16:28:10 +00:00
cmp.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
comm.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
Config.in wc: optionally support very large files in wc 2006-09-29 23:41:59 +00:00
cp.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
cut.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
date.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
dd.c whitespace cleanup 2006-09-17 16:28:10 +00:00
df.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
diff.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
dirname.c
dos2unix.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
du.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
echo.c
env.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
expr.c - pull from busybox_scratch: r15829:15850 2006-08-28 23:31:54 +00:00
false.c
fold.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
head.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
hostid.c
id.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
install.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
length.c
ln.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
logname.c
ls.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
Makefile
Makefile.in
md5_sha1_sum.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
mkdir.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
mkfifo.c
mknod.c
mv.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
nice.c rename bb_default_error_retval -> xfunc_error_retval 2006-10-03 20:28:06 +00:00
nohup.c rename bb_default_error_retval -> xfunc_error_retval 2006-10-03 20:28:06 +00:00
od.c sed: unbreak multiple -e, -f option handling (my fault) 2006-10-01 21:05:12 +00:00
printenv.c
printf.c remove unneeded #includes, fix indentation 2006-09-23 16:01:09 +00:00
pwd.c
realpath.c
rm.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
rmdir.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
seq.c usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. 2006-09-27 23:31:08 +00:00
sleep.c
sort.c rename bb_default_error_retval -> xfunc_error_retval 2006-10-03 20:28:06 +00:00
stat.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
stty.c Yet another silly little byte saving. couldn't -> cannot 2006-09-29 21:30:43 +00:00
sum.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
sync.c
tail.c - pull from busybox_scratch: r15829:15850 2006-08-28 23:31:54 +00:00
tee.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
test.c "Jordan Crouse" <jordan.crouse@amd.com> says: 2006-08-22 23:40:28 +00:00
touch.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
tr.c using [xa]sprintf for string concatenation is neat and saves 2006-09-09 12:24:19 +00:00
true.c
tty.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
uname.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
uniq.c
usleep.c
uudecode.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
uuencode.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
watch.c - pull from busybox_scratch: r15829:15850 2006-08-28 23:31:54 +00:00
wc.c getopt_ulflags -> getopt32. 2006-10-03 21:00:06 +00:00
who.c whitespace cleanup 2006-09-17 16:28:10 +00:00
whoami.c
yes.c