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