OSDN Git Service

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