| Commit message (Expand) | Author | Age | Files | Lines |
* | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | 2008-12-17 | 1 | -2/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -2/+2 |
* | mark a bunch of public mem/str functions as weak so that people who insist on... | Mike Frysinger | 2007-12-22 | 1 | -1/+1 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 1 | -0/+2 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -4/+6 |
* | Use strong_alias everywhere instead of .global/.set. Correct some cases where... | Peter S. Mazinger | 2006-01-03 | 1 | -2/+0 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | No, '__mempcpy' is used by user-space applications, like coreutils for exampl... | "Steven J. Hill" | 2005-12-02 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -4/+3 |
* | Unhide __mempcpy, provide __libc_mempcpy for internal use | Peter S. Mazinger | 2005-11-26 | 1 | -2/+3 |
* | Move to use attribute_hidden | Peter S. Mazinger | 2005-11-14 | 1 | -3/+3 |
* | Add a couple of mips-specific string funcs. | Manuel Novoa III | 2004-09-02 | 1 | -0/+18 |