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