OSDN Git Service

2007-01-10 Matthias Klose <doko@debian.org>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / ChangeLog.gcj
1 2007-01-10  Matthias Klose  <doko@debian.org>
2
3         Readd missing chunks from r116332:
4
5         * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
6         * resource/Makefile.am (loggingdir): Define to
7         toolexeclibdir.
8         (securitydir): Likewise.
9         * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
10         Set default nativeexeclibdir using toolexeclibdir.
11
12         Readd missing chunks from r115839:
13
14         * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS):
15         Add -avoid-version.
16         * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version.
17
18         * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
19         examples/Makefile.in, external/Makefile.in,
20         external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in,
21         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
22         include/Makefile.in, lib/Makefile.in, native/Makefile.in,
23         native/fdlibm/Makefile.in, native/jawt/Makefile.in,
24         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
25         native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in
26         native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in,
27         native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in,
28         native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in,
29         native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in,
30         native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in,
31         native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
32         tools/Makefile.in: Regenerate
33
34 2007-01-10  Matthias Klose  <doko@debian.org>
35
36         * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic,
37         tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop,
38         doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt,
39         testsuite/javax.swing.text.html.parser, testsuite/java.lang,
40         testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text,
41         testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib,
42         testsuite/java.io, testsuite/java.util, native/target,
43         native/testsuite, native/vmi, org/omg/CORBA/SendingContext,
44         gnu/regexp, test, compat: Remove empty directories.
45
46 2006-12-23  Andreas Tobler <a.tobler@schweiz.org>
47
48         * classpath/tools/Makefile.am: Replace cp -a with a more portable
49         cp -pR.
50         * classpath/tools/Makefile.in: Regenerate.
51
52 2006-12-18  Tom Tromey  <tromey@redhat.com>
53
54         * tools/Makefile.in: Rebuilt.
55         * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
56
57 2006-12-18  Tom Tromey  <tromey@redhat.com>
58
59         * tools/Makefile.in: Rebuilt.
60         * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
61         * tools/asm, tools/classes: Check in .class files.
62
63 2006-12-18  Gary Benson  <gbenson@redhat.com>
64
65         * tools/Makefile.am: Fix typo.
66         * tools/Makefile.in: Rebuilt.
67
68 2006-12-15  Andrew Haley  <aph@redhat.com>
69
70         * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
71         Create all-classes.lst that contains all source filenames.
72         Delete asm.lst.
73
74 2006-12-15  Tom Tromey  <tromey@redhat.com>
75
76         * configure, lib/Makefile.in: Rebuilt.
77         * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
78         * configure.ac: Added --enable-java-maintainer-mode.
79
80 2006-12-12  Tom Tromey  <tromey@redhat.com>
81
82         * Makefile.in, tools/Makefile.in: Rebuilt.
83         * Makefile.am (SUBDIRS): Removed gcj-local change.
84         (DIST_SUBDIRS): Likewise.
85         * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx.
86         (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir.
87
88 2006-12-11  Tom Tromey  <tromey@redhat.com>
89
90         * Merged in Classpath from libgcj-import-20061211.
91
92 2006-10-17  Tom Tromey  <tromey@redhat.com>
93
94         * sun/reflect/annotation/AnnotationInvocationHandler.java
95         (invoke): Clone array values before return.
96         (create): New method.
97         (arrayClone): Likewise.
98
99 2006-10-12  Tom Tromey  <tromey@redhat.com>
100
101         * lib/Makefile.in: Rebuilt.
102         * lib/Makefile.am (JAVAC): Put classes in srcdir.
103         (compile-classes): Conditional on MAINTAINER_MODE.
104
105 2006-07-18  Tom Tromey  <tromey@redhat.com>
106
107         * lib/Makefile.in: Rebuilt.
108         * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
109
110 2006-07-06  Tom Tromey  <tromey@redhat.com>
111
112         * lib/Makefile.in: Rebuilt.
113         * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
114         (compile-classes): Remove special case for gcj.
115
116 2006-06-23  Tom Tromey  <tromey@redhat.com>
117
118         * Imported Classpath generics 0.91, presesrving local changes.
119
120 2006-06-09  Tom Tromey  <tromey@redhat.com>
121
122         * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
123
124 2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
125
126         * native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
127         (gcjversionedlibdir): Likewise.
128         (libgtkpeer_la_LDFLAGS): Likewise.
129         Install libgtkpeer.so in GCJ versioned library directory.
130         * native/jawt/Makefile.am (gcc_version): New variable.
131         (gcjversionedlibdir): Likewise.
132         (libjawt_la_LDFLAGS): Likewise.
133         Rename libjawtgnu.so libjawt.so.  Install libjawt.so in GCJ
134         versioned library directory.
135         * gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
136         System.loadLibrary unconditionally.
137         * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
138         * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
139         * gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
140         * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
141         * gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
142
143 2006-05-19  Andreas Tobler  <a.tobler@schweiz.ch>
144
145         * include/config-int.h: Delete, it is a generated file.
146
147 2006-04-05  Tom Tromey  <tromey@redhat.com>
148
149         PR libgcj/26625:
150         * lib/Makefile.in: Rebuilt.
151         * lib/Makefile.am (compile-classes): Touch the output file.
152
153 2006-04-04  Tom Tromey  <tromey@redhat.com>
154
155         * lib/gen-classlist.sh.in: Correct handle generated files.
156
157 2006-04-04  Mark Wielaard  <mark@klomp.org>
158
159         * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
160         as temporary file name.
161
162 2006-04-04  Tom Tromey  <tromey@redhat.com>
163
164         * lib/split-for-gcj.sh: Updated for multi-field format.
165         * lib/Makefile.am (CLEANFILES): Added classes.2.
166         * lib/gen-classlist.sh.in (GCJ): Removed.  Create classes.1 and
167         classes.2 using multiple fields.
168
169 2006-04-03  Bernhard Rosenkraenzer  <bero@arklinux.org>
170
171         PR gcc/26901:
172         * Makefile.in: Rebuilt.
173         * Makefile.am (SUBDIRS): Remove 'tools'.
174         (DIST_SUBDIRS): Likewise.
175
176 2006-03-16  Tom Tromey  <tromey@redhat.com>
177
178         PR libgcj/26706:
179         * aclocal.m4, configure: Rebuilt.
180         * configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
181
182 2006-03-15  Tom Tromey  <tromey@redhat.com>
183
184         PR libgcj/26688:
185         * lib/Makefile.in: Rebuilt.
186         * lib/Makefile.am (propertydirs): Ignore .svn directories.
187         (metafiles): Likewise.
188
189 2006-03-10  Tom Tromey  <tromey@redhat.com>
190
191         For PR libgcj/25713:
192         * java/util/zip/InflaterInputStream.java (read): Replaced with
193         libgcj implementation.
194
195 2006-03-08  Tom Tromey  <tromey@redhat.com>
196
197         PR libgcj/24183:
198         * native/jni/xmlj/Makefile.in: Rebuilt.
199         * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
200         (reverted local patch).
201
202 2006-01-16  Mark Wielaard  <mark@klomp.org>
203
204         * native/fdlibm/namespace.h: Empty for gcj.
205
206 2006-01-14  Anthony Green  <green@redhat.com>
207
208         * java/net/ServerSocket.java (accept): Remove bogus
209         security check.
210         (implAccept): Add FIXME comment.
211
212 2006-01-06  Tom Tromey  <tromey@redhat.com>
213
214         PR libgcj/23499:
215         * lib/Makefile.in: Rebuilt.
216         * lib/Makefile.am (glibj_DATA): Commented out.
217
218 2005-12-01  Anthony Green  <green@redhat.com>
219
220         PR bootstrap/25207
221         * configure.ac: Make sure we have an alsa library in addition to
222         the headers.  This extra test is required for systems with
223         multilibs.
224         * configure: Rebuilt.
225
226 2005-10-03  Tom Tromey  <tromey@redhat.com>
227
228         * native/jawt/Makefile.in: Rebuilt.
229         * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
230         * native/jni/xmlj/Makefile.in: Rebuilt.
231         * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
232         * native/jni/qt-peer/Makefile.in: Rebuilt.
233         * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
234         * native/jni/gtk-peer/Makefile.in: Rebuilt.
235         * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
236
237 2005-10-03  Tom Tromey  <tromey@redhat.com>
238
239         PR libgcj/24057:
240         * include/Makefile.in: Rebuilt.
241         * include/Makefile.am: Don't install headers.
242
243 2005-09-30  Tom Tromey  <tromey@redhat.com>
244
245         PR libgcj/24051:
246         * Makefile.in: Rebuilt.
247         * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
248         * configure: Rebuilt.
249         * configure.ac: Use GCC_NO_EXECUTABLES
250
251 2005-09-23  Tom Tromey  <tromey@redhat.com>
252
253         * native/jawt/.cvsignore: Likewise.
254         * native/jni/qt-peer/.cvsignore
255         * native/jawt/Makefile.in: Added.
256         * native/jni/qt-peer/Makefile.in: Likewise.
257
258 2005-09-23  Tom Tromey  <tromey@redhat.com>
259
260         Imported Classpath 0.18.
261
262 2005-08-23  Tom Tromey  <tromey@redhat.com>
263
264         * configure: Rebuilt.
265         * configure.ac: Fixed typo.
266
267 2005-08-22  Tom Tromey  <tromey@redhat.com>
268
269         PR libgcj/23498:
270         * doc/Makefile.am (info_TEXINFOS): Commented out.
271         * doc/Makefile.in: Rebuilt.
272
273 2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
274
275         * Makefile.am (ACLOCAL_AMFLAGS): New.
276         * Makefile.in: Regenerate.
277         
278 2005-08-22  Tom Tromey  <tromey@redhat.com>
279
280         PR libgcj/23498:
281         * doc/Makefile.am (info_TEXINFOS): Commented out.
282         * doc/Makefile.in: Rebuilt.
283
284 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
285
286         * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
287         Don't use unportable !.
288
289 2005-07-15  Tom Tromey  <tromey@redhat.com>
290
291         * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
292         config.sub, configure, ltmain.sh, doc/Makefile.in,
293         doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
294         external/sax/Makefile.in, external/w3c_dom/Makefile.in,
295         include/Makefile.in, include/config.h.in, include/jni.h,
296         lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
297         native/jni/Makefile.in, native/jni/classpath/Makefile.in,
298         native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in,
299         native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in,
300         native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in,
301         native/jni/xmlj/Makefile.in, native/target/Makefile.in,
302         native/target/Linux/Makefile.in,
303         native/target/generic/Makefile.in, resource/Makefile.in,
304         scripts/Makefile.in: Added.
305         * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
306         native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
307         native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
308         native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
309         native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
310         native/testsuite/.cvsignore, native/.cvsignore,
311         native/vmi/.cvsignore, native/target/.cvsignore,
312         native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
313         include/.cvsignore, doc/api/.cvsignore,
314         doc/www.gnu.org/faq/.cvsignore,
315         doc/www.gnu.org/downloads/.cvsignore,
316         doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
317         doc/www.gnu.org/events/.cvsignore,
318         doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
319         resource/.cvsignore, external/w3c_dom/.cvsignore,
320         external/sax/.cvsignore, external/.cvsignore,
321         java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
322         test/java.io/.cvsignore, test/.cvsignore,
323         test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
324         test/java.lang.reflect/.cvsignore, examples/.cvsignore,
325         lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
326         compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
327         vm/reference/.cvsignore, scripts/.cvsignore: Updated.