svn commit: trunk/busybox/archival

Rob Landley rob at landley.net
Sat Oct 15 22:10:20 UTC 2005


On Saturday 15 October 2005 01:37, Vladimir N. Oleynik wrote:
> landley at busybox.net wrote:
> > I have no idea how to apply bb_getopt_complementally to a --longopt that
> > has no short option.  The documentation from vodz has a bad case of
> > babelfish poisoning, and I can't understand it.  It sort of seems to
> > suggest there is a way, but what it is I have no idea.  So I used \n as
> > the short option, which is fairly unlikely to be used for something else.
> > :)
>
> getopt_ulflasg() support integer (> UCHAR_MAX) longopts now,
> but bb_getopt_complementally - not. Else require bloat code with
> integer array bb_getopt_complementally[] :(
> You make real one true idea with '\n'.
> But, do not loses initialize llist to NULL. (I applied correction already).

Now "tar xvjf filename.tbz" doesn't work.  (I don't know if you broke it or if 
I did, I'm just getting around to properly testing it now...)

Tricksy, this argument parsing code is.

Rob



More information about the busybox mailing list