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