Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-26 | Rebased the memcpy() and memset() implementations for CRIS on the versions | Peter Kjellerstedt | |
found in newlib rather than the ones found in glibc. This should make them smaller and (hopefully) make them compile with newer versions of gcc. | |||
2008-07-23 | - trim any trailing whitespace | 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-04-24 | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | |
2007-11-21 | Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32. | Peter Kjellerstedt | |
2007-11-12 | CRIS/CRISv32 architecture specific memcpy, memmove and memset. | Ricard Wanderlof | |