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