Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-18 Thread Eli Zaretskii
Building the current Texinfo trunk tip with MinGW produces a barrage of compiler warnings like these: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..-Id:/usr/include -gdwarf-4 -g3 -O2 -MT mbscasecmp.o -MD -MP -MF $depbase.Tpo -c -o mbscasecmp.o mbscasecmp.c \ mv -f $depbase.Tpo $depbase.Po

Re: Compilation warnings on MinGW due to Gnulib's wcwidth

2015-06-18 Thread Gavin Smith
On 18 June 2015 at 16:26, Eli Zaretskii e...@gnu.org wrote: Building the current Texinfo trunk tip with MinGW produces a barrage of compiler warnings like these: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..-Id:/usr/include -gdwarf-4 -g3 -O2 -MT mbscasecmp.o -MD -MP -MF $depbase.Tpo -c

[PATCH] libunistring: update to Unicode 8.0.0

2015-06-18 Thread Daiki Ueno
* lib/gen-uni-tables.c (SIZEOF): New macro. (output_numeric): Increase the maximum number of fractions from 128 to 160. Increase the level3 value width from 7 bits to 8 bits. Use SIZEOF instead of a hard-coded integer. (output_blocks): Decrease the cut-off threshold from 0x3 to 0x28000.

Re: [PATCH] libunistring: update to Unicode 8.0.0

2015-06-18 Thread Daiki Ueno
Daiki Ueno u...@gnu.org writes: Due to the size limitation, I'm sending manually adjusted files only. Generated files have been already committed too. Also updated uniname/uniname, which contains only generated content. Regards, -- Daiki Ueno