File: ChangeLog

package info (click to toggle)
libgetopt-java 1.0.14%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • ctags: 63
  • sloc: java: 634; xml: 54; makefile: 47
file content (114 lines) | stat: -rw-r--r-- 3,721 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
For release 1.0.14 (2012/02/08)

David Zhang (david290@qq.com) provided Chinese language messages.
Daniel Thomas (drt24@srcf.ucam.org) contributed a patch to fix a static
access warning message.

For release 1.0.13 (2006/08/29)

Krzysztof Szymanski (sirch.s@gmail.com) provided Polish language messages.

For release 1.0.12 (2005/11/12)

Sandro Tossi (matrixhasu@gmail.com) provided Italian language messages.

For release 1.0.11 (2005/02/19)

Daniel Perez Alvarez (dondani@gmail.com) provided Spanish language
messages.

For release 1.0.10 (2004/09/12)

Marian-Nicolae V. Ion (mion@neocom.fr) provided Romanian language messages.

For release 1.0.9 (2002/01/16)

Yasuoka Masahiko <yasuoka@yasuoka.net> provided Japanese langauge messages.

Csom Gyula <Csom@interface.hu> provided Hungarian language messages.

Guillaume Rousse <rousse@ccr.jussieu.fr> supplied the ant build file
and documentation.  

For release 1.0.8 (2000/09/11)

Ernst de Haan <ernst@jollem.com> 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 (dsuit@fc.hp.com) 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 
(Edouard.Parmelan@quadratec.fr) 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 (siebert@logware.de) for this bug report and a patch.

For release 1.0.4

Added Norwegian language messages.  Thanks to Bjrn-Ove Heimsund 
(s811@drone.ii.uib.no) for this contribution.

For release 1.0.3

Added German language messages.  Thanks to Bernhard Bablok 
(bablokb@gmx.net) for this contribution.

For release 1.0.2

Prevent ArrayIndexOutOfBounds exception if "optstring" is null.  David Karr
(dkarr@nmo.gtegsc.com) 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 (Roman.Szturc@vsb.cz)
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 
   (wrking@eng.sun.com) 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 
   (arieh.markel@sun.com) for pointing this out.