This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING] [PING] [PATCH][BZ #13950] add commenting notation (%) toFIXME entries to locales for bo_CN and bo_IN


Second ping for action

On Sun, Nov 4, 2012 at 11:29 AM, Chris Leonard <cjlhomeaddress@gmail.com> wrote:
> No action taken yet.
>
> On Tue, Oct 23, 2012 at 11:37 AM, Chris Leonard
> <cjlhomeaddress@gmail.com> wrote:
>> add commenting notation (%) to FIXME entries
>>
>> No maintainer listed for locale, nonetheless, should be
>> non-controversial change.
>>
>> observed behaviour:  "FIXME" appears as entry in these fields
>> expected behaviour:  "FIXME" should be commented out with %
>>
>> Can a glibc committer please commit this indisputably correct change?
>>
>>
>> Query: re ./localedata/ChangeLog
>> Do I need to provide a ChangeLog entry as a patch also or will the
>> committer add the following text at commit time?
>> [PING]
>>
>> 2012-10-23  Chris Leonard  <cjlhomeaddress@gmail.com>
>>         [BZ #13950]
>>
>>         * locales/bo_CN (LC_NAME and LC_ADDRESS): Add commenting notation (%)
>> to FIXME entries.
>>         * locales/bo_IN (LC_NAME and LC_ADDRESS): Likewise.
>>
>>
>>
>>
>> patch attached to:
>> http://sourceware.org/bugzilla/show_bug.cgi?id=13950
>>
>>
>> ---
>>  localedata/locales/bo_CN |   18 +++++++++---------
>>  localedata/locales/bo_IN |   16 ++++++++--------
>>  2 files changed, 17 insertions(+), 17 deletions(-)
>>
>> diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN
>> index 8440506..4923855 100644
>> --- a/localedata/locales/bo_CN
>> +++ b/localedata/locales/bo_CN
>> @@ -144,23 +144,23 @@ END LC_MEASUREMENT
>>
>>  LC_NAME
>>  % FIXME
>> -name_fmt       "FIXME"
>> -name_gen       "FIXME"
>> -name_miss      "FIXME"
>> -name_mr                "FIXME"
>> -name_mrs       "FIXME"
>> -name_ms                "FIXME"
>> +% name_fmt     "FIXME"
>> +% name_gen     "FIXME"
>> +% name_miss    "FIXME"
>> +% name_mr      "FIXME"
>> +% name_mrs     "FIXME"
>> +% name_ms      "FIXME"
>>  END LC_NAME
>>
>>  LC_ADDRESS
>>  % FIXME
>> -postal_fmt     "FIXME"
>> -country_name   "FIXME"
>> +% postal_fmt   "FIXME"
>> +% country_name "FIXME"
>>
>>  country_ab2    "<U0043><U004E>"
>>  country_ab3    "<U0043><U0048><U004E>"
>>  country_num    156
>> -%country_car   "FIXME"
>> +% country_car  "FIXME"
>>  country_isbn   "<U0037>"
>>
>>  lang_name     "<U0F54><U0F7C><U0F51><U0F0B><U0F66><U0F90><U0F51><U0F0B>"
>> diff --git a/localedata/locales/bo_IN b/localedata/locales/bo_IN
>> index 724e286..4189072 100644
>> --- a/localedata/locales/bo_IN
>> +++ b/localedata/locales/bo_IN
>> @@ -70,18 +70,18 @@ END LC_MEASUREMENT
>>
>>  LC_NAME
>>  % FIXME
>> -name_fmt       "FIXME"
>> -name_gen       "FIXME"
>> -name_miss      "FIXME"
>> -name_mr                "FIXME"
>> -name_mrs       "FIXME"
>> -name_ms                "FIXME"
>> +% name_fmt     "FIXME"
>> +% name_gen     "FIXME"
>> +% name_miss    "FIXME"
>> +% name_mr      "FIXME"
>> +% name_mrs     "FIXME"
>> +% name_ms      "FIXME"
>>  END LC_NAME
>>
>>  LC_ADDRESS
>>  % FIXME
>> -postal_fmt     "FIXME"
>> -country_name   "FIXME"
>> +% postal_fmt   "FIXME"
>> +% country_name "FIXME"
>>
>>  country_ab2 "<U0049><U004E>"
>>  country_ab3 "<U0049><U004E><U0044>"
>> --


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]