Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-21 | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko | |
2008-12-20 | libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned chars | Denis Vlasenko | |
and such; remove two unneeded static string (inline "str" works better code-size wise). | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko | |
2008-09-09 | Fix some locale multibyte tests failures ad below: | Carmelo Amoroso | |
libc/stdlib/_strtod.c -> tst_wcstod; libc/stdlib/stdlib.c -> tst_mblen, tst_mbtowc, tst_wctomb; libc/stdio/_scanf.c -> tst_swscanf; libc/string/strncmp.c -> tst_wcsncmp; libc/misc/wchar/wchar.c -> tst_mbrlen, tst_mbrtowc, tst_wcswidth. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | |
2008-05-23 | - avoid warning about cast from pointer to integer of different size | Bernhard Reutner-Fischer | |
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. | |||
2008-01-05 | patch from Hans-Christian Egtvedt to silence some spurious signed warnings | Mike Frysinger | |
2007-01-20 | - Trim superfluous trailing whitespace. No obj-code changes. | Bernhard Reutner-Fischer | |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-02-13 | More renames for IMA | Peter S. Mazinger | |