[Bug libgcj/24860] java.util.Calendar needs updating

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24860 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcj/24860] java.util.Calendar needs updating

2006-02-13 Thread mckinlay at redhat dot com
--- Comment #2 from mckinlay at redhat dot com 2006-02-13 22:02 --- libgcj is not yet using Classpath's locale database, so classes (including Calendar) that rely on the old locale information are yet to be merged. I'm working on a patch for the trunk that will switch libgcj to use Class

[Bug libgcj/24860] java.util.Calendar needs updating

2006-02-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-13 04:08 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON