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