Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove a few more empty #if/#endif pairs | Denys Vlasenko | 2009-09-18 | 1 | -2/+0 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -2/+0 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 1 | -10/+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> | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -6/+6 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 1 | -1/+1 |
| | | | | Step 10: libc_hidden_removal | ||||
* | libc_hidden_proto moved to string.h | Carmelo Amoroso | 2008-06-19 | 1 | -5/+7 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-23 | 1 | -1/+2 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -20/+20 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+78 |
| | |||||
* | Cleanup the mess, remove now obsolete files | Eric Andersen | 2002-06-12 | 1 | -37/+0 |
| | | | | -Erik | ||||
* | Fix copyright message | Eric Andersen | 2002-02-13 | 1 | -3/+17 |
| | |||||
* | Mark Robson noticed that our strcasecmp() behaviour was not | Eric Andersen | 2002-02-12 | 1 | -11/+12 |
| | | | | | | standards compliant. Brian Stafford then provided these new implementations, which apprear to properly follow SUSv2. -Erik | ||||
* | Update and simplification. | Eric Andersen | 2000-10-07 | 1 | -18/+12 |
| | |||||
* | Rework all the string handling. Make const stuff be constified. | Eric Andersen | 2000-07-06 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+28 |