Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 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: Austin Foxley <austinf@cetoncorp.com> | ||||
* | sync with trunk. Compile tested on i386 | Denis Vlasenko | 2008-12-23 | 1 | -0/+2 |
| | |||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -1/+1 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-23 | 1 | -12/+12 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -3/+5 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -3/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -2/+3 |
| | |||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | ||||
* | Silence a silly warning | Eric Andersen | 2001-09-27 | 1 | -0/+2 |
| | |||||
* | Add cmsg_nxthdr function for the cases where the headers | David McCullough | 2001-08-09 | 1 | -0/+39 |
do not so it inline. |