Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31457dd

Browse files
committed
Update gettext patches to 0.19.8
1 parent 1bd63db commit 31457dd

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

patches/gettext/gettext-0.19.4-msvc2013.patch renamed to patches/gettext/gettext-0.19.8-msvc2013.patch

-12
Original file line numberDiff line numberDiff line change
@@ -1679,18 +1679,6 @@ diff -ruN ./config.h ../gettext-0.19.4/config.h
16791679
+#pragma warning(disable: 4018) // warning C4018: signed/unsigned mismatch
16801680
+#pragma warning(disable: 4996) // warning C4996: The POSIX name for this item is deprecated.
16811681
+
1682-
diff -ruN ./gettext-runtime/intl/loadmsgcat.c ../gettext-0.19.4/gettext-runtime/intl/loadmsgcat.c
1683-
--- ./gettext-runtime/intl/loadmsgcat.c 2014-12-09 11:43:44.000000000 +0300
1684-
+++ ../gettext-0.19.4/gettext-runtime/intl/loadmsgcat.c 2015-10-06 17:10:26.771737719 +0300
1685-
@@ -785,7 +785,7 @@
1686-
_nl_load_domain (struct loaded_l10nfile *domain_file,
1687-
struct binding *domainbinding)
1688-
{
1689-
- __libc_lock_define_initialized_recursive (static, lock);
1690-
+ __libc_lock_define_initialized_recursive (static, lock)
1691-
int fd = -1;
1692-
size_t size;
1693-
#ifdef _LIBC
16941682
diff -ruN ./libgnuintl.h ../gettext-0.19.4/libgnuintl.h
16951683
--- ./libgnuintl.h 1970-01-01 03:00:00.000000000 +0300
16961684
+++ ../gettext-0.19.4/libgnuintl.h 2015-10-06 17:37:53.971759143 +0300

patches/gettext/gettext-0.19.4-msvc2015.patch renamed to patches/gettext/gettext-0.19.8-msvc2015.patch

-12
Original file line numberDiff line numberDiff line change
@@ -1679,18 +1679,6 @@ diff -ruN ./config.h ../gettext-0.19.4/config.h
16791679
+#pragma warning(disable: 4018) // warning C4018: signed/unsigned mismatch
16801680
+#pragma warning(disable: 4996) // warning C4996: The POSIX name for this item is deprecated.
16811681
+
1682-
diff -ruN ./gettext-runtime/intl/loadmsgcat.c ../gettext-0.19.4/gettext-runtime/intl/loadmsgcat.c
1683-
--- ./gettext-runtime/intl/loadmsgcat.c 2014-12-09 11:43:44.000000000 +0300
1684-
+++ ../gettext-0.19.4/gettext-runtime/intl/loadmsgcat.c 2015-10-06 17:10:26.771737719 +0300
1685-
@@ -785,7 +785,7 @@
1686-
_nl_load_domain (struct loaded_l10nfile *domain_file,
1687-
struct binding *domainbinding)
1688-
{
1689-
- __libc_lock_define_initialized_recursive (static, lock);
1690-
+ __libc_lock_define_initialized_recursive (static, lock)
1691-
int fd = -1;
1692-
size_t size;
1693-
#ifdef _LIBC
16941682
diff -ruN ./libgnuintl.h ../gettext-0.19.4/libgnuintl.h
16951683
--- ./libgnuintl.h 1970-01-01 03:00:00.000000000 +0300
16961684
+++ ../gettext-0.19.4/libgnuintl.h 2015-10-06 17:37:53.971759143 +0300

patches/gettext/gettext-0.19.4-sdk71.patch renamed to patches/gettext/gettext-0.19.8-sdk71.patch

-12
Original file line numberDiff line numberDiff line change
@@ -1679,18 +1679,6 @@ diff -ruN ./config.h ../gettext-0.19.4/config.h
16791679
+#pragma warning(disable: 4018) // warning C4018: signed/unsigned mismatch
16801680
+#pragma warning(disable: 4996) // warning C4996: The POSIX name for this item is deprecated.
16811681
+
1682-
diff -ruN ./gettext-runtime/intl/loadmsgcat.c ../gettext-0.19.4/gettext-runtime/intl/loadmsgcat.c
1683-
--- ./gettext-runtime/intl/loadmsgcat.c 2014-12-09 11:43:44.000000000 +0300
1684-
+++ ../gettext-0.19.4/gettext-runtime/intl/loadmsgcat.c 2015-10-06 17:10:26.771737719 +0300
1685-
@@ -785,7 +785,7 @@
1686-
_nl_load_domain (struct loaded_l10nfile *domain_file,
1687-
struct binding *domainbinding)
1688-
{
1689-
- __libc_lock_define_initialized_recursive (static, lock);
1690-
+ __libc_lock_define_initialized_recursive (static, lock)
1691-
int fd = -1;
1692-
size_t size;
1693-
#ifdef _LIBC
16941682
diff -ruN ./libgnuintl.h ../gettext-0.19.4/libgnuintl.h
16951683
--- ./libgnuintl.h 1970-01-01 03:00:00.000000000 +0300
16961684
+++ ../gettext-0.19.4/libgnuintl.h 2015-10-06 17:37:53.971759143 +0300

0 commit comments

Comments
 (0)