Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Get rid of nested warnings | Peter S. Mazinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
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 | |||
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger | |
2002-09-03 | Oops. Turns out I broke statvfs() and fstatvfs() back in February, | Eric Andersen | |
when I accidentally changed them unconditionally into the 64 bit versions... Oops. -Erik | |||
2002-02-26 | Fix redefinition problem | Eric Andersen | |
2002-01-06 | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen | |
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik |