Denis Vlasenko
|
eebbc87bcc
more of pointer signedness warnings removed
|
16 lat temu |
Carmelo Amoroso
|
8596cf8846
Fix wcswidth function when LOCALE support is disabled
|
16 lat temu |
Denis Vlasenko
|
ae49d141f4
fix apparent typo (unnoticed for long time, probably
|
16 lat temu |
Denis Vlasenko
|
3e8067a627
deal with TODOs left over from libc_hidden_proto removal
|
16 lat temu |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 lat temu |
Carmelo Amoroso
|
cdc25d86e3
i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.
|
16 lat temu |
Carmelo Amoroso
|
a79016198c
Fix some locale multibyte tests failures ad below:
|
16 lat temu |
Bernhard Reutner-Fischer
|
1372e95c24
- remove a couple of duplicate includes
|
16 lat temu |
Bernhard Reutner-Fischer
|
1f020b1786
- trim any trailing whitespace
|
16 lat temu |
Bernd Schmidt
|
6d7aed92f2
This fixes a problem with the move of libc_hidden_proto to string.h.
|
16 lat temu |
Denis Vlasenko
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 lat temu |
Peter S. Mazinger
|
d5f635529a
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
|
18 lat temu |
Peter S. Mazinger
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
18 lat temu |
Peter S. Mazinger
|
42c1ad48fa
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back
|
18 lat temu |
Peter S. Mazinger
|
f45706ca6a
global data uses libc_hidden_data_def, convert all -I hope- and add some new
|
19 lat temu |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 lat temu |
Peter S. Mazinger
|
b25ad630be
Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-)
|
19 lat temu |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 lat temu |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 lat temu |
Peter S. Mazinger
|
6ce5ad1992
forgot again about iconv
|
19 lat temu |
Peter S. Mazinger
|
5fa64b8388
use internal versions of exit/memcpy
|
19 lat temu |
Peter S. Mazinger
|
24f818725b
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ...
|
19 lat temu |
Peter S. Mazinger
|
d629e57d62
memmove, exit are external iconv_main
|
19 lat temu |
Peter S. Mazinger
|
b865ce517b
New regex as well
|
19 lat temu |
Peter S. Mazinger
|
59bf5cbe99
Hide C and wchar related stuff
|
19 lat temu |
Peter S. Mazinger
|
1f3828fda9
Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an external app
|
19 lat temu |
Peter S. Mazinger
|
3720c42fcc
Switch fread/fwrite/fclose/pipe/sigsetmask users
|
19 lat temu |
Peter S. Mazinger
|
4f16d2e03a
Implement hidden poll, switch user to hidden *printf/*scanf/poll
|
19 lat temu |
Peter S. Mazinger
|
dec40863ed
Correct typo, iconv binary does not use the internal versions
|
19 lat temu |
Peter S. Mazinger
|
92a148d641
Make use internal str*casecmp/wcscoll
|
19 lat temu |