This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
getopt note
- From: Tom Tromey <tromey at redhat dot com>
- To: Frysk Hackers <frysk at sourceware dot org>
- Date: 21 Sep 2006 18:57:30 -0600
- Subject: getopt note
- Reply-to: tromey at redhat dot com
FYI... I checked in a refactoring to GNU Classpath's getopt code just
now. This refactoring pulls the one Classpath dependency
(ClasspathToolParser) out of the getopt package and it also adds
support for joined short options -- the latter meaning that AFAIK this
getopt is feature complete.
So, a new import may be in order.
Also, Classpath's getopt relies on a message bundle, which I don't
think was checked in today. Without this messages won't print
properly.
Tom