From 27e699efa5768227a7b062163e8738721e0ba5f3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 18 Jan 2026 09:48:13 +0800 Subject: update tbox --- core/src/tbox/tbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox index dbe1674a4..73028bf91 160000 --- a/core/src/tbox/tbox +++ b/core/src/tbox/tbox @@ -1 +1 @@ -Subproject commit dbe1674a47dbf15e6f7b493acc848841d4f8d2b3 +Subproject commit 73028bf9165aece5ec9863124fda67500a005e24 -- cgit v1.3.1 From 42ade77edeb7f6d8e79c364b5c167bd37d903725 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 18 Jan 2026 11:12:15 +0800 Subject: update tbox config --- core/src/tbox/inc/bsd/tbox.config.h | 4 ++++ core/src/tbox/inc/cygwin/tbox.config.h | 6 ++++++ core/src/tbox/inc/haiku/tbox.config.h | 6 ++++++ core/src/tbox/inc/iphoneos/tbox.config.h | 4 ++++ core/src/tbox/inc/linux/tbox.config.h | 4 ++++ core/src/tbox/inc/macosx/tbox.config.h | 4 ++++ core/src/tbox/inc/mingw/tbox.config.h | 6 ++++++ core/src/tbox/inc/msys/tbox.config.h | 6 ++++++ core/src/tbox/inc/solaris/tbox.config.h | 4 ++++ 9 files changed, 44 insertions(+) (limited to 'core/src') diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index 7ae7ddd71..dc9664136 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -84,6 +84,10 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1 #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/cygwin/tbox.config.h b/core/src/tbox/inc/cygwin/tbox.config.h index c20d7a228..2e2ee8a84 100755 --- a/core/src/tbox/inc/cygwin/tbox.config.h +++ b/core/src/tbox/inc/cygwin/tbox.config.h @@ -68,6 +68,8 @@ #define TB_CONFIG_LIBC_HAVE_STRCASECMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1 +/* #undef TB_CONFIG_LIBC_HAVE_STRUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_STRLWR */ #define TB_CONFIG_LIBC_HAVE_WCSCAT 1 #define TB_CONFIG_LIBC_HAVE_WCSNCAT 1 @@ -84,6 +86,10 @@ /* #undef TB_CONFIG_LIBC_HAVE_WCSNCASECMP */ #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/haiku/tbox.config.h b/core/src/tbox/inc/haiku/tbox.config.h index 2b38412c5..8a9e72ad8 100644 --- a/core/src/tbox/inc/haiku/tbox.config.h +++ b/core/src/tbox/inc/haiku/tbox.config.h @@ -68,6 +68,8 @@ #define TB_CONFIG_LIBC_HAVE_STRCASECMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1 +/*#undef TB_CONFIG_LIBC_HAVE_STRUPR*/ +/*#undef TB_CONFIG_LIBC_HAVE_STRLWR*/ #define TB_CONFIG_LIBC_HAVE_WCSCAT 1 #define TB_CONFIG_LIBC_HAVE_WCSNCAT 1 @@ -84,6 +86,10 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1 #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/*#undef TB_CONFIG_LIBC_HAVE_WCSUPR*/ +/*#undef TB_CONFIG_LIBC_HAVE_WCSLWR*/ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/iphoneos/tbox.config.h b/core/src/tbox/inc/iphoneos/tbox.config.h index 25fa73deb..290786a50 100755 --- a/core/src/tbox/inc/iphoneos/tbox.config.h +++ b/core/src/tbox/inc/iphoneos/tbox.config.h @@ -84,6 +84,10 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1 #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index ec06d847b..6bb77a491 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -79,6 +79,10 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1 #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/macosx/tbox.config.h b/core/src/tbox/inc/macosx/tbox.config.h index 203f42b89..8e0ee484c 100755 --- a/core/src/tbox/inc/macosx/tbox.config.h +++ b/core/src/tbox/inc/macosx/tbox.config.h @@ -79,6 +79,10 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1 #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/mingw/tbox.config.h b/core/src/tbox/inc/mingw/tbox.config.h index c20d7a228..2e2ee8a84 100755 --- a/core/src/tbox/inc/mingw/tbox.config.h +++ b/core/src/tbox/inc/mingw/tbox.config.h @@ -68,6 +68,8 @@ #define TB_CONFIG_LIBC_HAVE_STRCASECMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1 +/* #undef TB_CONFIG_LIBC_HAVE_STRUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_STRLWR */ #define TB_CONFIG_LIBC_HAVE_WCSCAT 1 #define TB_CONFIG_LIBC_HAVE_WCSNCAT 1 @@ -84,6 +86,10 @@ /* #undef TB_CONFIG_LIBC_HAVE_WCSNCASECMP */ #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/msys/tbox.config.h b/core/src/tbox/inc/msys/tbox.config.h index c20d7a228..2e2ee8a84 100755 --- a/core/src/tbox/inc/msys/tbox.config.h +++ b/core/src/tbox/inc/msys/tbox.config.h @@ -68,6 +68,8 @@ #define TB_CONFIG_LIBC_HAVE_STRCASECMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCMP 1 #define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1 +/* #undef TB_CONFIG_LIBC_HAVE_STRUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_STRLWR */ #define TB_CONFIG_LIBC_HAVE_WCSCAT 1 #define TB_CONFIG_LIBC_HAVE_WCSNCAT 1 @@ -84,6 +86,10 @@ /* #undef TB_CONFIG_LIBC_HAVE_WCSNCASECMP */ #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/* #undef TB_CONFIG_LIBC_HAVE_WCSUPR */ +/* #undef TB_CONFIG_LIBC_HAVE_WCSLWR */ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 diff --git a/core/src/tbox/inc/solaris/tbox.config.h b/core/src/tbox/inc/solaris/tbox.config.h index 4aa3c21df..89bce47bc 100644 --- a/core/src/tbox/inc/solaris/tbox.config.h +++ b/core/src/tbox/inc/solaris/tbox.config.h @@ -84,6 +84,10 @@ /*#undef TB_CONFIG_LIBC_HAVE_WCSNCASECMP*/ #define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1 #define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1 +#define TB_CONFIG_LIBC_HAVE_TOWLOWER 1 +#define TB_CONFIG_LIBC_HAVE_TOWUPPER 1 +/*#undef TB_CONFIG_LIBC_HAVE_WCSUPR*/ +/*#undef TB_CONFIG_LIBC_HAVE_WCSLWR*/ #define TB_CONFIG_LIBC_HAVE_GMTIME 1 #define TB_CONFIG_LIBC_HAVE_MKTIME 1 -- cgit v1.3.1