You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich Felker
9ae8d5fc71
fix all implicit conversion between signed/unsigned pointers
sadly the C language does not specify any such implicit conversion, so
this is not a matter of just fixing warnings (as gcc treats it) but
actual errors. i would like to revisit a number of these changes and
possibly revise the types used to reduce the number of casts required.
15 years ago
..
btowc.c
initial check-in, version 0.5.0
15 years ago
internal.c
cleanup utf-8 multibyte code, use visibility if possible
15 years ago
internal.h
cleanup utf-8 multibyte code, use visibility if possible
15 years ago
mblen.c
initial check-in, version 0.5.0
15 years ago
mbrlen.c
initial check-in, version 0.5.0
15 years ago
mbrtowc.c
fix all implicit conversion between signed/unsigned pointers
15 years ago
mbsinit.c
initial check-in, version 0.5.0
15 years ago
mbsnrtowcs.c
initial check-in, version 0.5.0
15 years ago
mbsrtowcs.c
cleanup utf-8 multibyte code, use visibility if possible
15 years ago
mbstowcs.c
initial check-in, version 0.5.0
15 years ago
mbtowc.c
initial check-in, version 0.5.0
15 years ago
wcrtomb.c
initial check-in, version 0.5.0
15 years ago
wcsnrtombs.c
initial check-in, version 0.5.0
15 years ago
wcsrtombs.c
initial check-in, version 0.5.0
15 years ago
wcstombs.c
initial check-in, version 0.5.0
15 years ago
wctob.c
initial check-in, version 0.5.0
15 years ago
wctomb.c
initial check-in, version 0.5.0
15 years ago