Commit Graph

41 Commits

Author SHA1 Message Date
Lucy Phipps
2c033e0fb6
Update wcwidth submodule to v4: Unicode 15.0.0 2022-12-16 07:15:08 +00:00
Henrik Grimler
2f4fb4aa64 Update wcwidth submodule
Updates License for wcwidth
2020-08-07 11:26:08 +02:00
Henrik Grimler
c4da953379 Update wcwidth submodule
Upstream version jquast/wcwidth 2020-07-14
2020-08-07 11:03:32 +02:00
Henrik Grimler
519406571c wcwidth: add as submodule instead 2020-05-01 11:24:59 +02:00
Leonid Plyushch
d95c1458fc remove intl.c
Functions are already implemented as inlines in libintl.h.
2019-04-28 20:21:40 +03:00
Leonid Plyushch
3aa8359e6c remove iconv()
Will be replaced by GNU libiconv package.
2019-04-28 20:21:40 +03:00
Fredrik Fornwall
cde3394626 Remove iconv.h 2019-01-25 02:17:10 +01:00
Fredrik Fornwall
43e88c7936 Try removing <langinfo.h>
This will be provided by inline functions instead.
2019-01-25 01:29:53 +01:00
Fredrik Fornwall
08ad732aa8 Remove libintl.h
We're inlining it in Termux.
2017-08-17 00:28:27 +02:00
Fredrik Fornwall
a35f565f00 Merge pull request #1 from phcoder/master
langinfo: Fix conflict with Android O.
2017-08-04 02:12:42 +02:00
Vladimir Serbinenko
8226ab5aca langinfo: Fix conflict with Android O.
On Android O bionic libc implements langinfo.

Unfortunately libc uses different values for constants.
Since libc uses langinfo itself to e.g. determine decimal
separator and android-support intercepts all calls to it,
this leads to i.a. printf segfaulting on floats.

Fortunately constants used by libc and android-support
are disjoint which allows to keep binary compatibility
with both old and new codes.

Going forward headers are switched to libc values to allow
future removal of this part of libandroid-support for new
androids once the binary compatibility is no longer an issue.
2017-07-29 08:50:07 +02:00
Fredrik Fornwall
0978532f55 Note down test case 2017-07-16 11:30:06 +02:00
Fredrik Fornwall
177853d448 Revert "Remove mbsrtowcs and mbsnrtowcs"
This reverts commit 3653d4ba8d.
2017-07-16 11:27:57 +02:00
Fredrik Fornwall
38cc756fb7 Fix last commit 2017-07-15 03:55:52 +02:00
Fredrik Fornwall
a8c669c7ec Remove clang warnings 2017-07-15 03:52:47 +02:00
Fredrik Fornwall
051586e493 Remove <locale.h> 2017-07-15 03:18:28 +02:00
Fredrik Fornwall
35ad9b83d3 Remove <wchar.h> 2017-07-15 01:50:22 +02:00
Fredrik Fornwall
18b81c88d3 Remove <xlocale.h> 2017-07-15 01:49:28 +02:00
Fredrik Fornwall
20d8a79489 Remove <wctype.h> 2017-07-15 01:49:03 +02:00
Fredrik Fornwall
e3231fd39c Move away headers only used for iconv 2017-07-15 01:48:24 +02:00
Fredrik Fornwall
eb2d7a61a3 Remove <cuchar> 2017-07-15 01:37:06 +02:00
Fredrik Fornwall
d20203bbf5 Remove <monetary.h> and strfmon.c 2017-07-15 01:32:06 +02:00
Fredrik Fornwall
a13495bf66 Remove <stdlib.h> 2017-07-15 01:28:45 +02:00
Fredrik Fornwall
7610216498 Remove isxdigit.c 2017-07-15 01:26:29 +02:00
Fredrik Fornwall
a84b2ed2a0 Remove <math.h> 2017-07-15 01:26:15 +02:00
Fredrik Fornwall
8981a852ce Remove <string.h> 2017-07-15 01:16:03 +02:00
Fredrik Fornwall
378ec88a91 Remove <stdio.h> 2017-07-15 01:14:44 +02:00
Fredrik Fornwall
6e2f941d27 Remove ctype.h 2017-07-15 01:11:59 +02:00
Fredrik Fornwall
3133556e95 Remove <inttypes.h> 2017-07-15 01:09:58 +02:00
Fredrik Fornwall
c24606a953 Remove <nl_types.h> and cat{close,gets,open} 2017-07-15 01:08:42 +02:00
Fredrik Fornwall
f9b3627078 Remove src/musl-ctype/wide.h
We user our own wcwidth().
2017-07-15 01:04:35 +02:00
Fredrik Fornwall
3c752cfe3f Remove include/libc.h 2017-07-15 01:02:22 +02:00
Fredrik Fornwall
3653d4ba8d Remove mbsrtowcs and mbsnrtowcs
They are already in bionic for android-21.
2017-07-15 00:59:44 +02:00
Fredrik Fornwall
29023c4ac5 Remove uchar.h 2017-07-15 00:40:17 +02:00
Fredrik Fornwall
881ff53756 Remove errno.h 2017-07-15 00:39:20 +02:00
Fredrik Fornwall
aa217b7022 Remove time.h 2017-07-15 00:33:55 +02:00
Fredrik Fornwall
abd9389b95 Remove <stdint.h> 2017-07-15 00:32:22 +02:00
Fredrik Fornwall
3a84c1a06a Create README.md 2017-06-11 22:00:43 +02:00
Fredrik Fornwall
62268d7c0a Create README.md 2017-06-11 21:59:55 +02:00
Fredrik Fornwall
7a27fa0bb2 Add README and LICENSE file 2017-06-11 21:25:28 +02:00
Fredrik Fornwall
71e6744142 Initial commit
A copy of libandroid-support as built from NDK r14 in Termux.
2017-06-11 21:22:03 +02:00