Project

General

Profile

Download (3.44 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / sitools-update-classpath / out / classes / gnu / getopt / ChangeLog @ master

1
For release 1.0.13 (2006/08/29)
2

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

    
5
For release 1.0.12 (2005/11/12)
6

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

    
9
For release 1.0.11 (2005/02/19)
10

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

    
14
For release 1.0.10 (2004/09/12)
15

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

    
18
For release 1.0.9 (2002/01/16)
19

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

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

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

    
27
For release 1.0.8 (2000/09/11)
28

    
29
Ernst de Haan <ernst@jollem.com> provided Dutch language messages.
30

    
31
For release 1.0.7 (2000/02/02)
32

    
33
Fixed an obscure POSIX compatibility issue.  When an optstring is "o:",
34
then "-o -- foo" should result in -o having an optarg of "foo", not "--"
35
as was previously returned.  This new parsing behavior is only enabled
36
in POSIX compatibility mode.  Thank to Don Suit (dsuit@fc.hp.com) for
37
reporting this and help in communicating proper POSIX behavior.
38

    
39
For release 1.0.6 (1999/06/27)
40

    
41
Added French language messages.  Thanks to Edouard G. Parmelan 
42
(Edouard.Parmelan@quadratec.fr) for this contribution.
43

    
44
For release 1.0.5 (1999/03/23)
45

    
46
Fixed bug that caused getopt to throw a StringIndexOutOfBoundsException
47
when an empty string ("") argument was encountered.  Thanks to 
48
Steffen Siebert (siebert@logware.de) for this bug report and a patch.
49

    
50
For release 1.0.4
51

    
52
Added Norwegian language messages.  Thanks to Bj?rn-Ove Heimsund 
53
(s811@drone.ii.uib.no) for this contribution.
54

    
55
For release 1.0.3
56

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

    
60
For release 1.0.2
61

    
62
Prevent ArrayIndexOutOfBounds exception if "optstring" is null.  David Karr
63
(dkarr@nmo.gtegsc.com) had a problem with this when commenting out options
64
during debugging, so I have fixed it.
65

    
66
For release 1.0.1
67

    
68
Added Czech language messages.  Thanks to Roman Szturc (Roman.Szturc@vsb.cz)
69
for this contribution.
70

    
71
For release 1.0
72

    
73
No changes.  Just increment release number to 1.0
74

    
75
For release 0.9.2
76

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

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

    
87
For release 0.9.1
88

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

    
93
-- Messages are now internationalized.  Thanks to Bill King 
94
   (wrking@eng.sun.com) for this.
95

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

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

    
103
-- Fixed parts of licensing that mentioned the regular GPL.  Getopt is
104
   and always has been licensed under the LPGL.  Thanks to Arieh Markel 
105
   (arieh.markel@sun.com) for pointing this out.
106

    
107

    
108