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