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