Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ether_aton: reject invalid input | Bernhard Reutner-Fischer | 2011-05-02 | 1 | -2/+4 |
| | | | | | | fixes PR2227 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | docs/defines.txt: document _extern_inline | Denis Vlasenko | 2008-12-22 | 1 | -28/+24 |
| | | | | | | | | | | | | | libc/inet/ether_addr.c: optimize tolower, we ever use it on 0-9a-f libc/inet/ntop.c: optimize tolower, we ever use it on 0-9a-f with locale support on, code size change is: text data bss dec hex filename - 396 0 24 420 1a4 libc/inet/ether_addr.os + 306 0 24 330 14a libc/inet/ether_addr.os - 1453 0 0 1453 5ad libc/inet/ntop.os + 1430 0 0 1430 596 libc/inet/ntop.os | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -4/+4 |
| | |||||
* | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -1/+0 |
| | |||||
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+7 |
| | | | | 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 | -8/+11 |
| | | | | missing headers, other jump relocs removed | ||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 1 | -12/+14 |
| | |||||
* | Per discussion with Nick Fedchik, restore original LGPL | Eric Andersen | 2003-01-30 | 1 | -12/+21 |
| | | | | licensing to libc/inet/ether_addr.c | ||||
* | Fix warnings | Eric Andersen | 2003-01-10 | 1 | -1/+2 |
| | |||||
* | Patch from Nick Fedchik to support ether_aton | Eric Andersen | 2003-01-10 | 1 | -0/+83 |