OSDN Git Service

005ef71715cbf34be3847671d1c05b22d615a446
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
1 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2
3         * configure.ac: Add double brackets on darwin[912].
4         * configure: Regenerate.
5
6 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7
8         * configure.ac: Expand to darwin10 and later.
9         * configure: Regenerate.
10         * testsuite/lib/libjava.exp: Expand to darwin10 and later.
11
12 2008-11-12  Steve Ellcey  <sje@cup.hp.com>
13
14         * configure: Regenerate to get new GCC_CHECK_UNWIND_GETIPINFO.
15
16 2008-11-12  Jakub Jelinek  <jakub@redhat.com>
17
18         PR libgcj/33764
19         * configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL.
20         * Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS
21         instead of bin_PROGRAMS for binaries.
22         * configure: Regenerated.
23         * Makefile.in: Regenerated.
24
25 2008-11-04  David Edelsohn  <edelsohn@gnu.org>
26
27         * configure.ac: Fix typo.
28         * configure: Rebuild.
29
30 2008-10-31  Andrew Haley  <aph@redhat.com>
31
32         * Makefile.am (install-data-local): Correct symlink paths for
33         SDK-style installed JARs.  
34         Correct symlinks for headers when DESTDIR is set.
35
36 2008-10-23  David Edelsohn  <edelsohn@gnu.org>
37
38         PR target/35485
39         * configure.ac: AIX threads are Posix threads.
40         Set signal handler to aix-signal.h
41         * configure: Regenerate.
42         * classpath/native/fdlibm/fdlibm.h: Undef hz.
43         * include/aix-signal.h: New file.
44         * sysdep/powerpc/locks.h: Avoid GNU Assembler syntax.
45
46 2008-10-22  Matthias Klose  <doko@ubuntu.com>
47
48         Import GNU Classpath (libgcj-import-20081021).
49
50         * Regenerate class and header files.
51         * Regenerate auto* files.
52
53 2008-10-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
54
55         * sources.am, Makfile.in: Regenerate.
56
57 2008-10-17  Matthias Klose  <doko@ubuntu.com>
58
59         * configure.ac: Fix bashisms.
60         * configure: Regenerate.
61
62 2008-10-15  Matthias Klose  <doko@ubuntu.com>
63
64         * configure.ac: Disable build of gjdoc, if configured without
65         --with-antlr-jar or if no antlr.jar found.
66         * configure: Regenerate.
67
68 2008-10-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>
69
70         * classpath/configure.ac,
71         * classpath/m4/ac_prog_antlr.m4,
72         * classpath/m4/ac_prog_java.m4,
73         * classpath/tools/Makefile.am:
74         Ported --regen-gjdoc-parser patch and
75         cantlr support from GNU Classpath.
76
77 2008-10-06  Andrew Haley  <aph@redhat.com>
78
79         * java/lang/Thread.java (Thread): Always create the ThreadLocalMap
80         when creating a thread.
81         (getThreadLocals) Don't lazily create the ThreadLocalMap.
82
83 2008-09-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
84
85         * classpath/java/lang/ThreadLocalMap.java,
86         * java/lang/ThreadLocalMap$Entry.h,
87         * java/lang/ThreadLocalMap.h,
88         * lib/java/lang/ThreadLocalMap.class,
89         * lib/java/lang/ThreadLocalMap$Entry.class:
90         Add the new files for the ThreadLocal patch.
91
92 2008-09-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
93
94         * classpath/ChangeLog,
95         * classpath/java/lang/InheritableThreadLocal.java,
96         * classpath/java/lang/Thread.java,
97         * classpath/java/lang/ThreadLocal.java:
98         Merge Daniel Frampton's ThreadLocal patch.
99         * gcj/javaprims.h: Updated.
100         * java/lang/Thread.h: Regenerated.
101         * java/lang/Thread.java:
102         Replace WeakIdentityHashMap with ThreadLocalMap.
103         (getThreadLocals()): Likewise.
104         * java/lang/ThreadLocal.h: Regenerated.
105         * java/lang/ThreadLocal.java:
106         (computeNextHash()): New method.
107         (ThreadLocal()): Initialise fastHash.
108         (internalGet()): Updated to match Classpath's get().
109         (internalSet(Object)): Likewise for set(Object).
110         (internalRemove()): Likewise for remove().
111         
112 2008-09-25  Andrew John Hughes  <gnu_andrew@member.fsf.org>
113
114         * classpath/configure,
115         * classpath/configure.ac:
116         Resynchronise with Classpath's configure.
117         * classpath/examples/Makefile.in:
118         Add equivalent support for building as in
119         tools/Makefile.in.
120         * classpath/java/nio/Buffer.java,
121         * classpath/java/nio/ByteBuffer.java,
122         * classpath/java/nio/ByteBufferImpl.java,
123         * classpath/java/nio/CharBuffer.java,
124         * classpath/java/nio/CharBufferImpl.java,
125         * classpath/java/nio/CharSequenceBuffer.java,
126         * classpath/java/nio/CharViewBufferImpl.java,
127         * classpath/java/nio/DirectByteBufferImpl.java,
128         * classpath/java/nio/DoubleBuffer.java,
129         * classpath/java/nio/DoubleBufferImpl.java,
130         * classpath/java/nio/DoubleViewBufferImpl.java,
131         * classpath/java/nio/FloatBuffer.java,
132         * classpath/java/nio/FloatBufferImpl.java,
133         * classpath/java/nio/FloatViewBufferImpl.java,
134         * classpath/java/nio/IntBuffer.java,
135         * classpath/java/nio/IntBufferImpl.java,
136         * classpath/java/nio/IntViewBufferImpl.java,
137         * classpath/java/nio/LongBuffer.java,
138         * classpath/java/nio/LongBufferImpl.java,
139         * classpath/java/nio/LongViewBufferImpl.java,
140         * classpath/java/nio/MappedByteBuffer.java,
141         * classpath/java/nio/MappedByteBufferImpl.java,
142         * classpath/java/nio/ShortBuffer.java,
143         * classpath/java/nio/ShortBufferImpl.java,
144         * classpath/java/nio/ShortViewBufferImpl.java:
145         Replace use of gnu.classpath.Pointer with gnu.gcj.RawData,
146         and fix some formatting issues.
147         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaLexer.java,
148         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaLexer.smap,
149         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaRecognizer.java,
150         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaRecognizer.smap,
151         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaTokenTypes.java,
152         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaTokenTypes.txt:
153         Regenerated (later version of antlr).
154         * java/nio/Buffer.h: Regenerated.
155         * java/nio/Buffer.java: Ported changes from Classpath.
156         * java/nio/ByteBuffer.h,
157         * java/nio/CharBuffer.h: Regenerated.
158         * java/nio/DirectByteBufferImpl.java: Ported changes from
159         Classpath.
160         * java/nio/DoubleBuffer.h,
161         * java/nio/FloatBuffer.h,
162         * java/nio/IntBuffer.h,
163         * java/nio/LongBuffer.h,
164         * java/nio/MappedByteBuffer.h,
165         * java/nio/MappedByteBufferImpl.h: Regenerated.
166         * java/nio/MappedByteBufferImpl.java: Ported changes from
167         Classpath.
168         * java/nio/ShortBuffer.h: Regenerated.
169
170 2008-09-24  Matthias Klose  <doko@ubuntu.com>
171
172         * configure.ac: Search for antlr.jar, if not configured.
173         * configure: Regenerate.
174
175 2008-09-24  Matthias Klose  <doko@ubuntu.com>
176
177         * Makefile.am: Build a gjdoc binary, if enabled.
178         * configure.ac: Add options --disable-gjdoc, --with-antlr-jar=file.
179         * Makefile.in, */Makefile.in, configure: Regenerate.
180
181 2008-09-22  Andrew Haley  <aph@redhat.com>
182
183         * java/lang/String.java (toString(char[], int, int)): New method.
184
185 2008-09-14  Matthias Klose  <doko@ubuntu.com>
186
187         Import GNU Classpath (libgcj-import-20080914).
188
189         * Regenerate class and header files.
190         * Regenerate auto* files.
191         * configure.ac: Don't pass --disable-gjdoc to classpath.
192         * sources.am: Regenerated.
193         * HACKING: Mention to build gjdoc in maintainer builds.
194         * gnu/classpath/Configuration.java: Update classpath version.
195         * gcj/javaprims.h: Update.
196
197 2008-09-08  Andrew John Hughes  <gnu_andrew@member.fsf.org>
198
199         * Makefile.am: Replace natStringBuffer.cc
200         and natStringBuilder.cc with natAbstractStringBuffer.cc.
201         * Makefile.in: Regenerated.
202         * java/lang/AbstractStringBuffer.java:
203         (append(int)): Made native.
204         (regionMatches(int,String)): Likewise.
205         * java/lang/StringBuffer.h: Regenerated.
206         * java/lang/StringBuffer.java: Remerged with GNU Classpath.
207         * java/lang/StringBuilder.h: Regenerated.
208         * java/lang/StringBuilder.java: Remerged with GNU Classpath.
209         * java/lang/natAbstractStringBuffer.cc: Provide common
210         native methods for StringBuffer and StringBuilder.
211         * java/lang/natStringBuffer.cc,
212         * java/lang/natStringBuilder.cc: Removed.
213
214 2008-09-04  Andrew John Hughes  <gnu_andrew@member.fsf.org>
215
216         * Makefile.in,
217         * classpath/configure: Regenerated.
218         * gnu/gcj/util/natDebug.cc,
219         * gnu/gcj/xlib/natColormap.cc,
220         * gnu/gcj/xlib/natDisplay.cc,
221         * gnu/gcj/xlib/natDrawable.cc,
222         * gnu/gcj/xlib/natFont.cc,
223         * gnu/gcj/xlib/natWMSizeHints.cc,
224         * gnu/gcj/xlib/natWindow.cc,
225         * gnu/gcj/xlib/natXImage.cc:
226         Add :: prefix to namespaces.
227         * java/io/CharArrayWriter.h,
228         * java/lang/StringBuffer.h:
229         Regenerated using patched gjavah.
230         * java/lang/natStringBuffer.cc:
231         Fix naming of append(jint).
232         * java/sql/Timestamp.h: Regenerated
233         using patched gjavah.
234         * jni.cc: Rename p to functions
235         to match change in GNU Classpath.
236         * scripts/makemake.tcl: Switch
237         gnu.java.math to BC compilation.
238         * sources.am: Regenerated.
239
240 2008-08-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
241         
242         * Makefile.in: Updated location of Configuration.java.
243         * classpath/lib/gnu/java/locale/LocaleData.class: Regenerated.
244
245 2008-08-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>
246         
247         * Makefile.in: Updated with new Java files.
248         * classpath/configure: Regenerated.
249         * classpath/tools/Makefile.am: Add missing
250         use of GJDOC_EX so --disable-gjdoc works.
251         * classpath/tools/Makefile.in: Regenerated.
252
253 2008-08-15  Matthias Klose  <doko@ubuntu.com>
254
255         Import GNU Classpath (libgcj-import-20080811).
256
257         * Regenerate class and header files.
258         * Regenerate auto* files.
259         * configure.ac: Don't pass --with-fastjar to classpath, substitute new
260         dummy value in classpath/gnu/classpath/Configuration.java.in, pass
261         --disable-gjdoc to classpath.
262         * scripts/makemake.tcl:
263         * sources.am: Regenerated.
264         * java/lang/AbstractStringBuffer.java, gnu/java/lang/VMCPStringBuilder.java:
265         New, copied from classpath, use System instead of VMSystem.
266         * java/lang/StringBuffer.java: Merge from classpath.
267         * java/lang/ClassLoader.java: Merge from classpath.
268         * gcj/javaprims.h: Update class definitions,
269         remove _Jv_jobjectRefType, jobjectRefType definitions.
270
271 2008-09-30  Andreas Tobler  <a.tobler@schweiz.org>
272
273         * testsuite/lib/libjava.exp (libjava_arguments): Do not append
274         "no-install" to additional_flags for *-*-darwin.
275
276 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
277             Steve Ellcey  <sje@cup.hp.com>
278
279         * configure: Regenerate for new libtool.
280         * Makefile.in: Ditto.
281         * aclocal.m4: Ditto.
282         * classpath/configure: Ditto.
283         * classpath/Makefile.in: Ditto.
284         * classpath/native/jni/Makefile.in: Ditto.
285         * classpath/native/jni/classpath/Makefile.in: Ditto.
286         * classpath/native/jni/midi-dssi/Makefile.in: Ditto.
287         * classpath/native/jni/gstreamer-peer/Makefile.in: Ditto.
288         * classpath/native/jni/gconf-peer/Makefile.in: Ditto.
289         * classpath/native/jni/java-io/Makefile.in: Ditto.
290         * classpath/native/jni/native-lib/Makefile.in: Ditto.
291         * classpath/native/jni/java-util/Makefile.in: Ditto.
292         * classpath/native/jni/java-lang/Makefile.in: Ditto.
293         * classpath/native/jni/midi-alsa/Makefile.in: Ditto.
294         * classpath/native/jni/java-nio/Makefile.in: Ditto.
295         * classpath/native/jni/java-net/Makefile.in: Ditto.
296         * classpath/native/jni/xmlj/Makefile.in: Ditto.
297         * classpath/native/jni/qt-peer/Makefile.in: Ditto.
298         * classpath/native/jni/gtk-peer/Makefile.in: Ditto.
299         * classpath/native/Makefile.in: Ditto.
300         * classpath/native/jawt/Makefile.in: Ditto.
301         * classpath/native/fdlibm/Makefile.in: Ditto.
302         * classpath/native/plugin/Makefile.in: Ditto.
303         * classpath/resource/Makefile.in: Ditto.
304         * classpath/scripts/Makefile.in: Ditto.
305         * classpath/tools/Makefile.in: Ditto.
306         * classpath/doc/Makefile.in: Ditto.
307         * classpath/doc/api/Makefile.in: Ditto.
308         * classpath/lib/Makefile.in: Ditto.
309         * classpath/external/Makefile.in: Ditto.
310         * classpath/external/jsr166/Makefile.in: Ditto.
311         * classpath/external/sax/Makefile.in: Ditto.
312         * classpath/external/w3c_dom/Makefile.in: Ditto.
313         * classpath/external/relaxngDatatype/Makefile.in: Ditto.
314         * classpath/include/Makefile.in: Ditto.
315         * classpath/aclocal.m4: Ditto.
316         * classpath/examples/Makefile.in: Ditto.
317         * include/Makefile.in: Ditto.
318         * testsuite/Makefile.in: Ditto.
319         * gcj/Makefile.in: Ditto.
320
321 2008-09-17  Andrew Haley  <aph@redhat.com>
322
323         PR libgcj/8995:
324         
325         * defineclass.cc (_Jv_ClassReader::handleCodeAttribute):
326         Initialize thread_count.
327         * include/java-interp.h (_Jv_InterpMethod::thread_count): New
328         field.
329          (_Jv_InterpMethod::rewrite_insn_mutex): New mutex.
330         (_Jv_InterpFrame:: _Jv_InterpFrame): Pass frame_type.
331         * interpret.cc
332         (ThreadCountAdjuster): New class.
333         (_Jv_InterpMethod::thread_count): New field.
334         (_Jv_InitInterpreter): Initialize rewrite_insn_mutex.
335         Increment and decrement thread_count field in methods.
336         * interpret-run.cc (REWRITE_INSN): Check thread_count <= 1.
337         (REWRITE_INSN): Likewise.
338         Declare a ThreadCountAdjuster.
339         * java/lang/reflect/natVMProxy.cc (run_proxy): Initialize frame
340         type as frame_proxy.
341
342 2008-09-05  David Daney  <ddaney@avtrex.com>
343
344         * configure.ac (reduced-reflection): New AC_ARG_ENABLE.
345         (build_libgcj_reduced_reflection): New variable.
346         (BUILD_LIBGCJ_REDUCED_REFLECTION): New AM_CONDITIONAL.
347         * Makefile.am (LIBGCJ_REDUCED_REFLECTION_FLAGS): New variable.
348         (%.lo: %.list): Add LIBGCJ_REDUCED_REFLECTION_FLAGS to compile
349         command.
350         (java/util/concurrent.lo, java/util/concurrent/atomic.lo,
351         java/util/concurrent/locks.lo): Override
352         LIBGCJ_REDUCED_REFLECTION_FLAGS.
353         * Makefile.in, include/Makefile.in, testsuite/Makefile.in,
354         gcj/Makefile.in, configure: Regenerate.
355
356 2008-08-22  Andrew Haley  <aph@redhat.com>
357
358         PR libgcj/8995:
359         
360         * interpret-run.cc (REWRITE_INSN): Null this macro.
361
362         * include/jvm.h (class _Jv_Linker): Declare resolve_mutex, init.
363         (read_cpool_entry, write_cpool_entry): New functions.
364         * link.cc (_Jv_Linker::resolve_mutex): new.
365         (_Jv_Linker::init): New function.
366         (_Jv_Linker::resolve_pool_entry): Use {read,write}_cpool_entry
367         to ensure atomic access to constant pool entries.
368
369 2008-08-07  Andrew Haley  <aph@redhat.com>
370
371         * testsuite/libjava.lang/StackTrace2.java: Rewrite to prevent
372         spurious failure when some methods are inlined.
373
374 2008-08-05  Matthias Klose  <doko@ubuntu.com>
375
376         * HACKING: Update instructions how to build gcj/javaprims.h.
377
378 2008-08-04  Tom Tromey  <tromey@redhat.com>
379
380         PR libgcj/31890:
381         * gcj/javaprims.h: Regenerate class list.
382
383 2008-07-16  Roger Sayle  <roger@eyesopen.com>
384             Paolo Bonzini  <bonzini@gnu.org>
385
386         * scripts/jar.in: Fix portability problems with Solaris /bin/sh.
387
388 2008-07-08  Matthias Klose  <doko@ubuntu.com>
389
390         * libtool-version: Bump soversion.
391
392 2008-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
393
394         * gnu/gcj/convert/make-trie.h: New.
395         * gnu/gcj/convert/gen-from-JIS.c: Include it.
396         * gnu/gcj/convert/make-trie.c: Likewise.
397         Fix typos and compiler warnings, diagnose a missing argument.
398         * Makefile.am (gen_from_JIS_SOURCES): Add gnu/gcj/convert/make-trie.h.
399         * Makefile.in: Regenerate.
400
401 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
402         Andrew Haley  <aph@redhat.com>
403         
404         * configure.ac (java-home): new AC_ARG_ENABLE.
405         (aot-compile-rpm): Likewise.
406         (CREATE_JAVA_HOME): new AM_CONDITIONAL.
407         (INSTALL_AOT_RPM): Likewise.
408         (gcc-suffix): new AC_ARG_WITH.
409         (arch-directory): Likewise.
410         (os-directory): Likewise.
411         (origin-name): Likewise.
412         (arch-suffix): Likewise.
413         (jvm-root-dir): Likewise.
414         (jvm-jar-dir): Likewise.
415         (python-dir): Likewise.
416         (AC_CONFIG_FILES): Add contrib/aotcompile.py, contrib/aot-compile,
417         contrib/aot-compile-rpm, contrib/rebuild-gcj-db.
418         (gcjsubdir): New AC_SUBST.
419         * Makefile.am (install-data-local): Install Python modules for
420         aot-compile. Also install an sdk style directory if
421         --enable-java-home is passed to configure.
422         (bin_SCRIPTS): Add 
423         contrib/rebuild-gcj-db and contrib/aot-compile.
424         (gcjsubdir): Add.
425         (db_pathtail): Redefine in terms of gcjsubdir.
426         * contrib/aot-compile.in: New file.
427         * contrib/aotcompile.py.in: Likewise.
428         * contrib/aot-compile-rpm.in: Likewise.
429         * contrib/classfile.py: Likewise.
430         * contrib/rebuild-gcj-db.in: Likewise.
431         * configure: Regenerate.
432         * Makefile.in: Regenerate. 
433
434 2008-06-28  Matthias Klose  <doko@ubuntu.com>
435
436         Import GNU Classpath (classpath-0_97_2-release).
437
438         * Regenerate class and header files.
439         * Regenerate auto* files.
440         * gcj/javaprims.h: Define jobjectRefType.
441         * jni.cc (_Jv_JNI_GetObjectRefType): New (stub only).
442         (_Jv_JNIFunctions): Initialize GetObjectRefType.
443         * gnu/classpath/jdwp/VMVirtualMachine.java,
444         java/security/VMSecureRandom.java: Merge from classpath.
445         * HACKING: Fix typo.
446         * ChangeLog-2007: New file.
447         * configure.ac: Set JAVAC, pass --disable-regen-headers to classpath.
448
449 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
450
451         * configure: Regenerate.
452         * gcj/Makefile.in: Regenerate.
453         * include/Makefile.in: Regenerate.
454         * testsuite/Makefile.in: Regenerate.
455
456 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
457
458         * configure.host (strongarm*-elf, xscale*-elf): Remove.
459
460 2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
461
462         * Makefile.am (mostlyclean-local): Use libtool --mode=clean.
463         * Makefile.in: Regenerate.
464
465 2008-05-28  Andrew Haley  <aph@redhat.com>
466
467         * java/lang/Class.java (getSimpleName): Use getEnclosingClass().        
468         * testsuite/libjava.lang/PR35020.java: New cases.
469         * testsuite/libjava.lang/PR35020.out: New cases.
470
471 2008-05-22  Andrew Haley  <aph@redhat.com>
472
473         PR libgcj/35020
474         * java/lang/Class.java (getSimpleName): Replace incorrect use of
475         String.lastIndexOf(String, int) with String.substring.
476         * testsuite/libjava.lang/PR35020.java: New file.
477         * testsuite/libjava.lang/PR35020.out: New file.
478
479 2008-05-22  Andrew Haley  <aph@redhat.com>
480
481         PR libgcj/35020
482         * java/lang/Class.java (getSimpleName): Import from GNU Classpath.
483
484 2008-05-20  David Daney  <ddaney@avtrex.com>
485
486         PR libgcj/36252
487         * java/lang/natString.ccn: Add
488         #include <java/io/CharConversionException.h>.
489         (init (byte[], int, int, String)): Catch and ignore
490         CharConversionException.  Break out of conversion loop
491         on incomplete input.
492         * testsuite/libjava.lang/PR36252.java: New test.
493         * testsuite/libjava.lang/PR36252.out: New file, its expected output.
494         * testsuite/libjava.lang/PR36252.jar: New file, its pre-compiled
495         jar file.
496
497 2008-04-19  Tom Tromey  <tromey@redhat.com>
498
499         PR libgcj/35979:
500         * jni.cc (_Jv_JNI_NewStringUTF): Return NULL if bytes==NULL.
501
502 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
503
504         PR bootstrap/35457
505         * aclocal.m4: Regenerate.
506         * configure: Regenerate.
507
508 2008-04-16  Andrew Haley  <aph@littlepinkcloud.com>
509
510         * libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
511         _Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.
512
513 2008-04-16  Andrew Haley  <aph@redhat.com>
514
515         * libgcj_bc.c: Sort lines.
516
517 2008-04-02  Peter O'Gorman  <pogma@thewrittenword.com>
518
519         PR bootstrap/35216
520         * scripts/makemake.tcl: Replace org/omg build with build of all
521         its subpackages.
522         * sources.am: Regenerate.
523         * Makefile.in: Regenerate.
524
525 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526
527         * Makefile.am (install-data-local): Rewrite to be more efficient,
528         using awk, and `install' with multiple files at once.  Do not gather
529         more than 50 files in one go to avoid hitting command line limits.
530         (install_data_local_split): New variable.
531         * aclocal.m4: Regenerate.
532         * configure: Likewise.
533         * Makefile.in: Likewise.
534         * gcj/Makefile.in: Likewise.
535         * include/Makefile.in: Likewise.
536         * testsuite/Makefile.in: Likewise.
537
538         * Makefile.am (write_entries_to_file_split): New variable.
539         (write_entries_to_file): Write out that many entries at once,
540         for speed.
541         * Makefile.in: Regenerate.
542
543 2008-03-13  Tom Tromey  <tromey@redhat.com>
544
545         * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader):
546         Check loading constraints.
547         (_Jv_CheckOrCreateLoadingConstraint): New function.
548         * java/lang/ClassLoader.java (loadingConstraints): New field.
549         * link.cc (_Jv_Linker::find_field): Use
550         _Jv_CheckOrCreateLoadingConstraint.
551         (_Jv_Linker::check_loading_constraints): New function.
552         (_Jv_Linker::resolve_method_entry): Use
553         check_loading_constraints.
554         (_Jv_Linker::append_partial_itable): Likewise.
555         (_Jv_Linker::layout_vtable_methods): Likewise.
556         * include/jvm.h (_Jv_Linker::check_loading_constraints): Declare.
557         (_Jv_CheckOrCreateLoadingConstraint): Declare.
558
559 2008-03-10  Jim Meyering  <meyering@redhat.com>
560
561         Don't leak upon failed realloc.
562         * gnu/classpath/natSystemProperties.cc
563         (SystemProperties::insertSystemProperties):
564
565 2008-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
566
567         * HACKING: Fix grep patterns.
568
569 2008-03-04  David Daney  <ddaney@avtrex.com>
570
571         * scripts/makemake.tcl (properties_map): Don't exclude
572         gnu/java/locale.
573         * gnu/java/lang/MainThread.java (Klocale, Kcalendar): Remove.
574         * java/text/Collator.java: Organize imports.
575         (getAvailableLocales): Merge from classpath.
576         (getInstance): Same.
577         * sources.am: Regenerate.
578         * Makefile.in: Regenerate.
579         * classpath/lib/java/text/DecimalFormatSymbols.class,
580         classpath/lib/java/text/DateFormatSymbols.class,
581         classpath/lib/java/util/Currency.class,
582         classpath/lib/java/util/Calendar.class,
583         classpath/lib/gnu/java/lang/MainThread.class,
584         classpath/lib/java/text/Collator.class,
585         gnu/java/lang/MainThread.h,
586         java/text/DateFormatSymbols.h,
587         java/text/DecimalFormatSymbols.h,
588         java/util/Calendar.h,
589         java/util/Currency.h: Regenerate.
590         * classpath/lib/gnu/java/locale/LocaleInformation_en_PH.class,
591         classpath/lib/gnu/java/locale/LocaleInformation_es_AR.class,
592         classpath/lib/gnu/java/locale/LocaleInformation_en_BW.class,
593         classpath/lib/gnu/java/locale/LocaleInformation_de_BE.class,
594         classpath/lib/gnu/java/locale/LocaleInformation_te_IN.class,
595         classpath/lib/gnu/java/locale/LocaleInformation_en.class,
596         classpath/lib/gnu/java/locale/LocaleInformation_iw_IL.class,
597         classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.class,
598         classpath/lib/gnu/java/locale/LocaleInformation_ar_AE.class,
599         classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.class,
600         classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.class,
601         classpath/lib/gnu/java/locale/LocaleInformation_es_MX.class,
602         classpath/lib/gnu/java/locale/LocaleInformation_ar_EG.class,
603         classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.class,
604         classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.class,
605         classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.class,
606         classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.class,
607         classpath/lib/gnu/java/locale/LocaleInformation_yi_US.class,
608         classpath/lib/gnu/java/locale/LocaleInformation_ar_SD.class,
609         classpath/lib/gnu/java/locale/LocaleInformation_ar_IQ.class,
610         classpath/lib/gnu/java/locale/Calendar_de.class,
611         classpath/lib/gnu/java/locale/LocaleInformation_es_HN.class,
612         classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.class,
613         classpath/lib/gnu/java/locale/LocaleInformation_de_CH.class,
614         classpath/lib/gnu/java/locale/LocaleInformation_es_PR.class,
615         classpath/lib/gnu/java/locale/LocaleInformation_ar_BH.class,
616         classpath/lib/gnu/java/locale/LocaleInformation_mi_NZ.class,
617         classpath/lib/gnu/java/locale/Calendar_nl.class,
618         classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.class,
619         classpath/lib/gnu/java/locale/LocaleInformation_es_EC.class,
620         classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.class,
621         classpath/lib/gnu/java/locale/LocaleInformation_en_HK.class,
622         classpath/lib/gnu/java/locale/LocaleInformation_es_CL.class,
623         classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.class,
624         classpath/lib/gnu/java/locale/LocaleInformation_mk_MK.class,
625         classpath/lib/gnu/java/locale/LocaleInformation_es_ES.class,
626         classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.class,
627         classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.class,
628         classpath/lib/gnu/java/locale/LocaleInformation_en_CA.class,
629         classpath/lib/gnu/java/locale/LocaleInformation_bs_BA.class,
630         classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.class,
631         classpath/lib/gnu/java/locale/LocaleInformation_es_US.class,
632         classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.class,
633         classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.class,
634         classpath/lib/gnu/java/locale/LocaleInformation_it_CH.class,
635         classpath/lib/gnu/java/locale/LocaleInformation_es_PA.class,
636         classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.class,
637         classpath/lib/gnu/java/locale/LocaleInformation_de.class,
638         classpath/lib/gnu/java/locale/LocaleInformation_el_GR.class,
639         classpath/lib/gnu/java/locale/LocaleInformation_en_IN.class,
640         classpath/lib/gnu/java/locale/LocaleInformation_es_DO.class,
641         classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.class,
642         classpath/lib/gnu/java/locale/LocaleInformation_es_PE.class,
643         classpath/lib/gnu/java/locale/LocaleInformation_zh_TW.class,
644         classpath/lib/gnu/java/locale/LocaleInformation_ar_OM.class,
645         classpath/lib/gnu/java/locale/LocaleInformation_ar_KW.class,
646         classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.class,
647         classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.class,
648         classpath/lib/gnu/java/locale/LocaleInformation_nl.class,
649         classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.class,
650         classpath/lib/gnu/java/locale/LocaleInformation_zh_SG.class,
651         classpath/lib/gnu/java/locale/LocaleInformation_de_AT.class,
652         classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.class,
653         classpath/lib/gnu/java/locale/LocaleInformation_es_PY.class,
654         classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.class,
655         classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.class,
656         classpath/lib/gnu/java/locale/LocaleInformation_he_IL.class,
657         classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.class,
658         classpath/lib/gnu/java/locale/LocaleInformation_vi_VN.class,
659         classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.class,
660         classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.class,
661         classpath/lib/gnu/java/locale/LocaleInformation_es_CO.class,
662         classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.class,
663         classpath/lib/gnu/java/locale/LocaleInformation_br_FR.class,
664         classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.class,
665         classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.class,
666         classpath/lib/gnu/java/locale/LocaleInformation_fr_FR.class,
667         classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.class,
668         classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.class,
669         classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.class,
670         classpath/lib/gnu/java/locale/LocaleInformation_tl_PH.class,
671         classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.class,
672         classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.class,
673         classpath/lib/gnu/java/locale/LocaleInformation_id_ID.class,
674         classpath/lib/gnu/java/locale/LocaleInformation_en_GB.class,
675         classpath/lib/gnu/java/locale/LocaleInformation_uz_UZ.class,
676         classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.class,
677         classpath/lib/gnu/java/locale/LocaleInformation_en_IE.class,
678         classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.class,
679         classpath/lib/gnu/java/locale/LocaleInformation_be_BY.class,
680         classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.class,
681         classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.class,
682         classpath/lib/gnu/java/locale/LocaleInformation_es_BO.class,
683         classpath/lib/gnu/java/locale/LocaleInformation_en_AU.class,
684         classpath/lib/gnu/java/locale/LocaleInformation_es_NI.class,
685         classpath/lib/gnu/java/locale/LocaleInformation_zh_CN.class,
686         classpath/lib/gnu/java/locale/LocaleInformation_es_VE.class,
687         classpath/lib/gnu/java/locale/LocaleInformation_ka_GE.class,
688         classpath/lib/gnu/java/locale/LocaleInformation_it_IT.class,
689         classpath/lib/gnu/java/locale/LocaleInformation_en_US.class,
690         classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.class,
691         classpath/lib/gnu/java/locale/LocaleInformation_en_DK.class,
692         classpath/lib/gnu/java/locale/LocaleInformation.class,
693         classpath/lib/gnu/java/locale/LocaleInformation_es_CR.class,
694         classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.class,
695         classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.class,
696         classpath/lib/gnu/java/locale/LocaleInformation_de_DE.class,
697         classpath/lib/gnu/java/locale/LocaleInformation_es_GT.class,
698         classpath/lib/gnu/java/locale/LocaleInformation_sr_YU.class,
699         classpath/lib/gnu/java/locale/LocaleInformation_da_DK.class,
700         classpath/lib/gnu/java/locale/LocaleInformation_gd_GB.class,
701         classpath/lib/gnu/java/locale/LocaleInformation_hr_HR.class,
702         classpath/lib/gnu/java/locale/LocaleInformation_zh_HK.class,
703         classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.class,
704         classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.class,
705         classpath/lib/gnu/java/locale/Calendar_en.class,
706         classpath/lib/gnu/java/locale/LocaleInformation_ar_LY.class,
707         classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.class,
708         classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.class,
709         classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.class,
710         classpath/lib/gnu/java/locale/LocaleInformation_es_SV.class,
711         classpath/lib/gnu/java/locale/LocaleInformation_ur_PK.class,
712         classpath/lib/gnu/java/locale/LocaleInformation_et_EE.class,
713         classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.class,
714         classpath/lib/gnu/java/locale/LocaleInformation_es_UY.class,
715         classpath/lib/gnu/java/locale/LocaleInformation_oc_FR.class,
716         classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.class,
717         classpath/lib/gnu/java/locale/LocaleInformation_ar_IN.class,
718         classpath/lib/gnu/java/locale/LocaleInformation_de_LU.class,
719         classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.class,
720         classpath/lib/gnu/java/locale/LocaleInformation_en_SG.class,
721         classpath/lib/gnu/java/locale/LocaleInformation_se_NO.class,
722         classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.class,
723         classpath/lib/gnu/java/locale/LocaleInformation_tg_TJ.class,
724         classpath/lib/gnu/java/locale/LocaleInformation_no_NO.class,
725         classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.class,
726         classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.class,
727         classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.class,
728         classpath/lib/gnu/java/locale/Calendar.class,
729         gnu/java/locale/LocaleInformation_fr_CA.java,
730         gnu/java/locale/LocaleInformation_sk_SK.java,
731         gnu/java/locale/LocaleInformation_ar_BH.java,
732         gnu/java/locale/LocaleInformation_ko_KR.h,
733         gnu/java/locale/LocaleInformation_bs_BA.h,
734         gnu/java/locale/LocaleInformation_nn_NO.h,
735         gnu/java/locale/LocaleInformation_en_NZ.h,
736         gnu/java/locale/LocaleInformation_en_ZW.java,
737         gnu/java/locale/LocaleInformation_es_US.h,
738         gnu/java/locale/LocaleInformation_es_SV.h,
739         gnu/java/locale/LocaleInformation_de_LU.java,
740         gnu/java/locale/LocaleInformation_fo_FO.java,
741         gnu/java/locale/LocaleInformation_oc_FR.java,
742         gnu/java/locale/LocaleInformation_it_CH.h,
743         gnu/java/locale/LocaleInformation_de.h,
744         gnu/java/locale/LocaleInformation_el_GR.h,
745         gnu/java/locale/LocaleInformation_tr_TR.h,
746         gnu/java/locale/LocaleInformation_ka_GE.java,
747         gnu/java/locale/LocaleInformation_nn_NO.java,
748         gnu/java/locale/LocaleInformation_se_NO.h,
749         gnu/java/locale/LocaleInformation_ga_IE.h,
750         gnu/java/locale/LocaleInformation_ru_UA.java,
751         gnu/java/locale/LocaleInformation_fa_IR.java,
752         gnu/java/locale/LocaleInformation_ja_JP.java,
753         gnu/java/locale/LocaleInformation_sv_SE.h,
754         gnu/java/locale/LocaleInformation_bn_IN.java,
755         gnu/java/locale/LocaleInformation_af_ZA.h,
756         gnu/java/locale/LocaleInformation_es_PE.java,
757         gnu/java/locale/LocaleInformation_hi_IN.h,
758         gnu/java/locale/LocaleInformation_en_ZA.java,
759         gnu/java/locale/LocaleInformation_es_CO.h,
760         gnu/java/locale/LocaleInformation_es_AR.h,
761         gnu/java/locale/LocaleInformation_en_PH.h,
762         gnu/java/locale/LocaleInformation_ta_IN.h,
763         gnu/java/locale/LocaleInformation_en_ZA.h,
764         gnu/java/locale/LocaleInformation_nl_NL.java,
765         gnu/java/locale/LocaleInformation_ar_KW.java,
766         gnu/java/locale/LocaleInformation_fr_FR.h,
767         gnu/java/locale/LocaleInformation_ar_LY.java,
768         gnu/java/locale/LocaleInformation_uz_UZ.java,
769         gnu/java/locale/LocaleInformation_tl_PH.h,
770         gnu/java/locale/LocaleInformation_fi_FI.java,
771         gnu/java/locale/LocaleInformation_pl_PL.h,
772         gnu/java/locale/LocaleInformation_sv_FI.h,
773         gnu/java/locale/LocaleInformation_es_MX.h,
774         gnu/java/locale/LocaleInformation_uz_UZ.h,
775         gnu/java/locale/LocaleInformation_fi_FI.h,
776         gnu/java/locale/LocaleInformation_ar_SD.java,
777         gnu/java/locale/LocaleInformation_ar_QA.h,
778         gnu/java/locale/LocaleInformation_kw_GB.java,
779         gnu/java/locale/LocaleInformation_ar_YE.h,
780         gnu/java/locale/LocaleInformation_es_PR.java,
781         gnu/java/locale/LocaleInformation_zh_SG.java,
782         gnu/java/locale/LocaleInformation_ca_ES.java,
783         gnu/java/locale/LocaleInformation_ka_GE.h,
784         gnu/java/locale/LocaleInformation_ar_BH.h,
785         gnu/java/locale/LocaleInformation_fr_CH.java,
786         gnu/java/locale/Calendar_nl.h,
787         gnu/java/locale/LocaleInformation_en_DK.h,
788         gnu/java/locale/LocaleInformation.h,
789         gnu/java/locale/LocaleInformation_ar_JO.java,
790         gnu/java/locale/LocaleInformation_br_FR.java,
791         gnu/java/locale/LocaleInformation_ru_RU.java,
792         gnu/java/locale/LocaleInformation_de_BE.java,
793         gnu/java/locale/LocaleInformation_ru_RU.h,
794         gnu/java/locale/LocaleInformation_de_DE.h,
795         gnu/java/locale/LocaleInformation_hr_HR.h,
796         gnu/java/locale/LocaleInformation_gd_GB.h,
797         gnu/java/locale/LocaleInformation_nl.java,
798         gnu/java/locale/LocaleInformation_en_GB.java,
799         gnu/java/locale/LocaleInformation_uk_UA.h,
800         gnu/java/locale/LocaleInformation_ar_LY.h,
801         gnu/java/locale/LocaleInformation_ru_UA.h,
802         gnu/java/locale/LocaleInformation_es_UY.java,
803         gnu/java/locale/LocaleInformation_fr_CH.h,
804         gnu/java/locale/LocaleInformation_lv_LV.h,
805         gnu/java/locale/LocaleInformation_de.java,
806         gnu/java/locale/LocaleInformation_el_GR.java,
807         gnu/java/locale/LocaleInformation_es_CR.java,
808         gnu/java/locale/LocaleInformation_ar_IN.h,
809         gnu/java/locale/LocaleInformation_es_DO.h,
810         gnu/java/locale/LocaleInformation_es_PE.h,
811         gnu/java/locale/LocaleInformation_ar_OM.h,
812         gnu/java/locale/LocaleInformation_zh_HK.java,
813         gnu/java/locale/LocaleInformation_mr_IN.java,
814         gnu/java/locale/LocaleInformation_no_NO.h,
815         gnu/java/locale/LocaleInformation_es_EC.java,
816         gnu/java/locale/LocaleInformation_ro_RO.java,
817         gnu/java/locale/LocaleInformation_he_IL.java,
818         gnu/java/locale/Calendar.java,
819         gnu/java/locale/LocaleInformation_ar_LB.h,
820         gnu/java/locale/LocaleInformation_fa_IR.h,
821         gnu/java/locale/LocaleInformation_es_CO.java,
822         gnu/java/locale/LocaleInformation_cy_GB.h,
823         gnu/java/locale/LocaleInformation_en_SG.java,
824         gnu/java/locale/LocaleInformation_mk_MK.java,
825         gnu/java/locale/LocaleInformation_es_ES.java,
826         gnu/java/locale/LocaleInformation_eu_ES.java,
827         gnu/java/locale/LocaleInformation_en_BW.h,
828         gnu/java/locale/LocaleInformation_es_VE.java,
829         gnu/java/locale/LocaleInformation_zh_CN.java,
830         gnu/java/locale/LocaleInformation_hr_HR.java,
831         gnu/java/locale/LocaleInformation_gd_GB.java,
832         gnu/java/locale/LocaleInformation_se_NO.java,
833         gnu/java/locale/LocaleInformation_te_IN.h,
834         gnu/java/locale/LocaleInformation_en.h,
835         gnu/java/locale/LocaleInformation_ar_TN.h,
836         gnu/java/locale/Calendar_nl.java,
837         gnu/java/locale/LocaleInformation_es_US.java,
838         gnu/java/locale/LocaleInformation_nl_BE.java,
839         gnu/java/locale/LocaleInformation_es_PY.java,
840         gnu/java/locale/LocaleInformation_sk_SK.h,
841         gnu/java/locale/LocaleInformation_fr_CA.h,
842         gnu/java/locale/LocaleInformation_be_BY.java,
843         gnu/java/locale/LocaleInformation_lv_LV.java,
844         gnu/java/locale/LocaleInformation_lt_LT.h,
845         gnu/java/locale/LocaleInformation_gv_GB.java,
846         gnu/java/locale/LocaleInformation_ar_MA.h,
847         gnu/java/locale/LocaleInformation_en_IE.h,
848         gnu/java/locale/LocaleInformation_es_CL.java,
849         gnu/java/locale/LocaleInformation_bn_IN.h,
850         gnu/java/locale/Calendar_de.java,
851         gnu/java/locale/LocaleInformation_yi_US.h,
852         gnu/java/locale/LocaleInformation_ar_DZ.java,
853         gnu/java/locale/LocaleInformation_es_GT.java,
854         gnu/java/locale/Calendar_de.h,
855         gnu/java/locale/LocaleInformation_es_NI.h,
856         gnu/java/locale/LocaleInformation_en_CA.java,
857         gnu/java/locale/LocaleInformation_zh_CN.h,
858         gnu/java/locale/LocaleInformation_es_VE.h,
859         gnu/java/locale/LocaleInformation_de_CH.h,
860         gnu/java/locale/LocaleInformation_en_NZ.java,
861         gnu/java/locale/LocaleInformation_mi_NZ.java,
862         gnu/java/locale/LocaleInformation_en_US.h,
863         gnu/java/locale/LocaleInformation_sl_SI.h,
864         gnu/java/locale/LocaleInformation_et_EE.java,
865         gnu/java/locale/LocaleInformation_mi_NZ.h,
866         gnu/java/locale/LocaleInformation_ar_QA.java,
867         gnu/java/locale/LocaleInformation_en_HK.java,
868         gnu/java/locale/LocaleInformation_ar_IQ.java,
869         gnu/java/locale/LocaleInformation_ar_OM.java,
870         gnu/java/locale/LocaleInformation_fr_FR.java,
871         gnu/java/locale/LocaleInformation_es_CR.h,
872         gnu/java/locale/LocaleInformation_en.java,
873         gnu/java/locale/LocaleInformation_es_GT.h,
874         gnu/java/locale/LocaleInformation_ur_PK.java,
875         gnu/java/locale/LocaleInformation_pt_PT.java,
876         gnu/java/locale/LocaleInformation_et_EE.h,
877         gnu/java/locale/LocaleInformation_ar_IN.java,
878         gnu/java/locale/LocaleInformation_es_AR.java,
879         gnu/java/locale/LocaleInformation_en_PH.java,
880         gnu/java/locale/LocaleInformation_en_IN.h,
881         gnu/java/locale/LocaleInformation_kl_GL.h,
882         gnu/java/locale/LocaleInformation_gl_ES.h,
883         gnu/java/locale/LocaleInformation_sq_AL.java,
884         gnu/java/locale/LocaleInformation_en_SG.h,
885         gnu/java/locale/LocaleInformation_de_CH.java,
886         gnu/java/locale/LocaleInformation_ga_IE.java,
887         gnu/java/locale/LocaleInformation_no_NO.java,
888         gnu/java/locale/LocaleInformation_de_AT.java,
889         gnu/java/locale/LocaleInformation_tg_TJ.h,
890         gnu/java/locale/LocaleInformation_hu_HU.h,
891         gnu/java/locale/LocaleInformation_es_SV.java,
892         gnu/java/locale/LocaleInformation_zh_SG.h,
893         gnu/java/locale/LocaleInformation_ca_ES.h,
894         gnu/java/locale/LocaleInformation_de_AT.h,
895         gnu/java/locale/LocaleInformation_ar_SY.h,
896         gnu/java/locale/LocaleInformation_he_IL.h,
897         gnu/java/locale/LocaleInformation_ro_RO.h,
898         gnu/java/locale/LocaleInformation_zh_TW.java,
899         gnu/java/locale/LocaleInformation_es_NI.java,
900         gnu/java/locale/LocaleInformation_ar_JO.h,
901         gnu/java/locale/LocaleInformation_br_FR.h,
902         gnu/java/locale/Calendar_en.java,
903         gnu/java/locale/LocaleInformation_eu_ES.h,
904         gnu/java/locale/LocaleInformation_pt_BR.java,
905         gnu/java/locale/LocaleInformation_tg_TJ.java,
906         gnu/java/locale/LocaleInformation_iw_IL.h,
907         gnu/java/locale/LocaleInformation_ar_AE.h,
908         gnu/java/locale/LocaleInformation_fr_LU.h,
909         gnu/java/locale/LocaleInformation_id_ID.h,
910         gnu/java/locale/LocaleInformation_sv_SE.java,
911         gnu/java/locale/LocaleInformation_en_GB.h,
912         gnu/java/locale/LocaleInformation_ar_EG.h,
913         gnu/java/locale/LocaleInformation_cy_GB.java,
914         gnu/java/locale/LocaleInformation_be_BY.h,
915         gnu/java/locale/LocaleInformation_yi_US.java,
916         gnu/java/locale/LocaleInformation_tr_TR.java,
917         gnu/java/locale/LocaleInformation_pt_PT.h,
918         gnu/java/locale/LocaleInformation_ar_IQ.h,
919         gnu/java/locale/LocaleInformation_cs_CZ.java,
920         gnu/java/locale/LocaleInformation_ar_TN.java,
921         gnu/java/locale/LocaleInformation_ko_KR.java,
922         gnu/java/locale/LocaleInformation_ar_AE.java,
923         gnu/java/locale/LocaleInformation_fr_LU.java,
924         gnu/java/locale/LocaleInformation_it_IT.h,
925         gnu/java/locale/LocaleInformation_mt_MT.java,
926         gnu/java/locale/LocaleInformation_fr_BE.h,
927         gnu/java/locale/LocaleInformation_es_DO.java,
928         gnu/java/locale/LocaleInformation_ta_IN.java,
929         gnu/java/locale/LocaleInformation_es_CL.h,
930         gnu/java/locale/LocaleInformation_te_IN.java,
931         gnu/java/locale/LocaleInformation_ar_YE.java,
932         gnu/java/locale/LocaleInformation_kw_GB.h,
933         gnu/java/locale/LocaleInformation_uk_UA.java,
934         gnu/java/locale/LocaleInformation_cs_CZ.h,
935         gnu/java/locale/LocaleInformation_da_DK.h,
936         gnu/java/locale/LocaleInformation_en_CA.h,
937         gnu/java/locale/Calendar_en.h,
938         gnu/java/locale/LocaleInformation_pt_BR.h,
939         gnu/java/locale/LocaleInformation_ar_SY.java,
940         gnu/java/locale/LocaleInformation_lt_LT.java,
941         gnu/java/locale/LocaleInformation_vi_VN.java,
942         gnu/java/locale/LocaleInformation_ur_PK.h,
943         gnu/java/locale/LocaleInformation_en_IN.java,
944         gnu/java/locale/LocaleInformation_kl_GL.java,
945         gnu/java/locale/LocaleInformation_ja_JP.h,
946         gnu/java/locale/LocaleInformation_es_UY.h,
947         gnu/java/locale/LocaleInformation_es_PA.h,
948         gnu/java/locale/LocaleInformation_de_LU.h,
949         gnu/java/locale/LocaleInformation_fo_FO.h,
950         gnu/java/locale/LocaleInformation_oc_FR.h,
951         gnu/java/locale/LocaleInformation_zh_TW.h,
952         gnu/java/locale/LocaleInformation_hu_HU.java,
953         gnu/java/locale/LocaleInformation_ar_KW.h,
954         gnu/java/locale/LocaleInformation_mr_IN.h,
955         gnu/java/locale/LocaleInformation_ar_EG.java,
956         gnu/java/locale/LocaleInformation_nl.h,
957         gnu/java/locale/LocaleInformation_af_ZA.java,
958         gnu/java/locale/LocaleInformation_es_PY.h,
959         gnu/java/locale/LocaleInformation_nl_BE.h,
960         gnu/java/locale/LocaleInformation_vi_VN.h,
961         gnu/java/locale/LocaleInformation_es_PA.java,
962         gnu/java/locale/Calendar.h,
963         gnu/java/locale/LocaleInformation_da_DK.java,
964         gnu/java/locale/LocaleInformation_de_BE.h,
965         gnu/java/locale/LocaleInformation_ar_DZ.h,
966         gnu/java/locale/LocaleInformation_bs_BA.java,
967         gnu/java/locale/LocaleInformation_id_ID.java,
968         gnu/java/locale/LocaleInformation_en_US.java,
969         gnu/java/locale/LocaleInformation_sl_SI.java,
970         gnu/java/locale/LocaleInformation_fr_BE.java,
971         gnu/java/locale/LocaleInformation_ar_LB.java,
972         gnu/java/locale/LocaleInformation_it_CH.java,
973         gnu/java/locale/LocaleInformation_en_ZW.h,
974         gnu/java/locale/LocaleInformation_gv_GB.h,
975         gnu/java/locale/LocaleInformation_es_HN.java,
976         gnu/java/locale/LocaleInformation_es_BO.h,
977         gnu/java/locale/LocaleInformation_en_AU.h,
978         gnu/java/locale/LocaleInformation_ar_SD.h,
979         gnu/java/locale/LocaleInformation_sr_YU.java,
980         gnu/java/locale/LocaleInformation_es_HN.h,
981         gnu/java/locale/LocaleInformation_iw_IL.java,
982         gnu/java/locale/LocaleInformation_it_IT.java,
983         gnu/java/locale/LocaleInformation_es_MX.java,
984         gnu/java/locale/LocaleInformation_es_PR.h,
985         gnu/java/locale/LocaleInformation_ar_MA.java,
986         gnu/java/locale/LocaleInformation_en_IE.java,
987         gnu/java/locale/LocaleInformation.java,
988         gnu/java/locale/LocaleInformation_en_DK.java,
989         gnu/java/locale/LocaleInformation_es_EC.h,
990         gnu/java/locale/LocaleInformation_mt_MT.h,
991         gnu/java/locale/LocaleInformation_hi_IN.java,
992         gnu/java/locale/LocaleInformation_en_AU.java,
993         gnu/java/locale/LocaleInformation_es_BO.java,
994         gnu/java/locale/LocaleInformation_gl_ES.java,
995         gnu/java/locale/LocaleInformation_en_BW.java,
996         gnu/java/locale/LocaleInformation_en_HK.h,
997         gnu/java/locale/LocaleInformation_de_DE.java,
998         gnu/java/locale/LocaleInformation_mk_MK.h,
999         gnu/java/locale/LocaleInformation_es_ES.h,
1000         gnu/java/locale/LocaleInformation_sq_AL.h,
1001         gnu/java/locale/LocaleInformation_sv_FI.java,
1002         gnu/java/locale/LocaleInformation_pl_PL.java,
1003         gnu/java/locale/LocaleInformation_tl_PH.java,
1004         gnu/java/locale/LocaleInformation_sr_YU.h,
1005         gnu/java/locale/LocaleInformation_nl_NL.h,
1006         gnu/java/locale/LocaleInformation_zh_HK.h,
1007         java/text/DateFormatSymbols.java,
1008         java/text/DecimalFormatSymbols.java,
1009         java/util/Currency.java,
1010         java/util/Calendar.java: Remove
1011
1012 2008-03-03  Andrew Haley  <aph@littlepinkcloud.com>
1013
1014         * testsuite/lib/libjava.exp (libjava_arguments): Use regexp
1015         instead of string match when checking for linux targets.
1016  
1017 2008-03-03  Matthias Klose  <doko@ubuntu.com>
1018
1019         * classpath/tools/classes/gnu/classpath/tools/orbd/Main.class,
1020         classpath/lib/gnu/java/locale/LocaleData.class
1021         classpath/lib/gnu/java/rmi/registry/RegistryImpl.class
1022         classpath/lib/gnu/gcj/convert/Convert.class
1023         classpath/lib/gnu/gcj/tools/gcj_dbtool/Main.class: Regenerate.
1024
1025 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
1026
1027         * gnu/gcj/convert/Convert.java (version): Update copyright notice
1028         dates.
1029         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
1030
1031 2008-02-27  David Daney  <ddaney@avtrex.com>
1032
1033         * HACKING: Correct typo in find command.
1034
1035 2008-02-27  David Daney  <ddaney@avtrex.com>
1036
1037         * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
1038         null host.
1039
1040 2008-02-20  Tom Tromey  <tromey@redhat.com>
1041
1042         PR libgcj/24170:
1043         * java/io/natFilePosix.cc (File::performList): Don't use
1044         readdir_r.
1045         * configure, include/config.h.in: Rebuilt.
1046         * configure.ac: Don't check for readdir_r.
1047
1048 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1049
1050         PR libgcj/33085
1051         * configure: Regenerate.
1052
1053 2008-02-15  Andreas Tobler  <a.tobler@schweiz.org>
1054
1055         PR testsuite/35208
1056         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc
1057         (Java_getstacktrace_natRunner): Increase the usleep time to a value
1058         which prevents OS-X to get into a deadlock.
1059
1060 2008-02-06  Andreas Tobler  <a.tobler@schweiz.org>
1061
1062         PR libgcj/30071
1063         * Makefile.am (install-exec-hook): Add install-binPROGRAMS.
1064         * Makefile.in: Regenerate.
1065
1066 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1067
1068         * shlibpath.m4: Add AIX 6 support.
1069         * configure: Regenerate.
1070
1071 2008-01-18  Alexandre Oliva  <aoliva@redhat.com>
1072
1073         PR c++/33887
1074         * link.cc (_Jv_Linker::prepare_constant_time_tables):
1075         has_interfaces is boolean, treat it as such.
1076
1077 2008-01-04  Andrew Haley  <aph@redhat.com>
1078
1079         PR libgcj/34444
1080         * java/lang/natClass.cc (Class::getEnclosingClass): Call
1081         getDeclaringClass().