Age | Commit message (Expand) | Author |
2008-12-17 | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2007-12-22 | mark a bunch of public mem/str functions as weak so that people who insist on... | Mike Frysinger |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
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 m... | Peter S. Mazinger |
2006-01-03 | Use strong_alias everywhere instead of .global/.set. Correct some cases where... | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-02 | No, '__mempcpy' is used by user-space applications, like coreutils for exampl... | "Steven J. Hill" |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-26 | Unhide __mempcpy, provide __libc_mempcpy for internal use | Peter S. Mazinger |
2005-11-14 | Move to use attribute_hidden | Peter S. Mazinger |
2004-09-02 | Add a couple of mips-specific string funcs. | Manuel Novoa III |