Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wordexp: silence shadow warning | Bernhard Reutner-Fischer | 2010-01-21 | 1 | -18/+18 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -3/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter | Denys Vlasenko | 2009-09-06 | 1 | -42/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | wordexp.c: fix a bug where we might close stdout | Denys Vlasenko | 2009-09-06 | 1 | -5/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -16/+16 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -5/+5 |
| | |||||
* | 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 | 1 | -2/+2 |
| | |||||
* | - exec_comm_child can not return ever | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -3/+3 |
| | |||||
* | - 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 | -19/+11 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -9/+9 |
| | | | | | | | | | 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 |
| | |||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -2/+0 |
| | | | | most of global data relocations are back | ||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
| | | | | is a useless attempt | ||||
* | Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵ | Peter S. Mazinger | 2006-01-20 | 1 | -17/+21 |
| | | | | use within uClibc, depends on fnmatch as well | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -62/+74 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -12/+18 |
| | | | | it back | ||||
* | include features.h instead of sys/cdefs.h | Mike Frysinger | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | Switch fread/fwrite/fclose/pipe/sigsetmask users | Peter S. Mazinger | 2005-12-10 | 1 | -0/+1 |
| | |||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+6 |
| | |||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 |
| | |||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+1 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+2 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -4/+7 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -39/+39 |
| | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -0/+1 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+4 |
| | |||||
* | conditionally add wordexp, in this case ripped from glibc. | Eric Andersen | 2003-08-24 | 1 | -0/+2244 |
| | | | | I hate to add this stuff, but it is specified by SuSv3... | ||||
* | Delete wordexp. There isn't much point in having this since | Eric Andersen | 2001-03-13 | 1 | -2411/+0 |
| | | | | | so few apps use it, and it is just a stub anyways. Better to just skip it. | ||||
* | Add in wordexp support (mostly stubbed out for now) since the busybox | Eric Andersen | 2001-03-08 | 1 | -0/+2411 |
shell, lash, is about to start using wordexp. -Erik |