This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.26.9000-1138-g32ac6e9


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  32ac6e927da435405089d69f08424cff0b10a17c (commit)
      from  8e448310d74b283c5cd02b9ed7fb997b47bf9b22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=32ac6e927da435405089d69f08424cff0b10a17c

commit 32ac6e927da435405089d69f08424cff0b10a17c
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Jan 19 01:09:12 2018 +0100

    locales gu_IN, lo_LA: Fix obvious typos in dates.
    
    Reported-by: Robert Pluim <rpluim@gmail.com>
    
    	* localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
    	in date: "2004-14-09" should be "2004-09-14".
    	* localedata/locales/lo_LA: Fix an obvious typo in date in the header:
    	"2003-15-09" should be "2003-09-15".

diff --git a/ChangeLog b/ChangeLog
index fbd73e3..012e536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-19  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	* localedata/locales/gu_IN (LC_IDENTIFICATION): Fix an obvious typo
+	in date: "2004-14-09" should be "2004-09-14".
+	* localedata/locales/lo_LA: Fix an obvious typo in date in the header:
+	"2003-15-09" should be "2003-09-15".
+
 2018-01-18  Arjun Shankar  <arjun@redhat.com>
 
 	[BZ #22343]
diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN
index 111c0eb..dd6ec63 100644
--- a/localedata/locales/gu_IN
+++ b/localedata/locales/gu_IN
@@ -24,7 +24,7 @@ fax        ""
 language   "Gujarati"
 territory  "India"
 revision   "0.2"
-date       "2004-14-09"
+date       "2004-09-14"
 
 category "i18n:2012";LC_IDENTIFICATION
 category "i18n:2012";LC_CTYPE
diff --git a/localedata/locales/lo_LA b/localedata/locales/lo_LA
index 9463a63..d60d157 100644
--- a/localedata/locales/lo_LA
+++ b/localedata/locales/lo_LA
@@ -17,7 +17,7 @@ escape_char /
 % Language:     Lao
 % Territory:    Laos
 % Revision:     1.2
-% Date:         2003-15-09
+% Date:         2003-09-15
 
 LC_IDENTIFICATION
 title      "Lao locale for Laos"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    7 +++++++
 localedata/locales/gu_IN |    2 +-
 localedata/locales/lo_LA |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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