OSDN Git Service

268c02cf6bed4bc8f3db2d817391af43df825da3
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
1 2008-08-22  Andrew Haley  <aph@redhat.com>
2
3         PR libgcj/8995:
4         
5         * interpret-run.cc (REWRITE_INSN): Null this macro.
6
7         * include/jvm.h (class _Jv_Linker): Declare resolve_mutex, init.
8         (read_cpool_entry, write_cpool_entry): New functions.
9         * link.cc (_Jv_Linker::resolve_mutex): new.
10         (_Jv_Linker::init): New function.
11         (_Jv_Linker::resolve_pool_entry): Use {read,write}_cpool_entry
12         to ensure atomic access to constant pool entries.
13
14 2008-08-07  Andrew Haley  <aph@redhat.com>
15
16         * testsuite/libjava.lang/StackTrace2.java: Rewrite to prevent
17         spurious failure when some methods are inlined.
18
19 2008-08-05  Matthias Klose  <doko@ubuntu.com>
20
21         * HACKING: Update instructions how to build gcj/javaprims.h.
22
23 2008-08-04  Tom Tromey  <tromey@redhat.com>
24
25         PR libgcj/31890:
26         * gcj/javaprims.h: Regenerate class list.
27
28 2008-07-16  Roger Sayle  <roger@eyesopen.com>
29             Paolo Bonzini  <bonzini@gnu.org>
30
31         * scripts/jar.in: Fix portability problems with Solaris /bin/sh.
32
33 2008-07-08  Matthias Klose  <doko@ubuntu.com>
34
35         * libtool-version: Bump soversion.
36
37 2008-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38
39         * gnu/gcj/convert/make-trie.h: New.
40         * gnu/gcj/convert/gen-from-JIS.c: Include it.
41         * gnu/gcj/convert/make-trie.c: Likewise.
42         Fix typos and compiler warnings, diagnose a missing argument.
43         * Makefile.am (gen_from_JIS_SOURCES): Add gnu/gcj/convert/make-trie.h.
44         * Makefile.in: Regenerate.
45
46 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
47         Andrew Haley  <aph@redhat.com>
48         
49         * configure.ac (java-home): new AC_ARG_ENABLE.
50         (aot-compile-rpm): Likewise.
51         (CREATE_JAVA_HOME): new AM_CONDITIONAL.
52         (INSTALL_AOT_RPM): Likewise.
53         (gcc-suffix): new AC_ARG_WITH.
54         (arch-directory): Likewise.
55         (os-directory): Likewise.
56         (origin-name): Likewise.
57         (arch-suffix): Likewise.
58         (jvm-root-dir): Likewise.
59         (jvm-jar-dir): Likewise.
60         (python-dir): Likewise.
61         (AC_CONFIG_FILES): Add contrib/aotcompile.py, contrib/aot-compile,
62         contrib/aot-compile-rpm, contrib/rebuild-gcj-db.
63         (gcjsubdir): New AC_SUBST.
64         * Makefile.am (install-data-local): Install Python modules for
65         aot-compile. Also install an sdk style directory if
66         --enable-java-home is passed to configure.
67         (bin_SCRIPTS): Add 
68         contrib/rebuild-gcj-db and contrib/aot-compile.
69         (gcjsubdir): Add.
70         (db_pathtail): Redefine in terms of gcjsubdir.
71         * contrib/aot-compile.in: New file.
72         * contrib/aotcompile.py.in: Likewise.
73         * contrib/aot-compile-rpm.in: Likewise.
74         * contrib/classfile.py: Likewise.
75         * contrib/rebuild-gcj-db.in: Likewise.
76         * configure: Regenerate.
77         * Makefile.in: Regenerate. 
78
79 2008-06-28  Matthias Klose  <doko@ubuntu.com>
80
81         Import GNU Classpath (classpath-0_97_2-release).
82
83         * Regenerate class and header files.
84         * Regenerate auto* files.
85         * gcj/javaprims.h: Define jobjectRefType.
86         * jni.cc (_Jv_JNI_GetObjectRefType): New (stub only).
87         (_Jv_JNIFunctions): Initialize GetObjectRefType.
88         * gnu/classpath/jdwp/VMVirtualMachine.java,
89         java/security/VMSecureRandom.java: Merge from classpath.
90         * HACKING: Fix typo.
91         * ChangeLog-2007: New file.
92         * configure.ac: Set JAVAC, pass --disable-regen-headers to classpath.
93
94 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
95
96         * configure: Regenerate.
97         * gcj/Makefile.in: Regenerate.
98         * include/Makefile.in: Regenerate.
99         * testsuite/Makefile.in: Regenerate.
100
101 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
102
103         * configure.host (strongarm*-elf, xscale*-elf): Remove.
104
105 2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
106
107         * Makefile.am (mostlyclean-local): Use libtool --mode=clean.
108         * Makefile.in: Regenerate.
109
110 2008-05-28  Andrew Haley  <aph@redhat.com>
111
112         * java/lang/Class.java (getSimpleName): Use getEnclosingClass().        
113         * testsuite/libjava.lang/PR35020.java: New cases.
114         * testsuite/libjava.lang/PR35020.out: New cases.
115
116 2008-05-22  Andrew Haley  <aph@redhat.com>
117
118         PR libgcj/35020
119         * java/lang/Class.java (getSimpleName): Replace incorrect use of
120         String.lastIndexOf(String, int) with String.substring.
121         * testsuite/libjava.lang/PR35020.java: New file.
122         * testsuite/libjava.lang/PR35020.out: New file.
123
124 2008-05-22  Andrew Haley  <aph@redhat.com>
125
126         PR libgcj/35020
127         * java/lang/Class.java (getSimpleName): Import from GNU Classpath.
128
129 2008-05-20  David Daney  <ddaney@avtrex.com>
130
131         PR libgcj/36252
132         * java/lang/natString.ccn: Add
133         #include <java/io/CharConversionException.h>.
134         (init (byte[], int, int, String)): Catch and ignore
135         CharConversionException.  Break out of conversion loop
136         on incomplete input.
137         * testsuite/libjava.lang/PR36252.java: New test.
138         * testsuite/libjava.lang/PR36252.out: New file, its expected output.
139         * testsuite/libjava.lang/PR36252.jar: New file, its pre-compiled
140         jar file.
141
142 2008-04-19  Tom Tromey  <tromey@redhat.com>
143
144         PR libgcj/35979:
145         * jni.cc (_Jv_JNI_NewStringUTF): Return NULL if bytes==NULL.
146
147 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
148
149         PR bootstrap/35457
150         * aclocal.m4: Regenerate.
151         * configure: Regenerate.
152
153 2008-04-16  Andrew Haley  <aph@littlepinkcloud.com>
154
155         * libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
156         _Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.
157
158 2008-04-16  Andrew Haley  <aph@redhat.com>
159
160         * libgcj_bc.c: Sort lines.
161
162 2008-04-02  Peter O'Gorman  <pogma@thewrittenword.com>
163
164         PR bootstrap/35216
165         * scripts/makemake.tcl: Replace org/omg build with build of all
166         its subpackages.
167         * sources.am: Regenerate.
168         * Makefile.in: Regenerate.
169
170 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
171
172         * Makefile.am (install-data-local): Rewrite to be more efficient,
173         using awk, and `install' with multiple files at once.  Do not gather
174         more than 50 files in one go to avoid hitting command line limits.
175         (install_data_local_split): New variable.
176         * aclocal.m4: Regenerate.
177         * configure: Likewise.
178         * Makefile.in: Likewise.
179         * gcj/Makefile.in: Likewise.
180         * include/Makefile.in: Likewise.
181         * testsuite/Makefile.in: Likewise.
182
183         * Makefile.am (write_entries_to_file_split): New variable.
184         (write_entries_to_file): Write out that many entries at once,
185         for speed.
186         * Makefile.in: Regenerate.
187
188 2008-03-13  Tom Tromey  <tromey@redhat.com>
189
190         * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader):
191         Check loading constraints.
192         (_Jv_CheckOrCreateLoadingConstraint): New function.
193         * java/lang/ClassLoader.java (loadingConstraints): New field.
194         * link.cc (_Jv_Linker::find_field): Use
195         _Jv_CheckOrCreateLoadingConstraint.
196         (_Jv_Linker::check_loading_constraints): New function.
197         (_Jv_Linker::resolve_method_entry): Use
198         check_loading_constraints.
199         (_Jv_Linker::append_partial_itable): Likewise.
200         (_Jv_Linker::layout_vtable_methods): Likewise.
201         * include/jvm.h (_Jv_Linker::check_loading_constraints): Declare.
202         (_Jv_CheckOrCreateLoadingConstraint): Declare.
203
204 2008-03-10  Jim Meyering  <meyering@redhat.com>
205
206         Don't leak upon failed realloc.
207         * gnu/classpath/natSystemProperties.cc
208         (SystemProperties::insertSystemProperties):
209
210 2008-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
211
212         * HACKING: Fix grep patterns.
213
214 2008-03-04  David Daney  <ddaney@avtrex.com>
215
216         * scripts/makemake.tcl (properties_map): Don't exclude
217         gnu/java/locale.
218         * gnu/java/lang/MainThread.java (Klocale, Kcalendar): Remove.
219         * java/text/Collator.java: Organize imports.
220         (getAvailableLocales): Merge from classpath.
221         (getInstance): Same.
222         * sources.am: Regenerate.
223         * Makefile.in: Regenerate.
224         * classpath/lib/java/text/DecimalFormatSymbols.class,
225         classpath/lib/java/text/DateFormatSymbols.class,
226         classpath/lib/java/util/Currency.class,
227         classpath/lib/java/util/Calendar.class,
228         classpath/lib/gnu/java/lang/MainThread.class,
229         classpath/lib/java/text/Collator.class,
230         gnu/java/lang/MainThread.h,
231         java/text/DateFormatSymbols.h,
232         java/text/DecimalFormatSymbols.h,
233         java/util/Calendar.h,
234         java/util/Currency.h: Regenerate.
235         * classpath/lib/gnu/java/locale/LocaleInformation_en_PH.class,
236         classpath/lib/gnu/java/locale/LocaleInformation_es_AR.class,
237         classpath/lib/gnu/java/locale/LocaleInformation_en_BW.class,
238         classpath/lib/gnu/java/locale/LocaleInformation_de_BE.class,
239         classpath/lib/gnu/java/locale/LocaleInformation_te_IN.class,
240         classpath/lib/gnu/java/locale/LocaleInformation_en.class,
241         classpath/lib/gnu/java/locale/LocaleInformation_iw_IL.class,
242         classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.class,
243         classpath/lib/gnu/java/locale/LocaleInformation_ar_AE.class,
244         classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.class,
245         classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.class,
246         classpath/lib/gnu/java/locale/LocaleInformation_es_MX.class,
247         classpath/lib/gnu/java/locale/LocaleInformation_ar_EG.class,
248         classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.class,
249         classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.class,
250         classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.class,
251         classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.class,
252         classpath/lib/gnu/java/locale/LocaleInformation_yi_US.class,
253         classpath/lib/gnu/java/locale/LocaleInformation_ar_SD.class,
254         classpath/lib/gnu/java/locale/LocaleInformation_ar_IQ.class,
255         classpath/lib/gnu/java/locale/Calendar_de.class,
256         classpath/lib/gnu/java/locale/LocaleInformation_es_HN.class,
257         classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.class,
258         classpath/lib/gnu/java/locale/LocaleInformation_de_CH.class,
259         classpath/lib/gnu/java/locale/LocaleInformation_es_PR.class,
260         classpath/lib/gnu/java/locale/LocaleInformation_ar_BH.class,
261         classpath/lib/gnu/java/locale/LocaleInformation_mi_NZ.class,
262         classpath/lib/gnu/java/locale/Calendar_nl.class,
263         classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.class,
264         classpath/lib/gnu/java/locale/LocaleInformation_es_EC.class,
265         classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.class,
266         classpath/lib/gnu/java/locale/LocaleInformation_en_HK.class,
267         classpath/lib/gnu/java/locale/LocaleInformation_es_CL.class,
268         classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.class,
269         classpath/lib/gnu/java/locale/LocaleInformation_mk_MK.class,
270         classpath/lib/gnu/java/locale/LocaleInformation_es_ES.class,
271         classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.class,
272         classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.class,
273         classpath/lib/gnu/java/locale/LocaleInformation_en_CA.class,
274         classpath/lib/gnu/java/locale/LocaleInformation_bs_BA.class,
275         classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.class,
276         classpath/lib/gnu/java/locale/LocaleInformation_es_US.class,
277         classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.class,
278         classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.class,
279         classpath/lib/gnu/java/locale/LocaleInformation_it_CH.class,
280         classpath/lib/gnu/java/locale/LocaleInformation_es_PA.class,
281         classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.class,
282         classpath/lib/gnu/java/locale/LocaleInformation_de.class,
283         classpath/lib/gnu/java/locale/LocaleInformation_el_GR.class,
284         classpath/lib/gnu/java/locale/LocaleInformation_en_IN.class,
285         classpath/lib/gnu/java/locale/LocaleInformation_es_DO.class,
286         classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.class,
287         classpath/lib/gnu/java/locale/LocaleInformation_es_PE.class,
288         classpath/lib/gnu/java/locale/LocaleInformation_zh_TW.class,
289         classpath/lib/gnu/java/locale/LocaleInformation_ar_OM.class,
290         classpath/lib/gnu/java/locale/LocaleInformation_ar_KW.class,
291         classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.class,
292         classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.class,
293         classpath/lib/gnu/java/locale/LocaleInformation_nl.class,
294         classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.class,
295         classpath/lib/gnu/java/locale/LocaleInformation_zh_SG.class,
296         classpath/lib/gnu/java/locale/LocaleInformation_de_AT.class,
297         classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.class,
298         classpath/lib/gnu/java/locale/LocaleInformation_es_PY.class,
299         classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.class,
300         classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.class,
301         classpath/lib/gnu/java/locale/LocaleInformation_he_IL.class,
302         classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.class,
303         classpath/lib/gnu/java/locale/LocaleInformation_vi_VN.class,
304         classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.class,
305         classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.class,
306         classpath/lib/gnu/java/locale/LocaleInformation_es_CO.class,
307         classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.class,
308         classpath/lib/gnu/java/locale/LocaleInformation_br_FR.class,
309         classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.class,
310         classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.class,
311         classpath/lib/gnu/java/locale/LocaleInformation_fr_FR.class,
312         classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.class,
313         classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.class,
314         classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.class,
315         classpath/lib/gnu/java/locale/LocaleInformation_tl_PH.class,
316         classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.class,
317         classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.class,
318         classpath/lib/gnu/java/locale/LocaleInformation_id_ID.class,
319         classpath/lib/gnu/java/locale/LocaleInformation_en_GB.class,
320         classpath/lib/gnu/java/locale/LocaleInformation_uz_UZ.class,
321         classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.class,
322         classpath/lib/gnu/java/locale/LocaleInformation_en_IE.class,
323         classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.class,
324         classpath/lib/gnu/java/locale/LocaleInformation_be_BY.class,
325         classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.class,
326         classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.class,
327         classpath/lib/gnu/java/locale/LocaleInformation_es_BO.class,
328         classpath/lib/gnu/java/locale/LocaleInformation_en_AU.class,
329         classpath/lib/gnu/java/locale/LocaleInformation_es_NI.class,
330         classpath/lib/gnu/java/locale/LocaleInformation_zh_CN.class,
331         classpath/lib/gnu/java/locale/LocaleInformation_es_VE.class,
332         classpath/lib/gnu/java/locale/LocaleInformation_ka_GE.class,
333         classpath/lib/gnu/java/locale/LocaleInformation_it_IT.class,
334         classpath/lib/gnu/java/locale/LocaleInformation_en_US.class,
335         classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.class,
336         classpath/lib/gnu/java/locale/LocaleInformation_en_DK.class,
337         classpath/lib/gnu/java/locale/LocaleInformation.class,
338         classpath/lib/gnu/java/locale/LocaleInformation_es_CR.class,
339         classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.class,
340         classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.class,
341         classpath/lib/gnu/java/locale/LocaleInformation_de_DE.class,
342         classpath/lib/gnu/java/locale/LocaleInformation_es_GT.class,
343         classpath/lib/gnu/java/locale/LocaleInformation_sr_YU.class,
344         classpath/lib/gnu/java/locale/LocaleInformation_da_DK.class,
345         classpath/lib/gnu/java/locale/LocaleInformation_gd_GB.class,
346         classpath/lib/gnu/java/locale/LocaleInformation_hr_HR.class,
347         classpath/lib/gnu/java/locale/LocaleInformation_zh_HK.class,
348         classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.class,
349         classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.class,
350         classpath/lib/gnu/java/locale/Calendar_en.class,
351         classpath/lib/gnu/java/locale/LocaleInformation_ar_LY.class,
352         classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.class,
353         classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.class,
354         classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.class,
355         classpath/lib/gnu/java/locale/LocaleInformation_es_SV.class,
356         classpath/lib/gnu/java/locale/LocaleInformation_ur_PK.class,
357         classpath/lib/gnu/java/locale/LocaleInformation_et_EE.class,
358         classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.class,
359         classpath/lib/gnu/java/locale/LocaleInformation_es_UY.class,
360         classpath/lib/gnu/java/locale/LocaleInformation_oc_FR.class,
361         classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.class,
362         classpath/lib/gnu/java/locale/LocaleInformation_ar_IN.class,
363         classpath/lib/gnu/java/locale/LocaleInformation_de_LU.class,
364         classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.class,
365         classpath/lib/gnu/java/locale/LocaleInformation_en_SG.class,
366         classpath/lib/gnu/java/locale/LocaleInformation_se_NO.class,
367         classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.class,
368         classpath/lib/gnu/java/locale/LocaleInformation_tg_TJ.class,
369         classpath/lib/gnu/java/locale/LocaleInformation_no_NO.class,
370         classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.class,
371         classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.class,
372         classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.class,
373         classpath/lib/gnu/java/locale/Calendar.class,
374         gnu/java/locale/LocaleInformation_fr_CA.java,
375         gnu/java/locale/LocaleInformation_sk_SK.java,
376         gnu/java/locale/LocaleInformation_ar_BH.java,
377         gnu/java/locale/LocaleInformation_ko_KR.h,
378         gnu/java/locale/LocaleInformation_bs_BA.h,
379         gnu/java/locale/LocaleInformation_nn_NO.h,
380         gnu/java/locale/LocaleInformation_en_NZ.h,
381         gnu/java/locale/LocaleInformation_en_ZW.java,
382         gnu/java/locale/LocaleInformation_es_US.h,
383         gnu/java/locale/LocaleInformation_es_SV.h,
384         gnu/java/locale/LocaleInformation_de_LU.java,
385         gnu/java/locale/LocaleInformation_fo_FO.java,
386         gnu/java/locale/LocaleInformation_oc_FR.java,
387         gnu/java/locale/LocaleInformation_it_CH.h,
388         gnu/java/locale/LocaleInformation_de.h,
389         gnu/java/locale/LocaleInformation_el_GR.h,
390         gnu/java/locale/LocaleInformation_tr_TR.h,
391         gnu/java/locale/LocaleInformation_ka_GE.java,
392         gnu/java/locale/LocaleInformation_nn_NO.java,
393         gnu/java/locale/LocaleInformation_se_NO.h,
394         gnu/java/locale/LocaleInformation_ga_IE.h,
395         gnu/java/locale/LocaleInformation_ru_UA.java,
396         gnu/java/locale/LocaleInformation_fa_IR.java,
397         gnu/java/locale/LocaleInformation_ja_JP.java,
398         gnu/java/locale/LocaleInformation_sv_SE.h,
399         gnu/java/locale/LocaleInformation_bn_IN.java,
400         gnu/java/locale/LocaleInformation_af_ZA.h,
401         gnu/java/locale/LocaleInformation_es_PE.java,
402         gnu/java/locale/LocaleInformation_hi_IN.h,
403         gnu/java/locale/LocaleInformation_en_ZA.java,
404         gnu/java/locale/LocaleInformation_es_CO.h,
405         gnu/java/locale/LocaleInformation_es_AR.h,
406         gnu/java/locale/LocaleInformation_en_PH.h,
407         gnu/java/locale/LocaleInformation_ta_IN.h,
408         gnu/java/locale/LocaleInformation_en_ZA.h,
409         gnu/java/locale/LocaleInformation_nl_NL.java,
410         gnu/java/locale/LocaleInformation_ar_KW.java,
411         gnu/java/locale/LocaleInformation_fr_FR.h,
412         gnu/java/locale/LocaleInformation_ar_LY.java,
413         gnu/java/locale/LocaleInformation_uz_UZ.java,
414         gnu/java/locale/LocaleInformation_tl_PH.h,
415         gnu/java/locale/LocaleInformation_fi_FI.java,
416         gnu/java/locale/LocaleInformation_pl_PL.h,
417         gnu/java/locale/LocaleInformation_sv_FI.h,
418         gnu/java/locale/LocaleInformation_es_MX.h,
419         gnu/java/locale/LocaleInformation_uz_UZ.h,
420         gnu/java/locale/LocaleInformation_fi_FI.h,
421         gnu/java/locale/LocaleInformation_ar_SD.java,
422         gnu/java/locale/LocaleInformation_ar_QA.h,
423         gnu/java/locale/LocaleInformation_kw_GB.java,
424         gnu/java/locale/LocaleInformation_ar_YE.h,
425         gnu/java/locale/LocaleInformation_es_PR.java,
426         gnu/java/locale/LocaleInformation_zh_SG.java,
427         gnu/java/locale/LocaleInformation_ca_ES.java,
428         gnu/java/locale/LocaleInformation_ka_GE.h,
429         gnu/java/locale/LocaleInformation_ar_BH.h,
430         gnu/java/locale/LocaleInformation_fr_CH.java,
431         gnu/java/locale/Calendar_nl.h,
432         gnu/java/locale/LocaleInformation_en_DK.h,
433         gnu/java/locale/LocaleInformation.h,
434         gnu/java/locale/LocaleInformation_ar_JO.java,
435         gnu/java/locale/LocaleInformation_br_FR.java,
436         gnu/java/locale/LocaleInformation_ru_RU.java,
437         gnu/java/locale/LocaleInformation_de_BE.java,
438         gnu/java/locale/LocaleInformation_ru_RU.h,
439         gnu/java/locale/LocaleInformation_de_DE.h,
440         gnu/java/locale/LocaleInformation_hr_HR.h,
441         gnu/java/locale/LocaleInformation_gd_GB.h,
442         gnu/java/locale/LocaleInformation_nl.java,
443         gnu/java/locale/LocaleInformation_en_GB.java,
444         gnu/java/locale/LocaleInformation_uk_UA.h,
445         gnu/java/locale/LocaleInformation_ar_LY.h,
446         gnu/java/locale/LocaleInformation_ru_UA.h,
447         gnu/java/locale/LocaleInformation_es_UY.java,
448         gnu/java/locale/LocaleInformation_fr_CH.h,
449         gnu/java/locale/LocaleInformation_lv_LV.h,
450         gnu/java/locale/LocaleInformation_de.java,
451         gnu/java/locale/LocaleInformation_el_GR.java,
452         gnu/java/locale/LocaleInformation_es_CR.java,
453         gnu/java/locale/LocaleInformation_ar_IN.h,
454         gnu/java/locale/LocaleInformation_es_DO.h,
455         gnu/java/locale/LocaleInformation_es_PE.h,
456         gnu/java/locale/LocaleInformation_ar_OM.h,
457         gnu/java/locale/LocaleInformation_zh_HK.java,
458         gnu/java/locale/LocaleInformation_mr_IN.java,
459         gnu/java/locale/LocaleInformation_no_NO.h,
460         gnu/java/locale/LocaleInformation_es_EC.java,
461         gnu/java/locale/LocaleInformation_ro_RO.java,
462         gnu/java/locale/LocaleInformation_he_IL.java,
463         gnu/java/locale/Calendar.java,
464         gnu/java/locale/LocaleInformation_ar_LB.h,
465         gnu/java/locale/LocaleInformation_fa_IR.h,
466         gnu/java/locale/LocaleInformation_es_CO.java,
467         gnu/java/locale/LocaleInformation_cy_GB.h,
468         gnu/java/locale/LocaleInformation_en_SG.java,
469         gnu/java/locale/LocaleInformation_mk_MK.java,
470         gnu/java/locale/LocaleInformation_es_ES.java,
471         gnu/java/locale/LocaleInformation_eu_ES.java,
472         gnu/java/locale/LocaleInformation_en_BW.h,
473         gnu/java/locale/LocaleInformation_es_VE.java,
474         gnu/java/locale/LocaleInformation_zh_CN.java,
475         gnu/java/locale/LocaleInformation_hr_HR.java,
476         gnu/java/locale/LocaleInformation_gd_GB.java,
477         gnu/java/locale/LocaleInformation_se_NO.java,
478         gnu/java/locale/LocaleInformation_te_IN.h,
479         gnu/java/locale/LocaleInformation_en.h,
480         gnu/java/locale/LocaleInformation_ar_TN.h,
481         gnu/java/locale/Calendar_nl.java,
482         gnu/java/locale/LocaleInformation_es_US.java,
483         gnu/java/locale/LocaleInformation_nl_BE.java,
484         gnu/java/locale/LocaleInformation_es_PY.java,
485         gnu/java/locale/LocaleInformation_sk_SK.h,
486         gnu/java/locale/LocaleInformation_fr_CA.h,
487         gnu/java/locale/LocaleInformation_be_BY.java,
488         gnu/java/locale/LocaleInformation_lv_LV.java,
489         gnu/java/locale/LocaleInformation_lt_LT.h,
490         gnu/java/locale/LocaleInformation_gv_GB.java,
491         gnu/java/locale/LocaleInformation_ar_MA.h,
492         gnu/java/locale/LocaleInformation_en_IE.h,
493         gnu/java/locale/LocaleInformation_es_CL.java,
494         gnu/java/locale/LocaleInformation_bn_IN.h,
495         gnu/java/locale/Calendar_de.java,
496         gnu/java/locale/LocaleInformation_yi_US.h,
497         gnu/java/locale/LocaleInformation_ar_DZ.java,
498         gnu/java/locale/LocaleInformation_es_GT.java,
499         gnu/java/locale/Calendar_de.h,
500         gnu/java/locale/LocaleInformation_es_NI.h,
501         gnu/java/locale/LocaleInformation_en_CA.java,
502         gnu/java/locale/LocaleInformation_zh_CN.h,
503         gnu/java/locale/LocaleInformation_es_VE.h,
504         gnu/java/locale/LocaleInformation_de_CH.h,
505         gnu/java/locale/LocaleInformation_en_NZ.java,
506         gnu/java/locale/LocaleInformation_mi_NZ.java,
507         gnu/java/locale/LocaleInformation_en_US.h,
508         gnu/java/locale/LocaleInformation_sl_SI.h,
509         gnu/java/locale/LocaleInformation_et_EE.java,
510         gnu/java/locale/LocaleInformation_mi_NZ.h,
511         gnu/java/locale/LocaleInformation_ar_QA.java,
512         gnu/java/locale/LocaleInformation_en_HK.java,
513         gnu/java/locale/LocaleInformation_ar_IQ.java,
514         gnu/java/locale/LocaleInformation_ar_OM.java,
515         gnu/java/locale/LocaleInformation_fr_FR.java,
516         gnu/java/locale/LocaleInformation_es_CR.h,
517         gnu/java/locale/LocaleInformation_en.java,
518         gnu/java/locale/LocaleInformation_es_GT.h,
519         gnu/java/locale/LocaleInformation_ur_PK.java,
520         gnu/java/locale/LocaleInformation_pt_PT.java,
521         gnu/java/locale/LocaleInformation_et_EE.h,
522         gnu/java/locale/LocaleInformation_ar_IN.java,
523         gnu/java/locale/LocaleInformation_es_AR.java,
524         gnu/java/locale/LocaleInformation_en_PH.java,
525         gnu/java/locale/LocaleInformation_en_IN.h,
526         gnu/java/locale/LocaleInformation_kl_GL.h,
527         gnu/java/locale/LocaleInformation_gl_ES.h,
528         gnu/java/locale/LocaleInformation_sq_AL.java,
529         gnu/java/locale/LocaleInformation_en_SG.h,
530         gnu/java/locale/LocaleInformation_de_CH.java,
531         gnu/java/locale/LocaleInformation_ga_IE.java,
532         gnu/java/locale/LocaleInformation_no_NO.java,
533         gnu/java/locale/LocaleInformation_de_AT.java,
534         gnu/java/locale/LocaleInformation_tg_TJ.h,
535         gnu/java/locale/LocaleInformation_hu_HU.h,
536         gnu/java/locale/LocaleInformation_es_SV.java,
537         gnu/java/locale/LocaleInformation_zh_SG.h,
538         gnu/java/locale/LocaleInformation_ca_ES.h,
539         gnu/java/locale/LocaleInformation_de_AT.h,
540         gnu/java/locale/LocaleInformation_ar_SY.h,
541         gnu/java/locale/LocaleInformation_he_IL.h,
542         gnu/java/locale/LocaleInformation_ro_RO.h,
543         gnu/java/locale/LocaleInformation_zh_TW.java,
544         gnu/java/locale/LocaleInformation_es_NI.java,
545         gnu/java/locale/LocaleInformation_ar_JO.h,
546         gnu/java/locale/LocaleInformation_br_FR.h,
547         gnu/java/locale/Calendar_en.java,
548         gnu/java/locale/LocaleInformation_eu_ES.h,
549         gnu/java/locale/LocaleInformation_pt_BR.java,
550         gnu/java/locale/LocaleInformation_tg_TJ.java,
551         gnu/java/locale/LocaleInformation_iw_IL.h,
552         gnu/java/locale/LocaleInformation_ar_AE.h,
553         gnu/java/locale/LocaleInformation_fr_LU.h,
554         gnu/java/locale/LocaleInformation_id_ID.h,
555         gnu/java/locale/LocaleInformation_sv_SE.java,
556         gnu/java/locale/LocaleInformation_en_GB.h,
557         gnu/java/locale/LocaleInformation_ar_EG.h,
558         gnu/java/locale/LocaleInformation_cy_GB.java,
559         gnu/java/locale/LocaleInformation_be_BY.h,
560         gnu/java/locale/LocaleInformation_yi_US.java,
561         gnu/java/locale/LocaleInformation_tr_TR.java,
562         gnu/java/locale/LocaleInformation_pt_PT.h,
563         gnu/java/locale/LocaleInformation_ar_IQ.h,
564         gnu/java/locale/LocaleInformation_cs_CZ.java,
565         gnu/java/locale/LocaleInformation_ar_TN.java,
566         gnu/java/locale/LocaleInformation_ko_KR.java,
567         gnu/java/locale/LocaleInformation_ar_AE.java,
568         gnu/java/locale/LocaleInformation_fr_LU.java,
569         gnu/java/locale/LocaleInformation_it_IT.h,
570         gnu/java/locale/LocaleInformation_mt_MT.java,
571         gnu/java/locale/LocaleInformation_fr_BE.h,
572         gnu/java/locale/LocaleInformation_es_DO.java,
573         gnu/java/locale/LocaleInformation_ta_IN.java,
574         gnu/java/locale/LocaleInformation_es_CL.h,
575         gnu/java/locale/LocaleInformation_te_IN.java,
576         gnu/java/locale/LocaleInformation_ar_YE.java,
577         gnu/java/locale/LocaleInformation_kw_GB.h,
578         gnu/java/locale/LocaleInformation_uk_UA.java,
579         gnu/java/locale/LocaleInformation_cs_CZ.h,
580         gnu/java/locale/LocaleInformation_da_DK.h,
581         gnu/java/locale/LocaleInformation_en_CA.h,
582         gnu/java/locale/Calendar_en.h,
583         gnu/java/locale/LocaleInformation_pt_BR.h,
584         gnu/java/locale/LocaleInformation_ar_SY.java,
585         gnu/java/locale/LocaleInformation_lt_LT.java,
586         gnu/java/locale/LocaleInformation_vi_VN.java,
587         gnu/java/locale/LocaleInformation_ur_PK.h,
588         gnu/java/locale/LocaleInformation_en_IN.java,
589         gnu/java/locale/LocaleInformation_kl_GL.java,
590         gnu/java/locale/LocaleInformation_ja_JP.h,
591         gnu/java/locale/LocaleInformation_es_UY.h,
592         gnu/java/locale/LocaleInformation_es_PA.h,
593         gnu/java/locale/LocaleInformation_de_LU.h,
594         gnu/java/locale/LocaleInformation_fo_FO.h,
595         gnu/java/locale/LocaleInformation_oc_FR.h,
596         gnu/java/locale/LocaleInformation_zh_TW.h,
597         gnu/java/locale/LocaleInformation_hu_HU.java,
598         gnu/java/locale/LocaleInformation_ar_KW.h,
599         gnu/java/locale/LocaleInformation_mr_IN.h,
600         gnu/java/locale/LocaleInformation_ar_EG.java,
601         gnu/java/locale/LocaleInformation_nl.h,
602         gnu/java/locale/LocaleInformation_af_ZA.java,
603         gnu/java/locale/LocaleInformation_es_PY.h,
604         gnu/java/locale/LocaleInformation_nl_BE.h,
605         gnu/java/locale/LocaleInformation_vi_VN.h,
606         gnu/java/locale/LocaleInformation_es_PA.java,
607         gnu/java/locale/Calendar.h,
608         gnu/java/locale/LocaleInformation_da_DK.java,
609         gnu/java/locale/LocaleInformation_de_BE.h,
610         gnu/java/locale/LocaleInformation_ar_DZ.h,
611         gnu/java/locale/LocaleInformation_bs_BA.java,
612         gnu/java/locale/LocaleInformation_id_ID.java,
613         gnu/java/locale/LocaleInformation_en_US.java,
614         gnu/java/locale/LocaleInformation_sl_SI.java,
615         gnu/java/locale/LocaleInformation_fr_BE.java,
616         gnu/java/locale/LocaleInformation_ar_LB.java,
617         gnu/java/locale/LocaleInformation_it_CH.java,
618         gnu/java/locale/LocaleInformation_en_ZW.h,
619         gnu/java/locale/LocaleInformation_gv_GB.h,
620         gnu/java/locale/LocaleInformation_es_HN.java,
621         gnu/java/locale/LocaleInformation_es_BO.h,
622         gnu/java/locale/LocaleInformation_en_AU.h,
623         gnu/java/locale/LocaleInformation_ar_SD.h,
624         gnu/java/locale/LocaleInformation_sr_YU.java,
625         gnu/java/locale/LocaleInformation_es_HN.h,
626         gnu/java/locale/LocaleInformation_iw_IL.java,
627         gnu/java/locale/LocaleInformation_it_IT.java,
628         gnu/java/locale/LocaleInformation_es_MX.java,
629         gnu/java/locale/LocaleInformation_es_PR.h,
630         gnu/java/locale/LocaleInformation_ar_MA.java,
631         gnu/java/locale/LocaleInformation_en_IE.java,
632         gnu/java/locale/LocaleInformation.java,
633         gnu/java/locale/LocaleInformation_en_DK.java,
634         gnu/java/locale/LocaleInformation_es_EC.h,
635         gnu/java/locale/LocaleInformation_mt_MT.h,
636         gnu/java/locale/LocaleInformation_hi_IN.java,
637         gnu/java/locale/LocaleInformation_en_AU.java,
638         gnu/java/locale/LocaleInformation_es_BO.java,
639         gnu/java/locale/LocaleInformation_gl_ES.java,
640         gnu/java/locale/LocaleInformation_en_BW.java,
641         gnu/java/locale/LocaleInformation_en_HK.h,
642         gnu/java/locale/LocaleInformation_de_DE.java,
643         gnu/java/locale/LocaleInformation_mk_MK.h,
644         gnu/java/locale/LocaleInformation_es_ES.h,
645         gnu/java/locale/LocaleInformation_sq_AL.h,
646         gnu/java/locale/LocaleInformation_sv_FI.java,
647         gnu/java/locale/LocaleInformation_pl_PL.java,
648         gnu/java/locale/LocaleInformation_tl_PH.java,
649         gnu/java/locale/LocaleInformation_sr_YU.h,
650         gnu/java/locale/LocaleInformation_nl_NL.h,
651         gnu/java/locale/LocaleInformation_zh_HK.h,
652         java/text/DateFormatSymbols.java,
653         java/text/DecimalFormatSymbols.java,
654         java/util/Currency.java,
655         java/util/Calendar.java: Remove
656
657 2008-03-03  Andrew Haley  <aph@littlepinkcloud.com>
658
659         * testsuite/lib/libjava.exp (libjava_arguments): Use regexp
660         instead of string match when checking for linux targets.
661  
662 2008-03-03  Matthias Klose  <doko@ubuntu.com>
663
664         * classpath/tools/classes/gnu/classpath/tools/orbd/Main.class,
665         classpath/lib/gnu/java/locale/LocaleData.class
666         classpath/lib/gnu/java/rmi/registry/RegistryImpl.class
667         classpath/lib/gnu/gcj/convert/Convert.class
668         classpath/lib/gnu/gcj/tools/gcj_dbtool/Main.class: Regenerate.
669
670 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
671
672         * gnu/gcj/convert/Convert.java (version): Update copyright notice
673         dates.
674         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
675
676 2008-02-27  David Daney  <ddaney@avtrex.com>
677
678         * HACKING: Correct typo in find command.
679
680 2008-02-27  David Daney  <ddaney@avtrex.com>
681
682         * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
683         null host.
684
685 2008-02-20  Tom Tromey  <tromey@redhat.com>
686
687         PR libgcj/24170:
688         * java/io/natFilePosix.cc (File::performList): Don't use
689         readdir_r.
690         * configure, include/config.h.in: Rebuilt.
691         * configure.ac: Don't check for readdir_r.
692
693 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
694
695         PR libgcj/33085
696         * configure: Regenerate.
697
698 2008-02-15  Andreas Tobler  <a.tobler@schweiz.org>
699
700         PR testsuite/35208
701         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc
702         (Java_getstacktrace_natRunner): Increase the usleep time to a value
703         which prevents OS-X to get into a deadlock.
704
705 2008-02-06  Andreas Tobler  <a.tobler@schweiz.org>
706
707         PR libgcj/30071
708         * Makefile.am (install-exec-hook): Add install-binPROGRAMS.
709         * Makefile.in: Regenerate.
710
711 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
712
713         * shlibpath.m4: Add AIX 6 support.
714         * configure: Regenerate.
715
716 2008-01-18  Alexandre Oliva  <aoliva@redhat.com>
717
718         PR c++/33887
719         * link.cc (_Jv_Linker::prepare_constant_time_tables):
720         has_interfaces is boolean, treat it as such.
721
722 2008-01-04  Andrew Haley  <aph@redhat.com>
723
724         PR libgcj/34444
725         * java/lang/natClass.cc (Class::getEnclosingClass): Call
726         getDeclaringClass().