Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-12-23 | - r16732 forgot to checkin the sync of the __UCLIBC_SUSV3_LEGACY_MACROS__ ↵ | Bernhard Reutner-Fischer | |
from string.h | |||
2006-03-23 | Add new option for SuSv3 legacy functions and use it for ↵ | Peter S. Mazinger | |
bcopy/bzero/bcmp/index/rindex | |||
2006-03-23 | Sync w/ string.h, glibc version is out of date | Peter S. Mazinger | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |