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