Sourceware Bugzilla – Attachment 8875 Details for
Bug 10871
'mon' array should contain both nominative and genitive cases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add tests for the alternative month names
0002-Add-tests-for-alternative-month-names-bug-10871.patch (text/plain), 1015 bytes, created by
Rafal Luzynski
on 2016-01-05 02:23:33 UTC
(
hide
)
Description:
Add tests for the alternative month names
Filename:
MIME Type:
Creator:
Rafal Luzynski
Created:
2016-01-05 02:23:33 UTC
Size:
1015 bytes
patch
obsolete
>From 1f23f5c3c5d333c7cb0339868a23c4d469ea72db Mon Sep 17 00:00:00 2001 >From: Rafal Luzynski <digitalfreak@lingonborough.com> >Date: Tue, 5 Jan 2016 02:32:26 +0100 >Subject: [PATCH 2/7] Add tests for alternative month names (bug 10871) > >Added tests for the new constants ALTMON_1 .. ALTMON_12. > >[BZ #10871] >* localedata/tst-langinfo.c: public constants ALTMON_1 .. ALTMON_12 added. >--- > localedata/tst-langinfo.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/localedata/tst-langinfo.c b/localedata/tst-langinfo.c >index 16ac4c1..1b1c23d 100644 >--- a/localedata/tst-langinfo.c >+++ b/localedata/tst-langinfo.c >@@ -50,6 +50,18 @@ struct map > VAL (ABMON_8), > VAL (ABMON_9), > VAL (ALT_DIGITS), >+ VAL (ALTMON_1), >+ VAL (ALTMON_10), >+ VAL (ALTMON_11), >+ VAL (ALTMON_12), >+ VAL (ALTMON_2), >+ VAL (ALTMON_3), >+ VAL (ALTMON_4), >+ VAL (ALTMON_5), >+ VAL (ALTMON_6), >+ VAL (ALTMON_7), >+ VAL (ALTMON_8), >+ VAL (ALTMON_9), > VAL (AM_STR), > VAL (CRNCYSTR), > VAL (CURRENCY_SYMBOL), >-- >2.5.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10871
:
8795
|
8874
|
8875
|
8876
|
8877
|
8878
|
8879
|
8880
|
9122
|
9123
|
9124
|
9125
|
9126
|
9127
|
9569
|
9570
|
9571
|
9572
|
9573
|
9574
|
9575
|
9576
|
9577
|
9578
|
9579
|
9595
|
9596
|
9597
|
9598
|
9599
|
9709
|
9710
|
9711
|
9712
|
9713
|
9714
|
9715
|
9716
|
9717
|
9718
|
9719
|
9720
|
9721
|
9908
|
9909
|
9910
|
9911
|
9912
|
9913
|
9914
|
9915
|
9916
|
9917
|
9918
|
9919
|
10063
|
10064
|
10065
|
10225
|
10226
|
10227
|
10228
|
10229
|
10230
|
10231
|
10425
|
10426
|
10427
|
10428
|
10429
|
10430
|
10592
|
10593
|
10594
|
10595
|
10596
|
10597
|
10598
|
10599
|
10600
|
10601
|
10602
|
10731
|
10732
|
10733
|
10734
|
10735
|
10736
|
10737
|
10738
|
10739
|
10740
|
10741
|
10742