[gnome-characters] build: Update Gnulib
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] build: Update Gnulib
- Date: Mon, 9 Feb 2015 07:41:19 +0000 (UTC)
commit f3da3165f5abb9dc558cd4ce24d4454729024787
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Feb 9 16:40:28 2015 +0900
build: Update Gnulib
gllib/unictype/bidi_of.c | 2 +-
gllib/unictype/categ_of.c | 2 +-
glm4/gnulib-comp.m4 | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gllib/unictype/bidi_of.c b/gllib/unictype/bidi_of.c
index 8ecf8dd..15060c0 100644
--- a/gllib/unictype/bidi_of.c
+++ b/gllib/unictype/bidi_of.c
@@ -40,7 +40,7 @@ uc_bidi_class (ucs4_t uc)
/* level3 contains 5-bit values, packed into 16-bit words. */
unsigned int lookup3 =
((u_bidi_category.level3[index3>>4]
- | (u_bidi_category.level3[(index3>>4)+1] << 16))
+ | ((unsigned int) u_bidi_category.level3[(index3>>4)+1] << 16))
>> (index3 % 16))
& 0x1f;
diff --git a/gllib/unictype/categ_of.c b/gllib/unictype/categ_of.c
index 5386300..3738a57 100644
--- a/gllib/unictype/categ_of.c
+++ b/gllib/unictype/categ_of.c
@@ -40,7 +40,7 @@ lookup_withtable (ucs4_t uc)
/* level3 contains 5-bit values, packed into 16-bit words. */
unsigned int lookup3 =
((u_category.level3[index3>>4]
- | (u_category.level3[(index3>>4)+1] << 16))
+ | ((unsigned int) u_category.level3[(index3>>4)+1] << 16))
>> (index3 % 16))
& 0x1f;
diff --git a/glm4/gnulib-comp.m4 b/glm4/gnulib-comp.m4
index 3a45bd7..942044f 100644
--- a/glm4/gnulib-comp.m4
+++ b/glm4/gnulib-comp.m4
@@ -238,7 +238,7 @@ AC_DEFUN([gl_INIT],
gl_STDINT_H
gl_SYS_TYPES_H
AC_PROG_MKDIR_P
- gl_LIBUNISTRING_LIBHEADER([0.9.1], [unicase.h])
+ gl_LIBUNISTRING_LIBHEADER([0.9.4], [unicase.h])
gl_LIBUNISTRING_MODULE([0.9.5], [unicase/tolower])
gl_LIBUNISTRING_MODULE([0.9.5], [unicase/totitle])
gl_LIBUNISTRING_MODULE([0.9.5], [unicase/toupper])
@@ -475,8 +475,8 @@ AC_DEFUN([gl_INIT],
gl_LIBUNISTRING_MODULE([0.9.5], [unictype/scripts])
gl_LIBUNISTRING_LIBHEADER([0.9.5], [uniname.h])
gl_LIBUNISTRING_MODULE([0.9.5], [uniname/uniname])
- gl_LIBUNISTRING_LIBHEADER([0.9], [uninorm.h])
- gl_LIBUNISTRING_LIBHEADER([0.9.2], [unistr.h])
+ gl_LIBUNISTRING_LIBHEADER([0.9.4], [uninorm.h])
+ gl_LIBUNISTRING_LIBHEADER([0.9.4], [unistr.h])
gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-to-u8])
gl_MODULE_INDICATOR([unistr/u8-uctomb])
gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-uctomb])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]