PR classpath/29362:
[official-gcc.git] / libjava / classpath / ChangeLog.gcj
blob9ed4b4c3a16c2a87ef82c428d9d34cd1e723431c
1 2006-10-10  Tom Tromey  <tromey@redhat.com>
3         PR classpath/29362:
4         * gnu/xml/transform/TransformerImpl.java (transform): Only strip if
5         there is a stylesheet.
7 2006-10-05  Gary Benson  <gbenson@redhat.com>
9         * java/net/SocketPermission.java
10         (processHostport): Cope with IPv6 addresses with a
11         one-digit first component.
13 2006-09-25  Tom Tromey  <tromey@redhat.com>
15         * native/jni/gconf-peer/Makefile.in: Rebuilt.
16         * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LDFLAGS): New
17         variable.
19 2006-09-25  Tom Tromey  <tromey@redhat.com>
21         PR libgcj/29178:
22         * gnu/java/nio/charset/US_ASCII.java (Encoder.canEncode): New method.
23         (Encoder.canEncode): Likewise.
24         (Encoder.encodeLoop): Return unmappable for all non-ASCII characters.
25         * gnu/java/nio/charset/ByteCharset.java (Encoder.canEncode): New
26         method.
27         (Encoder.canEncode): Likewise.
28         * gnu/java/nio/charset/ISO_8859_1.java (Encoder.canEncode): New
29         method.
30         (Encoder.canEncode): Likewise.
32 2006-09-25  Tom Tromey  <tromey@redhat.com>
34         * native/fdlibm/mprec.c (mprec_calloc): Renamed.
35         (Balloc): Updated.
37 2006-09-25  Mark Wielaard  <mark@klomp.org>
39         Suggested by Aaron M. Ucko <ucko@debian.org>
40         Fixes bug #29203
41         * native/fdlibm/mprec.c (ulp): Define L as int32_t.
43 2006-09-22  David Daney  <ddaney@avtrex.com>
45         PR classpath/28661
46         * gnu/java/net/protocol/http/HTTPURLConnection.java (connect):  Add
47         default content-type for POST method.
49 2006-09-20  Gary Benson  <gbenson@redhat.com>
51         * java/net/InetAddress.java: Updated to latest.
52         * java/net/Inet4Address.java: Likewise.
53         * java/net/Inet6Address.java: Likewise.
54         * java/net/ResolverCache.java: Likewise.
55         * java/net/SocketPermission.java: Likewise.
57         * java/net/Inet4Address.java
58         (AF_INET): Renamed to FAMILY.
59         (<init>, writeReplace): Reflect the above.
60         * java/net/Inet6Address.java
61         (AF_INET6): Renamed to FAMILY.
62         (<init>): Reflect the above.
64 2006-09-18  Tom Tromey  <tromey@redhat.com>
66         * gnu/javax/net/ssl/provider/SSLSocket.java (isBound, isClosed,
67         isConnected): Removed old comment.
68         (getRemoteSocketAddress): Uncommented.
69         (setOOBInline, getOOBInline, setKeepAlive, getKeepAlive,
70         setTrafficClass, getTrafficClass, setReuseAddress,
71         getReuseAddress, shutdownInput, shutdownOutput, isInputShutdown,
72         isOutputShutdown): Uncommented.
74 2006-09-11 David Daney  <ddaney@avtrex.com>
76         PR classpath/28580
77         * gnu/java/net/protocol/http/Request.java (readResponse):  Call 
78         createResponseBodyStream in more cases and with new parameter.
79         (createResponseBodyStream):  Added new parameter mayHaveBody. Handle
80         HEAD and !mayHaveBody responses specially.
82 2006-09-05  Gary Benson  <gbenson@redhat.com>
84         * java/net/SocketPermission.java
85         (maybeBracketIPv6Address): Renamed to processHostport.
86         (processHostport): Also translate "" to "localhost".
87         (setHostPort): Remove special cases for empty hostport and for
88         extra colons in hostport (processHostport handles these now).
89         
90 2006-08-31  Keith Seitz  <keiths@redhat.com>
92         * include/jvmti.h: Update from Classpath to get latest fixes and
93         improvements.
95 2006-08-29  Gary Benson  <gbenson@redhat.com>
97         * java/net/SocketPermission.java
98         (maybeBracketIPv6Address): New method.
99         (<init>): Pass the hostport argument through the above.
101         * java/net/NetworkInterface.java (getInetAddresses):
102         Revert the previous change.
104 2006-08-24  Gary Benson  <gbenson@redhat.com>
106         * java/net/NetworkInterface.java (getInetAddresses): Bracket IPv6
107         addresses.
109 2006-08-18  Roger Sayle  <roger@eyesopen.com>
111         * scripts/check_jni_methods.sh: Don't use the "set -C" command
112         which isn't available in all shells.
114 2006-08-18  Tom Tromey  <tromey@redhat.com>
116         * gnu/java/util/prefs/NodeWriter.java (writeParents): Removed
117         debugging prints.
118         * gnu/java/util/prefs/NodeReader.java (readNodes): Removed debugging
119         print.
120         (readEntries): Likewise.
122 2006-08-09  Tom Tromey  <tromey@redhat.com>
124         PR classpath/28666:
125         * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c
126         (Java_gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice_nativeGetDisplayModes):
127         Create a 'short' array.
129 2006-08-07  Tom Tromey  <tromey@redhat.com>
131         PR libgcj/28609:
132         * ltconfig: Copied from gcc.
134 2006-07-20  Keith Seitz  <keiths@redhat.com>
136         * include/jvmti.h: Include copy from upstream before next merge.
138 2006-07-12  Tom Tromey  <tromey@redhat.com>
140         PR libgcj/27271:
141         * java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
142         on PartialInputStream.
143         (PartialInputStream.dummyByteCount): New field.
144         (PartialInputStream.fillBuffer): Handle dummy byte.
145         (PartialInputStream.read): Likewise.
146         (PartialInputStream.addDummyByte): New method.
148 2006-06-14  Tom Tromey  <tromey@redhat.com>
150         PR java/28024:
151         * aclocal.m4, configure: Rebuilt.
152         * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...).
153         * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...).
155 2006-06-09  Tom Tromey  <tromey@redhat.com>
157         PR classpath/23863:
158         * native/fdlibm/dtoa.c (_dtoa): Free contents of _Jv_reent when
159         finished.
160         * native/fdlibm/mprec.c: New version from newlib.  Commented out
161         some includes.  Added <assert.h>.
162         (_reent, _Bigint): New defines.
163         (_REENT_CHECK_MP, _REENT_MP_FREELIST, _REENT_MP_P5S): Likewise.
164         (__ULong, __Long): New types.
165         (_calloc_r): New function.
166         (Balloc): Dynamically add new _freelist entries as needed.
167         * native/fdlibm/mprec.h (struct _Jv_Bigint): Don't use
168         MAX_BIGNUMS to size _x[].
169         (struct _Jv_reent): _freelist now a _Jv_Bigint**.  Removed
170         _allocation_map, num.  Added _max_k.
172 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
174         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
175         (gcjversionedlibdir): Likewise.
176         (libgtkpeer_la_LDFLAGS): Likewise.
177         Install libgtkpeer.so in GCJ versioned library directory.
178         * native/jawt/Makefile.am (gcc_version): New variable.
179         (gcjversionedlibdir): Likewise.
180         (libjawt_la_LDFLAGS): Likewise.
181         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
182         versioned library directory.
183         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
184         System.loadLibrary unconditionally.
185         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
186         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
187         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
188         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
189         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
191 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
193         * include/config-int.h: Delete, it is a generated file.
195 2006-04-05  Tom Tromey  <tromey@redhat.com>
197         PR libgcj/26625:
198         * lib/Makefile.in: Rebuilt.
199         * lib/Makefile.am (compile-classes): Touch the output file.
201 2006-04-04  Tom Tromey  <tromey@redhat.com>
203         * lib/gen-classlist.sh.in: Correct handle generated files.
205 2006-04-04  Mark Wielaard  <mark@klomp.org>
207         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
208         as temporary file name.
210 2006-04-04  Tom Tromey  <tromey@redhat.com>
212         * lib/split-for-gcj.sh: Updated for multi-field format.
213         * lib/Makefile.am (CLEANFILES): Added classes.2.
214         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
215         classes.2 using multiple fields.
217 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
219         PR gcc/26901:
220         * Makefile.in: Rebuilt.
221         * Makefile.am (SUBDIRS): Remove 'tools'.
222         (DIST_SUBDIRS): Likewise.
224 2006-03-16  Tom Tromey  <tromey@redhat.com>
226         PR libgcj/26706:
227         * aclocal.m4, configure: Rebuilt.
228         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
230 2006-03-15  Tom Tromey  <tromey@redhat.com>
232         PR libgcj/26688:
233         * lib/Makefile.in: Rebuilt.
234         * lib/Makefile.am (propertydirs): Ignore .svn directories.
235         (metafiles): Likewise.
237 2006-03-10  Tom Tromey  <tromey@redhat.com>
239         For PR libgcj/25713:
240         * java/util/zip/InflaterInputStream.java (read): Replaced with
241         libgcj implementation.
243 2006-03-08  Tom Tromey  <tromey@redhat.com>
245         PR libgcj/24183:
246         * native/jni/xmlj/Makefile.in: Rebuilt.
247         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
248         (reverted local patch).
250 2006-01-16  Mark Wielaard  <mark@klomp.org>
252         * native/fdlibm/namespace.h: Empty for gcj.
254 2006-01-14  Anthony Green  <green@redhat.com>
256         * java/net/ServerSocket.java (accept): Remove bogus
257         security check.
258         (implAccept): Add FIXME comment.
260 2006-01-06  Tom Tromey  <tromey@redhat.com>
262         PR libgcj/23499:
263         * lib/Makefile.in: Rebuilt.
264         * lib/Makefile.am (glibj_DATA): Commented out.
266 2005-12-01  Anthony Green  <green@redhat.com>
268         PR bootstrap/25207
269         * configure.ac: Make sure we have an alsa library in addition to
270         the headers.  This extra test is required for systems with
271         multilibs.
272         * configure: Rebuilt.
274 2005-10-03  Tom Tromey  <tromey@redhat.com>
276         * native/jawt/Makefile.in: Rebuilt.
277         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
278         * native/jni/xmlj/Makefile.in: Rebuilt.
279         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
280         * native/jni/qt-peer/Makefile.in: Rebuilt.
281         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
282         * native/jni/gtk-peer/Makefile.in: Rebuilt.
283         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
285 2005-10-03  Tom Tromey  <tromey@redhat.com>
287         PR libgcj/24057:
288         * include/Makefile.in: Rebuilt.
289         * include/Makefile.am: Don't install headers.
291 2005-09-30  Tom Tromey  <tromey@redhat.com>
293         PR libgcj/24051:
294         * Makefile.in: Rebuilt.
295         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
296         * configure: Rebuilt.
297         * configure.ac: Use GCC_NO_EXECUTABLES
299 2005-09-23  Tom Tromey  <tromey@redhat.com>
301         * native/jawt/.cvsignore: Likewise.
302         * native/jni/qt-peer/.cvsignore
303         * native/jawt/Makefile.in: Added.
304         * native/jni/qt-peer/Makefile.in: Likewise.
306 2005-09-23  Tom Tromey  <tromey@redhat.com>
308         Imported Classpath 0.18.
310 2005-08-23  Tom Tromey  <tromey@redhat.com>
312         * configure: Rebuilt.
313         * configure.ac: Fixed typo.
315 2005-08-22  Tom Tromey  <tromey@redhat.com>
317         PR libgcj/23498:
318         * doc/Makefile.am (info_TEXINFOS): Commented out.
319         * doc/Makefile.in: Rebuilt.
321 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
323         * Makefile.am (ACLOCAL_AMFLAGS): New.
324         * Makefile.in: Regenerate.
325         
326 2005-08-22  Tom Tromey  <tromey@redhat.com>
328         PR libgcj/23498:
329         * doc/Makefile.am (info_TEXINFOS): Commented out.
330         * doc/Makefile.in: Rebuilt.
332 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
334         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
335         Don't use unportable !.
337 2005-07-15  Tom Tromey  <tromey@redhat.com>
339         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
340         config.sub, configure, ltmain.sh, doc/Makefile.in,
341         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
342         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
343         include/Makefile.in, include/config.h.in, include/jni.h,
344         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
345         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
346         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
347         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
348         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
349         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
350         native/target/Linux/Makefile.in,
351         native/target/generic/Makefile.in, resource/Makefile.in,
352         scripts/Makefile.in: Added.
353         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
354         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
355         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
356         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
357         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
358         native/testsuite/.cvsignore, native/.cvsignore,
359         native/vmi/.cvsignore, native/target/.cvsignore,
360         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
361         include/.cvsignore, doc/api/.cvsignore,
362         doc/www.gnu.org/faq/.cvsignore,
363         doc/www.gnu.org/downloads/.cvsignore,
364         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
365         doc/www.gnu.org/events/.cvsignore,
366         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
367         resource/.cvsignore, external/w3c_dom/.cvsignore,
368         external/sax/.cvsignore, external/.cvsignore,
369         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
370         test/java.io/.cvsignore, test/.cvsignore,
371         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
372         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
373         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
374         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
375         vm/reference/.cvsignore, scripts/.cvsignore: Updated.