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