2006-11-03 Gary Benson <gbenson@redhat.com>
[gcc.git] / libjava / classpath / ChangeLog.gcj
1 2006-11-03 Gary Benson <gbenson@redhat.com>
2
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.
9
10 2006-10-10 Tom Tromey <tromey@redhat.com>
11
12 PR classpath/29362:
13 * gnu/xml/transform/TransformerImpl.java (transform): Only strip if
14 there is a stylesheet.
15
16 2006-10-05 Gary Benson <gbenson@redhat.com>
17
18 * java/net/SocketPermission.java
19 (processHostport): Cope with IPv6 addresses with a
20 one-digit first component.
21
22 2006-09-25 Tom Tromey <tromey@redhat.com>
23
24 * native/jni/gconf-peer/Makefile.in: Rebuilt.
25 * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LDFLAGS): New
26 variable.
27
28 2006-09-25 Tom Tromey <tromey@redhat.com>
29
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.
40
41 2006-09-25 Tom Tromey <tromey@redhat.com>
42
43 * native/fdlibm/mprec.c (mprec_calloc): Renamed.
44 (Balloc): Updated.
45
46 2006-09-25 Mark Wielaard <mark@klomp.org>
47
48 Suggested by Aaron M. Ucko <ucko@debian.org>
49 Fixes bug #29203
50 * native/fdlibm/mprec.c (ulp): Define L as int32_t.
51
52 2006-09-22 David Daney <ddaney@avtrex.com>
53
54 PR classpath/28661
55 * gnu/java/net/protocol/http/HTTPURLConnection.java (connect): Add
56 default content-type for POST method.
57
58 2006-09-20 Gary Benson <gbenson@redhat.com>
59
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.
65
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.
72
73 2006-09-18 Tom Tromey <tromey@redhat.com>
74
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.
82
83 2006-09-11 David Daney <ddaney@avtrex.com>
84
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.
90
91 2006-09-05 Gary Benson <gbenson@redhat.com>
92
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>
100
101 * include/jvmti.h: Update from Classpath to get latest fixes and
102 improvements.
103
104 2006-08-29 Gary Benson <gbenson@redhat.com>
105
106 * java/net/SocketPermission.java
107 (maybeBracketIPv6Address): New method.
108 (<init>): Pass the hostport argument through the above.
109
110 * java/net/NetworkInterface.java (getInetAddresses):
111 Revert the previous change.
112
113 2006-08-24 Gary Benson <gbenson@redhat.com>
114
115 * java/net/NetworkInterface.java (getInetAddresses): Bracket IPv6
116 addresses.
117
118 2006-08-18 Roger Sayle <roger@eyesopen.com>
119
120 * scripts/check_jni_methods.sh: Don't use the "set -C" command
121 which isn't available in all shells.
122
123 2006-08-18 Tom Tromey <tromey@redhat.com>
124
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.
130
131 2006-08-09 Tom Tromey <tromey@redhat.com>
132
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.
137
138 2006-08-07 Tom Tromey <tromey@redhat.com>
139
140 PR libgcj/28609:
141 * ltconfig: Copied from gcc.
142
143 2006-07-20 Keith Seitz <keiths@redhat.com>
144
145 * include/jvmti.h: Include copy from upstream before next merge.
146
147 2006-07-12 Tom Tromey <tromey@redhat.com>
148
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.
156
157 2006-06-14 Tom Tromey <tromey@redhat.com>
158
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 $(...).
163
164 2006-06-09 Tom Tromey <tromey@redhat.com>
165
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.
180
181 2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
182
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.
199
200 2006-05-19 Andreas Tobler <a.tobler@schweiz.ch>
201
202 * include/config-int.h: Delete, it is a generated file.
203
204 2006-04-05 Tom Tromey <tromey@redhat.com>
205
206 PR libgcj/26625:
207 * lib/Makefile.in: Rebuilt.
208 * lib/Makefile.am (compile-classes): Touch the output file.
209
210 2006-04-04 Tom Tromey <tromey@redhat.com>
211
212 * lib/gen-classlist.sh.in: Correct handle generated files.
213
214 2006-04-04 Mark Wielaard <mark@klomp.org>
215
216 * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
217 as temporary file name.
218
219 2006-04-04 Tom Tromey <tromey@redhat.com>
220
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.
225
226 2006-04-03 Bernhard Rosenkraenzer <bero@arklinux.org>
227
228 PR gcc/26901:
229 * Makefile.in: Rebuilt.
230 * Makefile.am (SUBDIRS): Remove 'tools'.
231 (DIST_SUBDIRS): Likewise.
232
233 2006-03-16 Tom Tromey <tromey@redhat.com>
234
235 PR libgcj/26706:
236 * aclocal.m4, configure: Rebuilt.
237 * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
238
239 2006-03-15 Tom Tromey <tromey@redhat.com>
240
241 PR libgcj/26688:
242 * lib/Makefile.in: Rebuilt.
243 * lib/Makefile.am (propertydirs): Ignore .svn directories.
244 (metafiles): Likewise.
245
246 2006-03-10 Tom Tromey <tromey@redhat.com>
247
248 For PR libgcj/25713:
249 * java/util/zip/InflaterInputStream.java (read): Replaced with
250 libgcj implementation.
251
252 2006-03-08 Tom Tromey <tromey@redhat.com>
253
254 PR libgcj/24183:
255 * native/jni/xmlj/Makefile.in: Rebuilt.
256 * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
257 (reverted local patch).
258
259 2006-01-16 Mark Wielaard <mark@klomp.org>
260
261 * native/fdlibm/namespace.h: Empty for gcj.
262
263 2006-01-14 Anthony Green <green@redhat.com>
264
265 * java/net/ServerSocket.java (accept): Remove bogus
266 security check.
267 (implAccept): Add FIXME comment.
268
269 2006-01-06 Tom Tromey <tromey@redhat.com>
270
271 PR libgcj/23499:
272 * lib/Makefile.in: Rebuilt.
273 * lib/Makefile.am (glibj_DATA): Commented out.
274
275 2005-12-01 Anthony Green <green@redhat.com>
276
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.
282
283 2005-10-03 Tom Tromey <tromey@redhat.com>
284
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.
293
294 2005-10-03 Tom Tromey <tromey@redhat.com>
295
296 PR libgcj/24057:
297 * include/Makefile.in: Rebuilt.
298 * include/Makefile.am: Don't install headers.
299
300 2005-09-30 Tom Tromey <tromey@redhat.com>
301
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
307
308 2005-09-23 Tom Tromey <tromey@redhat.com>
309
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.
314
315 2005-09-23 Tom Tromey <tromey@redhat.com>
316
317 Imported Classpath 0.18.
318
319 2005-08-23 Tom Tromey <tromey@redhat.com>
320
321 * configure: Rebuilt.
322 * configure.ac: Fixed typo.
323
324 2005-08-22 Tom Tromey <tromey@redhat.com>
325
326 PR libgcj/23498:
327 * doc/Makefile.am (info_TEXINFOS): Commented out.
328 * doc/Makefile.in: Rebuilt.
329
330 2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
331
332 * Makefile.am (ACLOCAL_AMFLAGS): New.
333 * Makefile.in: Regenerate.
334
335 2005-08-22 Tom Tromey <tromey@redhat.com>
336
337 PR libgcj/23498:
338 * doc/Makefile.am (info_TEXINFOS): Commented out.
339 * doc/Makefile.in: Rebuilt.
340
341 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
342
343 * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
344 Don't use unportable !.
345
346 2005-07-15 Tom Tromey <tromey@redhat.com>
347
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.