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