OSDN Git Service

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