Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -3/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
| | | | | is a useless attempt | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -3/+5 |
| | | | | missing headers, other jump relocs removed | ||||
* | __uselocale is hidden | Peter S. Mazinger | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Build also if XLOCALE is enabled | Peter S. Mazinger | 2006-01-04 | 1 | -0/+5 |
| | |||||
* | use internal versions of exit/memcpy | Peter S. Mazinger | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | update pthread weak handling to the style glibc uses | Mike Frysinger | 2006-01-04 | 1 | -0/+48 |