Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fnmatch.c: use MB_CUR_MAX from stdlib.h included earlier | Peter S. Mazinger | 2011-03-09 | 1 | -5/+0 |
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | regex_old: convert static flag variable to smallint | Denys Vlasenko | 2010-04-05 | 1 | -7/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove a few more empty #if/#endif pairs | Denys Vlasenko | 2009-09-19 | 1 | -4/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -8/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -29/+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> | ||||
* | fnmatch.c: Include unistd.h before undefining _LIBC. | Khem Raj | 2009-08-01 | 1 | -2/+9 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | fnmatch.c: Change scope of posixly_correct to be global. | Khem Raj | 2009-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | Check #if feature test macros are defined where they may not be | Ron | 2009-07-05 | 1 | -1/+1 |
| | | | | | | | | | Once again all of these reduce the noise from gcc-4.4. Replaces a few more (USE_TLS && HAVE___THREAD) with USE___THREAD while we need to mess with them for this anyhow. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | 2008-11-26 | 1 | -2/+2 |
| | |||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -12/+12 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | |||||
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -4/+4 |
| | |||||
* | add missing includes of unistd.h for smallint usage | Denis Vlasenko | 2008-06-01 | 1 | -0/+1 |
| | | | | | remove a few duplicate includes of unistd.h | ||||
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - 79 0 28 107 6b libc/inet/rpc/create_xid.o + 76 0 25 101 65 libc/inet/rpc/create_xid.o - 126 0 4 130 82 libc/misc/assert/__assert.o + 123 0 1 124 7c libc/misc/assert/__assert.o - 648 4 24 676 2a4 libc/misc/internals/__uClibc_main.o + 645 4 21 670 29e libc/misc/internals/__uClibc_main.o - 230 0 4 234 ea libc/stdlib/abort.o + 216 0 1 217 d9 libc/stdlib/abort.o - 129 0 4 133 85 libc/termios/tcgetsid.o + 126 0 1 127 7f libc/termios/tcgetsid.o | ||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -7/+7 |
| | | | | | | | | | 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. | ||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | Cleanup/sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 1 | -18/+11 |
| | |||||
* | strlen is -cheaper- then strnlen | Peter S. Mazinger | 2006-01-30 | 1 | -8/+7 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -5/+0 |
| | | | | is a useless attempt | ||||
* | 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 ;-) | ||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+0 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -55/+63 |
| | | | | missing headers, other jump relocs removed | ||||
* | just define _GNU_SOURCE | Mike Frysinger | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | use hidden strcmp | Mike Frysinger | 2006-01-06 | 1 | -0/+2 |
| | |||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on ↵ | Peter S. Mazinger | 2005-12-24 | 1 | -0/+472 |
| | | | | UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k | ||||
* | Move fnmatch.c to fnmatch_old.c | Peter S. Mazinger | 2005-12-24 | 1 | -224/+0 |
| | |||||
* | Convert users | Peter S. Mazinger | 2005-12-16 | 1 | -1/+0 |
| | |||||
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| | |||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -9/+2 |
| | |||||
* | New misc tree that actually has misc stuff in it. | Eric Andersen | 2000-10-11 | 1 | -0/+232 |