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