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