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> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | - cannot really guarantee proper order, so play safe and compile the problematic | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
| | | | | sources separately for now. | ||||
* | 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. | ||||
* | add strerror_r symbol alias as some autotool based packages simply use ↵ | Mike Frysinger | 2007-09-15 | 1 | -0/+6 |
| | | | | AC_CHECK_LIB() to see if a function exists rather than checking the headers | ||||
* | Amir Shalem writes: | Mike Frysinger | 2006-05-26 | 1 | -1/+0 |
| | | | | | there is a missing include for <bits/uClibc_uintmaxtostr.h> in libc/string/_syserrmsg.h, where _syserrmsg.h uses __UIM_BUFLEN_INT | ||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -2/+1 |
| | | | | is a useless attempt | ||||
* | check for signal existence rather than using arch defines | Mike Frysinger | 2006-01-18 | 1 | -7/+6 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -10/+13 |
| | | | | missing headers, other jump relocs removed | ||||
* | hide internal _string_syserrmsgs | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | 2006-01-03 | 1 | -0/+273 |
wcscoll/strcoll needs some love ... |