public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/17003] New: java.util.TimeZone information outdated
@ 2004-08-12 13:45 mark at gcc dot gnu dot org
  2004-08-12 14:50 ` [Bug libgcj/17003] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mark at gcc dot gnu dot org @ 2004-08-12 13:45 UTC (permalink / raw)
  To: java-prs

The current information in java.util.TimeZone was generated by the
scripts/timezones.pl from GNU Classpath against tzcode2000h, it needs to be
regenerated against tzcode2004c.

-- 
           Summary: java.util.TimeZone information outdated
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
OtherBugsDependingO 16990
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/17003] java.util.TimeZone information outdated
  2004-08-12 13:45 [Bug libgcj/17003] New: java.util.TimeZone information outdated mark at gcc dot gnu dot org
@ 2004-08-12 14:50 ` pinskia at gcc dot gnu dot org
  2005-03-24 22:14 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-12 14:50 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-12 14:50 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-12 14:50:18
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/17003] java.util.TimeZone information outdated
  2004-08-12 13:45 [Bug libgcj/17003] New: java.util.TimeZone information outdated mark at gcc dot gnu dot org
  2004-08-12 14:50 ` [Bug libgcj/17003] " pinskia at gcc dot gnu dot org
@ 2005-03-24 22:14 ` tromey at gcc dot gnu dot org
  2005-07-26 21:46 ` pinskia at gcc dot gnu dot org
  2005-09-03 23:51 ` [Bug classpath/17003] " mark at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-03-24 22:14 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-03-24 17:00 -------
*** Bug 19682 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mckinlay at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/17003] java.util.TimeZone information outdated
  2004-08-12 13:45 [Bug libgcj/17003] New: java.util.TimeZone information outdated mark at gcc dot gnu dot org
  2004-08-12 14:50 ` [Bug libgcj/17003] " pinskia at gcc dot gnu dot org
  2005-03-24 22:14 ` tromey at gcc dot gnu dot org
@ 2005-07-26 21:46 ` pinskia at gcc dot gnu dot org
  2005-09-03 23:51 ` [Bug classpath/17003] " mark at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-26 21:46 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 21:46 -------
Is this still true after the big merge?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug classpath/17003] java.util.TimeZone information outdated
  2004-08-12 13:45 [Bug libgcj/17003] New: java.util.TimeZone information outdated mark at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-07-26 21:46 ` pinskia at gcc dot gnu dot org
@ 2005-09-03 23:51 ` mark at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-09-03 23:51 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From mark at gcc dot gnu dot org  2005-09-03 23:51 -------
The TimeZones have been regenerated from tzcode2005l.

2005-08-25  Mark Wielaard  <mark@klomp.org>

        Reported by Bastiaan Huisman <huisman@science.uva.nl>
        * scripts/tzabbrevs: Change America/Buenos_Aires to
        America/Argentina/Buenos_Aires for AGT link.
        * timezones.pl (parseTime): Assume and return wall time.
        Reindent output.
        * java/util/TimeZone.java (timezones): Regenerate using tzdata2005l.

Since a few days there is a new dataset tzcode2005k. There is a bug in our
script that prevents us from regenerating against that one. This is tracked in
bug #23566.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|libgcj                      |classpath
            Product|gcc                         |classpath
         Resolution|                            |FIXED
   Target Milestone|---                         |0.18
            Version|4.0.0                       |unspecified


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-03 23:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-12 13:45 [Bug libgcj/17003] New: java.util.TimeZone information outdated mark at gcc dot gnu dot org
2004-08-12 14:50 ` [Bug libgcj/17003] " pinskia at gcc dot gnu dot org
2005-03-24 22:14 ` tromey at gcc dot gnu dot org
2005-07-26 21:46 ` pinskia at gcc dot gnu dot org
2005-09-03 23:51 ` [Bug classpath/17003] " mark at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).