Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-10 | str[n]casecmp.c: fix hidden usage | Peter S. Mazinger | |
Provide visible str[n]casecmp[_l], wcs[n]casecmp[_l]. 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> | |||
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | |
sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko | |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | |
The obsolete functions bcopy, index, etc. are not supposed to be used within uClibc itself. Hence, there is no libc_hidden_def for them, but the previous patch did not just move libc_hidden_protos, it also added new ones for the legacy functions. As a result, programs which use these functions can no longer link with uClibc. This fixes it by removing the unnecessary libc_hidden_protos. I've also removed all inclusions of <strings.h> from uClibc source files: since we define _GNU_SOURCE, it is sufficient to include <string.h>. We then do not need to duplicate the libc_hidden_proto block in <strings.h>. | |||
2008-06-02 | fix fallout from libc_hidden_proto removal | Denis Vlasenko | |
2008-06-01 | fix compile breakage in libc/string/wcscasecmp.c | Denis Vlasenko | |
by adding include <wchar.h> in strcasecmp.c | |||
2008-05-31 | fix fallout from string.h libc_hidden_proto removal | Denis Vlasenko | |
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-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | |
defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | |||
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
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 | Provide __tolower and use it | Peter S. Mazinger | |
2006-01-03 | Revert a change until I find the textrel cause | Peter S. Mazinger | |
2006-01-03 | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | |
wcscoll/strcoll needs some love ... | |||
2002-06-12 | Cleanup the mess, remove now obsolete files | Eric Andersen | |
-Erik | |||
2002-02-13 | Fix copyright message | Eric Andersen | |
2002-02-12 | Mark Robson noticed that our strcasecmp() behaviour was not | Eric Andersen | |
standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik | |||
2000-10-07 | Update and simplification. | Eric Andersen | |
2000-07-06 | Rework all the string handling. Make const stuff be constified. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |