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