public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong
@ 2009-07-21 12:42 nicolo dot chieffo at gmail dot com
  2009-07-21 14:07 ` [Bug localedata/10425] " nicolo dot chieffo at gmail dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-07-21 12:42 UTC (permalink / raw)
  To: glibc-bugs

Accordingly to this file [1] and also because I'm Italian, I've seen
an error in the way the date is displayed in linux.
The correct formati for Italian speakers is:
day_name day_number month_name year HH:MM:SS

in the LC_TIME date_fmt things are really mixed up and should be changed to:
%a %e %b %Y, %H:%M:%S, %Z

[1]:
ftp://ftp.software.ibm.com/software/globalization/locales/Italy-Italian_Date.pdf

-- 
           Summary: LC_TIME for it_IT it_CH wrong
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: nicolo dot chieffo at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
@ 2009-07-21 14:07 ` nicolo dot chieffo at gmail dot com
  2009-07-21 15:39 ` nicolo dot chieffo at gmail dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-07-21 14:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2009-07-21 14:07 -------
popular Italian newspaper: http://www.corriere.it
the date is under the title "CORRIERE DELLA SERA", in the middle

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
  2009-07-21 14:07 ` [Bug localedata/10425] " nicolo dot chieffo at gmail dot com
@ 2009-07-21 15:39 ` nicolo dot chieffo at gmail dot com
  2009-08-18  6:47 ` nicolo dot chieffo at gmail dot com
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-07-21 15:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2009-07-21 15:39 -------
Created an attachment (id=4070)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4070&action=view)
italy.patch

possible patch, that swaps the fields. It does not add the "," since I don't
know if it must be added or not

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
  2009-07-21 14:07 ` [Bug localedata/10425] " nicolo dot chieffo at gmail dot com
  2009-07-21 15:39 ` nicolo dot chieffo at gmail dot com
@ 2009-08-18  6:47 ` nicolo dot chieffo at gmail dot com
  2009-08-19 12:56 ` nicolo dot chieffo at gmail dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-08-18  6:47 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (2 preceding siblings ...)
  2009-08-18  6:47 ` nicolo dot chieffo at gmail dot com
@ 2009-08-19 12:56 ` nicolo dot chieffo at gmail dot com
  2009-09-11  9:31 ` [Bug localedata/10425] [PATCH] " nicolo dot chieffo at gmail dot com
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-08-19 12:56 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2009-08-19 12:56 -------
Is this the correct place, or should I ask in another bugzilla?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (3 preceding siblings ...)
  2009-08-19 12:56 ` nicolo dot chieffo at gmail dot com
@ 2009-09-11  9:31 ` nicolo dot chieffo at gmail dot com
  2009-10-09 19:02 ` nicolo dot chieffo at gmail dot com
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-09-11  9:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2009-09-11 09:31 -------
I'm sorry to ping you again, but I think this is an important and very simple
bug that can be fixed in 2 minutes, and a patch is present. It just needs your
attention

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
            Summary|LC_TIME for it_IT it_CH     |[PATCH] LC_TIME for it_IT
                   |wrong                       |it_CH wrong


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (4 preceding siblings ...)
  2009-09-11  9:31 ` [Bug localedata/10425] [PATCH] " nicolo dot chieffo at gmail dot com
@ 2009-10-09 19:02 ` nicolo dot chieffo at gmail dot com
  2009-10-17  7:42 ` nicolo dot chieffo at gmail dot com
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-10-09 19:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2009-10-09 19:02 -------
Created an attachment (id=4263)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4263&action=view)
italian.patch

This is the correct format (note that : is now .)
updated patch accordingly.

"%a %e %b %Y, %H.%M.%S, %Z"

Now you just need to commit

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4070 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (5 preceding siblings ...)
  2009-10-09 19:02 ` nicolo dot chieffo at gmail dot com
@ 2009-10-17  7:42 ` nicolo dot chieffo at gmail dot com
  2009-10-30  5:49 ` drepper at redhat dot com
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2009-10-17  7:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2009-10-17 07:42 -------
Is this bugzilla dead??

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (6 preceding siblings ...)
  2009-10-17  7:42 ` nicolo dot chieffo at gmail dot com
@ 2009-10-30  5:49 ` drepper at redhat dot com
  2010-07-17 11:34 ` nicolo dot chieffo at gmail dot com
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: drepper at redhat dot com @ 2009-10-30  5:49 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2009-10-30 05:49 -------
I've added the changes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (7 preceding siblings ...)
  2009-10-30  5:49 ` drepper at redhat dot com
@ 2010-07-17 11:34 ` nicolo dot chieffo at gmail dot com
  2010-09-21 15:06 ` pasky at suse dot cz
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-07-17 11:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-07-17 11:34 -------
Created an attachment (id=4879)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4879&action=view)
lc_time_italian.patch

New patch.
Just a question: what's the differnce betwen date_fmt and d_t_fmt?
Thanks!

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4263 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (8 preceding siblings ...)
  2010-07-17 11:34 ` nicolo dot chieffo at gmail dot com
@ 2010-09-21 15:06 ` pasky at suse dot cz
  2010-09-21 22:08 ` nicolo dot chieffo at gmail dot com
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: pasky at suse dot cz @ 2010-09-21 15:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-09-21 15:05 -------
What are you changing again and why with this new patch? Can you add a changelog
entry too?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (9 preceding siblings ...)
  2010-09-21 15:06 ` pasky at suse dot cz
@ 2010-09-21 22:08 ` nicolo dot chieffo at gmail dot com
  2010-09-24  9:55 ` pasky at suse dot cz
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-09-21 22:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-09-21 22:08 -------
I'll answer tomorrow, since I have to look back at the patch because I forgot
the changelog.

Can you tell me the difference from date_fmt and d_t_fmt?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (10 preceding siblings ...)
  2010-09-21 22:08 ` nicolo dot chieffo at gmail dot com
@ 2010-09-24  9:55 ` pasky at suse dot cz
  2010-09-24 10:32 ` schwab at linux-m68k dot org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: pasky at suse dot cz @ 2010-09-24  9:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pasky at suse dot cz  2010-09-24 09:54 -------
Frankly, I have not been able to figure what date_fmt is good for quickly - its
purpose seems to be the same as d_fmt, but I cannot find it being used anywhere
within glibc...

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (11 preceding siblings ...)
  2010-09-24  9:55 ` pasky at suse dot cz
@ 2010-09-24 10:32 ` schwab at linux-m68k dot org
  2010-09-24 17:36 ` nicolo dot chieffo at gmail dot com
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: schwab at linux-m68k dot org @ 2010-09-24 10:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schwab at linux-m68k dot org  2010-09-24 10:32 -------
It's the default date(1) format.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (12 preceding siblings ...)
  2010-09-24 10:32 ` schwab at linux-m68k dot org
@ 2010-09-24 17:36 ` nicolo dot chieffo at gmail dot com
  2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-09-24 17:36 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-09-24 17:36 -------
So there's no reason for them to be different, right?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (13 preceding siblings ...)
  2010-09-24 17:36 ` nicolo dot chieffo at gmail dot com
@ 2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
  2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-09-24 19:15 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-09-24 19:15 -------
reopening due to adding the changelog

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (14 preceding siblings ...)
  2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
@ 2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
  2010-09-24 19:17 ` nicolo dot chieffo at gmail dot com
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-09-24 19:15 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-09-24 19:14 -------
Created an attachment (id=5001)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=5001&action=view)
lc_time_italian.patch

This patch contains the changelog, and drops the bits for it_CH since I'm from
Italy, not from Switzerland.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4879 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (15 preceding siblings ...)
  2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
@ 2010-09-24 19:17 ` nicolo dot chieffo at gmail dot com
  2010-09-24 20:39 ` bugtrack at roumenpetrov dot info
  2010-09-25  8:05 ` nicolo dot chieffo at gmail dot com
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-09-24 19:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-09-24 19:17 -------
Created an attachment (id=5002)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=5002&action=view)
lc_time_italian.patch

Sorry, I forgot to add a comment

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5001 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (16 preceding siblings ...)
  2010-09-24 19:17 ` nicolo dot chieffo at gmail dot com
@ 2010-09-24 20:39 ` bugtrack at roumenpetrov dot info
  2010-09-25  8:05 ` nicolo dot chieffo at gmail dot com
  18 siblings, 0 replies; 23+ messages in thread
From: bugtrack at roumenpetrov dot info @ 2010-09-24 20:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From bugtrack at roumenpetrov dot info  2010-09-24 20:39 -------
Nicolo,
different date and time formats are used depending from format :
% Appropriate date and time representation
date_fmt   ...
% Appropriate date and time representation (%c) with abbreviations
d_t_fmt ...
% Appropriate date representation (%x)
d_fmt  ...
% Appropriate time representation (%X)
t_fmt ...




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
  2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
                   ` (17 preceding siblings ...)
  2010-09-24 20:39 ` bugtrack at roumenpetrov dot info
@ 2010-09-25  8:05 ` nicolo dot chieffo at gmail dot com
  18 siblings, 0 replies; 23+ messages in thread
From: nicolo dot chieffo at gmail dot com @ 2010-09-25  8:05 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From nicolo dot chieffo at gmail dot com  2010-09-25 08:05 -------
Ok, so I will change date_fmt to not contain abbreviations.
What about the timezone? Should it be present for both date_fmt and d_fmt?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10425

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
       [not found] <bug-10425-131@http.sourceware.org/bugzilla/>
  2014-07-01  7:43 ` fweimer at redhat dot com
  2014-07-01  9:12 ` fweimer at redhat dot com
@ 2014-07-01  9:13 ` fweimer at redhat dot com
  2 siblings, 0 replies; 23+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  9:13 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=10425

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|fweimer at redhat dot com          |unassigned at sourceware dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
       [not found] <bug-10425-131@http.sourceware.org/bugzilla/>
  2014-07-01  7:43 ` fweimer at redhat dot com
@ 2014-07-01  9:12 ` fweimer at redhat dot com
  2014-07-01  9:13 ` fweimer at redhat dot com
  2 siblings, 0 replies; 23+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  9:12 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=10425

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED
                 CC|                            |fweimer at redhat dot com
           Assignee|libc-locales at sourceware dot org |fweimer at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug localedata/10425] [PATCH] LC_TIME for it_IT it_CH wrong
       [not found] <bug-10425-131@http.sourceware.org/bugzilla/>
@ 2014-07-01  7:43 ` fweimer at redhat dot com
  2014-07-01  9:12 ` fweimer at redhat dot com
  2014-07-01  9:13 ` fweimer at redhat dot com
  2 siblings, 0 replies; 23+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  7:43 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=10425

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-07-01  9:13 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-21 12:42 [Bug localedata/10425] New: LC_TIME for it_IT it_CH wrong nicolo dot chieffo at gmail dot com
2009-07-21 14:07 ` [Bug localedata/10425] " nicolo dot chieffo at gmail dot com
2009-07-21 15:39 ` nicolo dot chieffo at gmail dot com
2009-08-18  6:47 ` nicolo dot chieffo at gmail dot com
2009-08-19 12:56 ` nicolo dot chieffo at gmail dot com
2009-09-11  9:31 ` [Bug localedata/10425] [PATCH] " nicolo dot chieffo at gmail dot com
2009-10-09 19:02 ` nicolo dot chieffo at gmail dot com
2009-10-17  7:42 ` nicolo dot chieffo at gmail dot com
2009-10-30  5:49 ` drepper at redhat dot com
2010-07-17 11:34 ` nicolo dot chieffo at gmail dot com
2010-09-21 15:06 ` pasky at suse dot cz
2010-09-21 22:08 ` nicolo dot chieffo at gmail dot com
2010-09-24  9:55 ` pasky at suse dot cz
2010-09-24 10:32 ` schwab at linux-m68k dot org
2010-09-24 17:36 ` nicolo dot chieffo at gmail dot com
2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
2010-09-24 19:15 ` nicolo dot chieffo at gmail dot com
2010-09-24 19:17 ` nicolo dot chieffo at gmail dot com
2010-09-24 20:39 ` bugtrack at roumenpetrov dot info
2010-09-25  8:05 ` nicolo dot chieffo at gmail dot com
     [not found] <bug-10425-131@http.sourceware.org/bugzilla/>
2014-07-01  7:43 ` fweimer at redhat dot com
2014-07-01  9:12 ` fweimer at redhat dot com
2014-07-01  9:13 ` fweimer at redhat dot com

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).