OSDN Git Service

New option parsing infrastructure (doesn't use getopt). Hook it up to
authorRob Landley <rob@landley.net>
Sun, 19 Nov 2006 07:49:22 +0000 (02:49 -0500)
committerRob Landley <rob@landley.net>
Sun, 19 Nov 2006 07:49:22 +0000 (02:49 -0500)
commit8324b89598b2aee0957a0378f0f63ff5755498be
tree6958c34834147ab29607a8e67aca2b05a751f2ee
parentb29ceb8bd0f99134fe215eebc531dbcd7717e8ae
New option parsing infrastructure (doesn't use getopt).  Hook it up to
existing applets.  Still a bit buggy, but bits of it work.
Config.in
lib/args.c [new file with mode: 0644]
lib/lib.h
main.c
toys.h
toys/Config.in
toys/df.c
toys/toylist.h
toys/toysh.c
toys/which.c