Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2011-03-09 | ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2008-11-26 | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | |
2008-11-25 | Make wcsxfrm visible also when LOCALE support is disabled. | Carmelo Amoroso | |
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | |
in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | |||
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-03 | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | |
wcscoll/strcoll needs some love ... | |||
2005-12-08 | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | |
2005-12-06 | Use correct syntax, correct weak/strong for [__]strxfrm | Peter S. Mazinger | |
2005-11-14 | Split up wstring.c and use attribute_hidden | Peter S. Mazinger | |