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