| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 | 1 | -22/+22 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -7/+3 |
* | add missing includes of unistd.h for smallint usage | Denis Vlasenko | 2008-06-01 | 1 | -0/+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 | 1 | -6/+6 |
* | 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 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 1 | -3/+7 |
* | include stdint.h and check __intptr_t_defined to see if we need to setup uint... | Mike Frysinger | 2006-02-07 | 1 | -1/+2 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -4/+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 | 1 | -12/+12 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -24/+25 |
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 |
* | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | 2005-12-16 | 1 | -15/+23 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -0/+1 |
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+3 |
* | Make use internal str*casecmp/wcscoll | Peter S. Mazinger | 2005-12-06 | 1 | -0/+1 |
* | Forgotten that this file is special and does not accept hidden, __mempcpy is ... | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -3/+2 |
* | Rename regex.c to regex_old.c | Peter S. Mazinger | 2005-11-28 | 1 | -0/+8383 |