Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -3/+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> | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -2/+2 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -1/+0 |
| | | | | most of global data relocations are back | ||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+1 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -22/+13 |
| | | | | missing headers, other jump relocs removed | ||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+2 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+2 |
| | |||||
* | Changed my mind. Keep this separate. | Eric Andersen | 2002-08-07 | 1 | -0/+41 |
| | | | | -Erik | ||||
* | Rewrite getenv | Eric Andersen | 2002-08-07 | 1 | -25/+0 |
| | |||||
* | Rework setenv, getenv and friends per the latest glibc code, but cleaned | Eric Andersen | 2002-05-30 | 1 | -12/+11 |
| | | | | | up for readability. Merge in putenv. Add clearenv as a side effect. -Erik | ||||
* | Use __environ instead of the GNU extension environ. | Eric Andersen | 2001-02-09 | 1 | -4/+3 |
| | | | | -Erik | ||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -18/+14 |
| | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+31 |