This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix gij --verbose command line parsing


Mark Wielaard wrote:

Hi,

gij --help tells us to use --verbose or --verbose:class, but the actual
command line parsing got it wrong. Since all long options start with --
this one should also.

2005-02-10 Mark Wielaard <mark@klomp.org>

* gij.cc (main): Correctly parse --verbose.

OK to commit?



We ought to accept both forms. "--verbose" for compliance with GNU standards, and "-verbose" for backwards compatibility with other VMs.


Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]