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