Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-20 | string/i386/strncpy: faster i386 version (same code size), testing code | Denis Vlasenko | |
string/i386/*: formatiing and commentary tidying up | |||
2008-12-19 | memmove: smaller one for i386, with added testing, and with | Denis Vlasenko | |
added check for src == dest. run tested. text data bss dec hex filename - 39 0 0 39 27 libc/string/i386/memmove.os + 37 0 0 37 25 libc/string/i386/memmove.os | |||
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-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 | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | |
where the non-hidden version was used. | |||
2005-11-14 | Corrections to splitted files | Peter S. Mazinger | |
2005-11-11 | Split up string.c, make internals hidden | Peter S. Mazinger | |