| Commit message (Expand) | Author | Age | Files | Lines |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 4 | -8/+4 |
* | convert yet another old-style function definition | Denis Vlasenko | 2008-12-26 | 1 | -5/+5 |
* | new regex: stop confusing ourself with _LIBC being undefined; | Denis Vlasenko | 2008-12-26 | 5 | -165/+88 |
* | regex: remove useless casts on allocations; | Denis Vlasenko | 2008-12-26 | 4 | -92/+96 |
* | regex: drop __<funcname> aliases. remove much of unused code. | Denis Vlasenko | 2008-12-26 | 6 | -341/+52 |
* | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko | 2008-12-25 | 1 | -1/+12 |
* | test/regex/tst-regex2.c: fix test failure. Next one is immediately after... | Denis Vlasenko | 2008-12-25 | 1 | -1/+1 |
* | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko | 2008-12-14 | 1 | -6/+6 |
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -34/+11 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 4 | -23/+23 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 2 | -4/+4 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -3/+3 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 2 | -2/+2 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | Bernhard Reutner-Fischer | 2008-09-19 | 1 | -7/+7 |
* | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -248/+208 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 5 | -42/+42 |
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 4 | -12/+12 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -7/+3 |
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 1 | -1/+0 |
* | fix trivial mismatch in return type of build_wcs_upper_buffer() | Denis Vlasenko | 2008-06-03 | 1 | -1/+1 |
* | add missing includes of unistd.h for smallint usage | Denis Vlasenko | 2008-06-01 | 1 | -0/+1 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 1 | -7/+4 |
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 2 | -16/+16 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 1 | -3/+6 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 1 | -0/+1 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+3 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 4 | -7/+15 |
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 4 | -5/+8 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -12/+9 |
* | include stdint.h and check __intptr_t_defined to see if we need to setup uint... | Mike Frysinger | 2006-02-07 | 1 | -1/+2 |
* | make regex a little bit smaller | Peter S. Mazinger | 2006-01-30 | 3 | -3/+7 |
* | Bernhard Fischer writes: remove unused variables | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
* | Get rid of nested warnings | Peter S. Mazinger | 2006-01-23 | 1 | -4/+4 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 2 | -5/+0 |
* | fix warning when sizeof uchar_t is 8 bits | Mike Frysinger | 2006-01-20 | 1 | -0/+4 |
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger | 2006-01-16 | 3 | -24/+24 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -0/+7 |
* | get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled | Peter S. Mazinger | 2006-01-15 | 1 | -0/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 3 | -58/+65 |
* | Apply patch used in sed for malloc(0) | Peter S. Mazinger | 2006-01-11 | 1 | -2/+3 |
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 3 | -4/+4 |
* | Macros are no good for jump relocs, hack to get rid of one introduced my new ... | Peter S. Mazinger | 2005-12-16 | 1 | -0/+3 |
* | Use hidden towupper in new regex | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 |
* | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger | 2005-12-16 | 2 | -0/+6 |
* | New regex as well | Peter S. Mazinger | 2005-12-16 | 1 | -0/+2 |