OSDN Git Service

923e6070d8247d3f715cc6a0ac934eb233d1b4a1
[pf3gnuchains/gcc-fork.git] / libjava / classpath / ChangeLog.gcj
1 2006-09-11 David Daney  <ddaney@avtrex.com>
2
3         PR classpath/28580
4         * gnu/java/net/protocol/http/Request.java (readResponse):  Call 
5         createResponseBodyStream in more cases and with new parameter.
6         (createResponseBodyStream):  Added new parameter mayHaveBody. Handle
7         HEAD and !mayHaveBody responses specially.
8
9 2006-09-05  Gary Benson  <gbenson@redhat.com>
10
11         * java/net/SocketPermission.java
12         (maybeBracketIPv6Address): Renamed to processHostport.
13         (processHostport): Also translate "" to "localhost".
14         (setHostPort): Remove special cases for empty hostport and for
15         extra colons in hostport (processHostport handles these now).
16         
17 2006-08-31  Keith Seitz  <keiths@redhat.com>
18
19         * include/jvmti.h: Update from Classpath to get latest fixes and
20         improvements.
21
22 2006-08-29  Gary Benson  <gbenson@redhat.com>
23
24         * java/net/SocketPermission.java
25         (maybeBracketIPv6Address): New method.
26         (<init>): Pass the hostport argument through the above.
27
28         * java/net/NetworkInterface.java (getInetAddresses):
29         Revert the previous change.
30
31 2006-08-24  Gary Benson  <gbenson@redhat.com>
32
33         * java/net/NetworkInterface.java (getInetAddresses): Bracket IPv6
34         addresses.
35
36 2006-08-18  Roger Sayle  <roger@eyesopen.com>
37
38         * scripts/check_jni_methods.sh: Don't use the "set -C" command
39         which isn't available in all shells.
40
41 2006-08-18  Tom Tromey  <tromey@redhat.com>
42
43         * gnu/java/util/prefs/NodeWriter.java (writeParents): Removed
44         debugging prints.
45         * gnu/java/util/prefs/NodeReader.java (readNodes): Removed debugging
46         print.
47         (readEntries): Likewise.
48
49 2006-08-09  Tom Tromey  <tromey@redhat.com>
50
51         PR classpath/28666:
52         * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c
53         (Java_gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice_nativeGetDisplayModes):
54         Create a 'short' array.
55
56 2006-08-07  Tom Tromey  <tromey@redhat.com>
57
58         PR libgcj/28609:
59         * ltconfig: Copied from gcc.
60
61 2006-07-20  Keith Seitz  <keiths@redhat.com>
62
63         * include/jvmti.h: Include copy from upstream before next merge.
64
65 2006-07-12  Tom Tromey  <tromey@redhat.com>
66
67         PR libgcj/27271:
68         * java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
69         on PartialInputStream.
70         (PartialInputStream.dummyByteCount): New field.
71         (PartialInputStream.fillBuffer): Handle dummy byte.
72         (PartialInputStream.read): Likewise.
73         (PartialInputStream.addDummyByte): New method.
74
75 2006-06-14  Tom Tromey  <tromey@redhat.com>
76
77         PR java/28024:
78         * aclocal.m4, configure: Rebuilt.
79         * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...).
80         * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...).
81
82 2006-06-09  Tom Tromey  <tromey@redhat.com>
83
84         PR classpath/23863:
85         * native/fdlibm/dtoa.c (_dtoa): Free contents of _Jv_reent when
86         finished.
87         * native/fdlibm/mprec.c: New version from newlib.  Commented out
88         some includes.  Added <assert.h>.
89         (_reent, _Bigint): New defines.
90         (_REENT_CHECK_MP, _REENT_MP_FREELIST, _REENT_MP_P5S): Likewise.
91         (__ULong, __Long): New types.
92         (_calloc_r): New function.
93         (Balloc): Dynamically add new _freelist entries as needed.
94         * native/fdlibm/mprec.h (struct _Jv_Bigint): Don't use
95         MAX_BIGNUMS to size _x[].
96         (struct _Jv_reent): _freelist now a _Jv_Bigint**.  Removed
97         _allocation_map, num.  Added _max_k.
98
99 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
100
101         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
102         (gcjversionedlibdir): Likewise.
103         (libgtkpeer_la_LDFLAGS): Likewise.
104         Install libgtkpeer.so in GCJ versioned library directory.
105         * native/jawt/Makefile.am (gcc_version): New variable.
106         (gcjversionedlibdir): Likewise.
107         (libjawt_la_LDFLAGS): Likewise.
108         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
109         versioned library directory.
110         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
111         System.loadLibrary unconditionally.
112         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
113         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
114         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
115         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
116         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
117
118 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
119
120         * include/config-int.h: Delete, it is a generated file.
121
122 2006-04-05  Tom Tromey  <tromey@redhat.com>
123
124         PR libgcj/26625:
125         * lib/Makefile.in: Rebuilt.
126         * lib/Makefile.am (compile-classes): Touch the output file.
127
128 2006-04-04  Tom Tromey  <tromey@redhat.com>
129
130         * lib/gen-classlist.sh.in: Correct handle generated files.
131
132 2006-04-04  Mark Wielaard  <mark@klomp.org>
133
134         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
135         as temporary file name.
136
137 2006-04-04  Tom Tromey  <tromey@redhat.com>
138
139         * lib/split-for-gcj.sh: Updated for multi-field format.
140         * lib/Makefile.am (CLEANFILES): Added classes.2.
141         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
142         classes.2 using multiple fields.
143
144 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
145
146         PR gcc/26901:
147         * Makefile.in: Rebuilt.
148         * Makefile.am (SUBDIRS): Remove 'tools'.
149         (DIST_SUBDIRS): Likewise.
150
151 2006-03-16  Tom Tromey  <tromey@redhat.com>
152
153         PR libgcj/26706:
154         * aclocal.m4, configure: Rebuilt.
155         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
156
157 2006-03-15  Tom Tromey  <tromey@redhat.com>
158
159         PR libgcj/26688:
160         * lib/Makefile.in: Rebuilt.
161         * lib/Makefile.am (propertydirs): Ignore .svn directories.
162         (metafiles): Likewise.
163
164 2006-03-10  Tom Tromey  <tromey@redhat.com>
165
166         For PR libgcj/25713:
167         * java/util/zip/InflaterInputStream.java (read): Replaced with
168         libgcj implementation.
169
170 2006-03-08  Tom Tromey  <tromey@redhat.com>
171
172         PR libgcj/24183:
173         * native/jni/xmlj/Makefile.in: Rebuilt.
174         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
175         (reverted local patch).
176
177 2006-01-16  Mark Wielaard  <mark@klomp.org>
178
179         * native/fdlibm/namespace.h: Empty for gcj.
180
181 2006-01-14  Anthony Green  <green@redhat.com>
182
183         * java/net/ServerSocket.java (accept): Remove bogus
184         security check.
185         (implAccept): Add FIXME comment.
186
187 2006-01-06  Tom Tromey  <tromey@redhat.com>
188
189         PR libgcj/23499:
190         * lib/Makefile.in: Rebuilt.
191         * lib/Makefile.am (glibj_DATA): Commented out.
192
193 2005-12-01  Anthony Green  <green@redhat.com>
194
195         PR bootstrap/25207
196         * configure.ac: Make sure we have an alsa library in addition to
197         the headers.  This extra test is required for systems with
198         multilibs.
199         * configure: Rebuilt.
200
201 2005-10-03  Tom Tromey  <tromey@redhat.com>
202
203         * native/jawt/Makefile.in: Rebuilt.
204         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
205         * native/jni/xmlj/Makefile.in: Rebuilt.
206         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
207         * native/jni/qt-peer/Makefile.in: Rebuilt.
208         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
209         * native/jni/gtk-peer/Makefile.in: Rebuilt.
210         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
211
212 2005-10-03  Tom Tromey  <tromey@redhat.com>
213
214         PR libgcj/24057:
215         * include/Makefile.in: Rebuilt.
216         * include/Makefile.am: Don't install headers.
217
218 2005-09-30  Tom Tromey  <tromey@redhat.com>
219
220         PR libgcj/24051:
221         * Makefile.in: Rebuilt.
222         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
223         * configure: Rebuilt.
224         * configure.ac: Use GCC_NO_EXECUTABLES
225
226 2005-09-23  Tom Tromey  <tromey@redhat.com>
227
228         * native/jawt/.cvsignore: Likewise.
229         * native/jni/qt-peer/.cvsignore
230         * native/jawt/Makefile.in: Added.
231         * native/jni/qt-peer/Makefile.in: Likewise.
232
233 2005-09-23  Tom Tromey  <tromey@redhat.com>
234
235         Imported Classpath 0.18.
236
237 2005-08-23  Tom Tromey  <tromey@redhat.com>
238
239         * configure: Rebuilt.
240         * configure.ac: Fixed typo.
241
242 2005-08-22  Tom Tromey  <tromey@redhat.com>
243
244         PR libgcj/23498:
245         * doc/Makefile.am (info_TEXINFOS): Commented out.
246         * doc/Makefile.in: Rebuilt.
247
248 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
249
250         * Makefile.am (ACLOCAL_AMFLAGS): New.
251         * Makefile.in: Regenerate.
252         
253 2005-08-22  Tom Tromey  <tromey@redhat.com>
254
255         PR libgcj/23498:
256         * doc/Makefile.am (info_TEXINFOS): Commented out.
257         * doc/Makefile.in: Rebuilt.
258
259 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
260
261         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
262         Don't use unportable !.
263
264 2005-07-15  Tom Tromey  <tromey@redhat.com>
265
266         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
267         config.sub, configure, ltmain.sh, doc/Makefile.in,
268         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
269         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
270         include/Makefile.in, include/config.h.in, include/jni.h,
271         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
272         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
273         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
274         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
275         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
276         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
277         native/target/Linux/Makefile.in,
278         native/target/generic/Makefile.in, resource/Makefile.in,
279         scripts/Makefile.in: Added.
280         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
281         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
282         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
283         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
284         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
285         native/testsuite/.cvsignore, native/.cvsignore,
286         native/vmi/.cvsignore, native/target/.cvsignore,
287         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
288         include/.cvsignore, doc/api/.cvsignore,
289         doc/www.gnu.org/faq/.cvsignore,
290         doc/www.gnu.org/downloads/.cvsignore,
291         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
292         doc/www.gnu.org/events/.cvsignore,
293         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
294         resource/.cvsignore, external/w3c_dom/.cvsignore,
295         external/sax/.cvsignore, external/.cvsignore,
296         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
297         test/java.io/.cvsignore, test/.cvsignore,
298         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
299         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
300         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
301         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
302         vm/reference/.cvsignore, scripts/.cvsignore: Updated.