Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h | Peter S. Mazinger | 2011-03-09 | 1 | -3/+0 |
| | | | | | | Move them to a common header guarded by _LIBC Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -1/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -2/+3 |
| | | | | missing headers, other jump relocs removed | ||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -4/+2 |
| | |||||
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | Cleanup some silly warnings | Eric Andersen | 2002-08-08 | 1 | -0/+3 |
| | |||||
* | Merge in an ugly pile of rand* functions from glibc. :( | Eric Andersen | 2002-03-13 | 1 | -0/+38 |