All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gnu.getopt.ChangeLog Maven / Gradle / Ivy

There is a newer version: 1.0.14.0.1
Show newest version
For release 1.0.14 (2012/02/08)

David Zhang ([email protected]) provided Chinese language messages.
Daniel Thomas ([email protected]) contributed a patch to fix a static
access warning message.

For release 1.0.13 (2006/08/29)

Krzysztof Szymanski ([email protected]) provided Polish language messages.

For release 1.0.12 (2005/11/12)

Sandro Tossi ([email protected]) provided Italian language messages.

For release 1.0.11 (2005/02/19)

Daniel Perez Alvarez ([email protected]) provided Spanish language
messages.

For release 1.0.10 (2004/09/12)

Marian-Nicolae V. Ion ([email protected]) provided Romanian language messages.

For release 1.0.9 (2002/01/16)

Yasuoka Masahiko  provided Japanese langauge messages.

Csom Gyula  provided Hungarian language messages.

Guillaume Rousse  supplied the ant build file
and documentation.  

For release 1.0.8 (2000/09/11)

Ernst de Haan  provided Dutch language messages.

For release 1.0.7 (2000/02/02)

Fixed an obscure POSIX compatibility issue.  When an optstring is "o:",
then "-o -- foo" should result in -o having an optarg of "foo", not "--"
as was previously returned.  This new parsing behavior is only enabled
in POSIX compatibility mode.  Thank to Don Suit ([email protected]) for
reporting this and help in communicating proper POSIX behavior.

For release 1.0.6 (1999/06/27)

Added French language messages.  Thanks to Edouard G. Parmelan 
([email protected]) for this contribution.

For release 1.0.5 (1999/03/23)

Fixed bug that caused getopt to throw a StringIndexOutOfBoundsException
when an empty string ("") argument was encountered.  Thanks to 
Steffen Siebert ([email protected]) for this bug report and a patch.

For release 1.0.4

Added Norwegian language messages.  Thanks to Bj?rn-Ove Heimsund 
([email protected]) for this contribution.

For release 1.0.3

Added German language messages.  Thanks to Bernhard Bablok 
([email protected]) for this contribution.

For release 1.0.2

Prevent ArrayIndexOutOfBounds exception if "optstring" is null.  David Karr
([email protected]) had a problem with this when commenting out options
during debugging, so I have fixed it.

For release 1.0.1

Added Czech language messages.  Thanks to Roman Szturc ([email protected])
for this contribution.

For release 1.0

No changes.  Just increment release number to 1.0

For release 0.9.2

The sample code has been moved into a separate file called "GetoptDemo.java".
This is so that it can be legally placed into the public domain and not
subsumed into the LGPL as would be the case if it were in Getopt.java.
While I do not encourage anyone to write proprietary software, I feel that
there is no good purpose served in restricting what someone can do with
a short example program.

Modified the Makefile and various other files to support the change
above.

For release 0.9.1

This release contains only minor fixes.  It's always possible it introduces
some bugs though so unless you are keen on internationalization or are
having a line separator problem, there is no need to upgrade from 0.9.

-- Messages are now internationalized.  Thanks to Bill King 
   ([email protected]) for this.

-- Changes all print's to println's to avoid system dependent line
   separators.

-- All internal variables are now protected.  Several people suggested
   doing this in response to my request for comments in the help file.
   No one suggested keeping any variables public.

-- Fixed parts of licensing that mentioned the regular GPL.  Getopt is
   and always has been licensed under the LPGL.  Thanks to Arieh Markel 
   ([email protected]) for pointing this out.







© 2015 - 2024 Weber Informatics LLC | Privacy Policy