mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/utils/lib/charse...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/utils/lib/charse...
Date: Mon, 26 Mar 2007 12:49:15 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       07/03/26 12:49:15

Modified files:
        distrib        : ChangeLog 
        src/utils/lib  : charsetstubs.c 

Log message:
        patch #5819

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1213&r2=1.1214
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/utils/lib/charsetstubs.c?cvsroot=mldonkey&r1=1.9&r2=1.10

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1213
retrieving revision 1.1214
diff -u -b -r1.1213 -r1.1214
--- distrib/ChangeLog   25 Mar 2007 12:37:09 -0000      1.1213
+++ distrib/ChangeLog   26 Mar 2007 12:49:15 -0000      1.1214
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2007/03/26
+5819: MinGW: Fix charsetstubs.c compile with latest MinGW
+
 2007/03/25
 5817: Code updates for Ocaml 3.10.0beta compatability
 - to use Ocaml 3.10 add ./configure option --enable-ocamlver=3.10

Index: src/utils/lib/charsetstubs.c
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/utils/lib/charsetstubs.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- src/utils/lib/charsetstubs.c        15 Aug 2006 11:35:12 -0000      1.9
+++ src/utils/lib/charsetstubs.c        26 Mar 2007 12:49:15 -0000      1.10
@@ -573,10 +573,10 @@
 #define SUBLANG_AZERI_CYRILLIC 0x02
 #endif
 #ifndef SUBLANG_BENGALI_INDIA
-#define SUBLANG_BENGALI_INDIA 0x00
+#define SUBLANG_BENGALI_INDIA 0x01
 #endif
 #ifndef SUBLANG_BENGALI_BANGLADESH
-#define SUBLANG_BENGALI_BANGLADESH 0x01
+#define SUBLANG_BENGALI_BANGLADESH 0x02
 #endif
 #ifndef SUBLANG_CHINESE_MACAU
 #define SUBLANG_CHINESE_MACAU 0x05
@@ -669,16 +669,16 @@
 #define SUBLANG_NEPALI_INDIA 0x02
 #endif
 #ifndef SUBLANG_PUNJABI_INDIA
-#define SUBLANG_PUNJABI_INDIA 0x00
+#define SUBLANG_PUNJABI_INDIA 0x01
 #endif
 #ifndef SUBLANG_PUNJABI_PAKISTAN
-#define SUBLANG_PUNJABI_PAKISTAN 0x01
+#define SUBLANG_PUNJABI_PAKISTAN 0x02
 #endif
 #ifndef SUBLANG_ROMANIAN_ROMANIA
-#define SUBLANG_ROMANIAN_ROMANIA 0x00
+#define SUBLANG_ROMANIAN_ROMANIA 0x01
 #endif
 #ifndef SUBLANG_ROMANIAN_MOLDOVA
-#define SUBLANG_ROMANIAN_MOLDOVA 0x01
+#define SUBLANG_ROMANIAN_MOLDOVA 0x02
 #endif
 #ifndef SUBLANG_SERBIAN_LATIN
 #define SUBLANG_SERBIAN_LATIN 0x02
@@ -686,12 +686,12 @@
 #ifndef SUBLANG_SERBIAN_CYRILLIC
 #define SUBLANG_SERBIAN_CYRILLIC 0x03
 #endif
-#ifndef SUBLANG_SINDHI_INDIA
-#define SUBLANG_SINDHI_INDIA 0x00
-#endif
 #ifndef SUBLANG_SINDHI_PAKISTAN
 #define SUBLANG_SINDHI_PAKISTAN 0x01
 #endif
+#ifndef SUBLANG_SINDHI_AFGHANISTAN
+#define SUBLANG_SINDHI_AFGHANISTAN 0x02
+#endif
 #ifndef SUBLANG_SPANISH_GUATEMALA
 #define SUBLANG_SPANISH_GUATEMALA 0x04
 #endif
@@ -749,14 +749,14 @@
 #ifndef SUBLANG_TAMAZIGHT_ARABIC
 #define SUBLANG_TAMAZIGHT_ARABIC 0x01
 #endif
-#ifndef SUBLANG_TAMAZIGHT_LATIN
-#define SUBLANG_TAMAZIGHT_LATIN 0x02
+#ifndef SUBLANG_TAMAZIGHT_ALGERIA_LATIN
+#define SUBLANG_TAMAZIGHT_ALGERIA_LATIN 0x02
 #endif
 #ifndef SUBLANG_TIGRINYA_ETHIOPIA
-#define SUBLANG_TIGRINYA_ETHIOPIA 0x00
+#define SUBLANG_TIGRINYA_ETHIOPIA 0x01
 #endif
 #ifndef SUBLANG_TIGRINYA_ERITREA
-#define SUBLANG_TIGRINYA_ERITREA 0x01
+#define SUBLANG_TIGRINYA_ERITREA 0x02
 #endif
 #ifndef SUBLANG_URDU_PAKISTAN
 #define SUBLANG_URDU_PAKISTAN 0x01
@@ -1079,8 +1079,8 @@
     case LANG_SINDHI: l = "sd";
       switch (sub)
        {
-       case SUBLANG_SINDHI_INDIA: sl = "IN"; break;
        case SUBLANG_SINDHI_PAKISTAN: sl = "PK"; break;
+       case SUBLANG_SINDHI_AFGHANISTAN: sl = "AF"; break;
        }
       break;
     case LANG_SINHALESE: l = "si"; sl = "LK"; break;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]