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