termux-packages/packages/coreutils
Fredrik Fornwall a328a50407 ndk-patches: Patch to 'define MB_CUR_MAX 4'
The platform headers has the following macro:

  #define MB_CUR_MAX __ctype_get_mb_cur_max()

where __ctype_get_mb_cur_max() tries to handle UTF-8 encodings.

However, even in Android 7.0 setlocale(LC_ALL, ""), which many
programs do at startup, doesn't work in that it sets the locale
as non-utf8:

  https://android.googlesource.com/platform/bionic/+/nougat-release/libc/bionic/locale.cpp#139

So we just always consider us being in an utf-8 locale.

Also rebuild coreutils to fix #1136.
2017-07-16 12:36:06 +02:00
..
tests coreutils: Reference issue in test 2017-01-07 02:02:12 -05:00
Makefile.in.patch coreutils: Update from 8.26 to 8.27 2017-03-10 15:52:47 +01:00
build.sh ndk-patches: Patch to 'define MB_CUR_MAX 4' 2017-07-16 12:36:06 +02:00
configure.patch Initial push 2015-06-13 01:03:31 +02:00
dd_sys_mtios_h.patch Initial push 2015-06-13 01:03:31 +02:00
lib-stat-size.h.patch coreutils: Fix 32-bit issue with ST_BLKSIZE macro 2017-01-09 17:04:46 -05:00
mktemp.patch Initial push 2015-06-13 01:03:31 +02:00
nohup.c.patch Initial push 2015-06-13 01:03:31 +02:00
pinky_pw_gecos.patch Initial push 2015-06-13 01:03:31 +02:00
pwd.c.patch Initial push 2015-06-13 01:03:31 +02:00
shred.c.patch Initial push 2015-06-13 01:03:31 +02:00
src-hostid.c.patch coreutils: -Werror=implicit-function-declaration 2017-07-07 00:31:19 +02:00
src-ls.c.patch coreutils: Update from 8.25 to 8.26 2016-11-30 21:34:29 -05:00
src-sort.c.patch coreutils: Bump revision after unified headers 2017-07-03 01:28:41 +02:00
src-tac.c.patch coreutils: Bump revision after unified headers 2017-07-03 01:28:41 +02:00