OSDN Git Service

Expand toys.optargs to 64 bits so people adding more options to ls don't run out.
authorRob Landley <rob@landley.net>
Thu, 10 Dec 2015 21:57:08 +0000 (15:57 -0600)
committerRob Landley <rob@landley.net>
Thu, 10 Dec 2015 21:57:08 +0000 (15:57 -0600)
commitaaecbbac2f94b7a93eb2df7f9db78828cbb7b647
treeac2a23d038113e359b583e042170d9d319690cf2
parent5cb65054067391af7602bc303d77349c76648faf
Expand toys.optargs to 64 bits so people adding more options to ls don't run out.

Keep the low 32 bits of FLAG_x constants as 32 bit numbers so that at least
on little endian platforms it's still normal 32 bit math outside of lib/args.c.
lib/args.c
scripts/mkflags.c
toys.h
toys/example/test_many_options.c [new file with mode: 0644]