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