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