Age | Commit message (Expand) | Author |
---|---|---|
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-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | 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-08 | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger |
2005-11-15 | Correct Warning: function declaration isn't a prototype | Peter S. Mazinger |
2005-11-14 | Move to use attribute_hidden | Peter S. Mazinger |
2005-09-22 | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger |
2004-09-02 | Add a couple of mips-specific string funcs. | Manuel Novoa III |