Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -3/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -23/+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 | -14/+14 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -7/+6 |
| | |||||
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 1 | -2/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -8/+8 |
| | | | | | | | | | 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. | ||||
* | - should look if LFS is enabled as suggested by pkj in #1131. This generates ↵ | Bernhard Reutner-Fischer | 2007-01-30 | 1 | -1/+1 |
| | | | | identical cc1 input for LFS enabled (compared to before r17652) but makes sure that we pickup the non-LFS if LFS is turned off (like r17652 did in this case). | ||||
* | - fix compilation of GNU glob with !LFS | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -1/+1 |
| | | | | Sounds like a typo, really | ||||
* | patch from psm: | Eric Andersen | 2006-07-13 | 1 | -19/+15 |
| | | | | | | | | | | | | | | | - malloc/realloc/free are not prepared to be hidable in trunk, you can't use libc_hidden_proto(x) for them - using libc_hidden_proto(x64) LFS unguarded will fail because the header does not provide the prototype - if you are using libc_hidden_proto(collated_compare|prefix_array), you also need libc_hidden_def|_weak(x) after the function itself, the result being to provide a hidden __GI_collated_compare and a visible collated_compare, for this case I do not consider this necessary, especially that collated_compare is hidden already (I have chosen to prefix them with __ to know that they are intended to be internal only, against the practice in glibc, you could go without prefix as well) | ||||
* | remove jump relocs, with minor related cleanups | Eric Andersen | 2006-07-05 | 1 | -30/+53 |
| | |||||
* | minor updates | Eric Andersen | 2006-07-05 | 1 | -46/+55 |
| | |||||
* | gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the ↵ | Eric Andersen | 2006-07-04 | 1 | -225/+764 |
| | | | | | | | latest and massivly bloated greatest from glibc. And fixes things so the gnu glob interface is no longer the default. | ||||
* | Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ↵ | Peter S. Mazinger | 2006-02-16 | 1 | -8/+10 |
| | | | | to 2063 | ||||
* | Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multi | Peter S. Mazinger | 2006-02-16 | 1 | -223/+202 |
| | |||||
* | no point in redeclaring oldcount locally | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
| | |||||
* | 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 | ||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -27/+28 |
| | |||||
* | hide __glob_*dir_hook | Peter S. Mazinger | 2006-01-15 | 1 | -3/+3 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -25/+32 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hope it solves JBG's problem, why didn't it bail out here? | Peter S. Mazinger | 2005-12-16 | 1 | -0/+4 |
| | |||||
* | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | 2005-12-16 | 1 | -17/+29 |
| | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -3/+7 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+1 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -13/+13 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+3 |
| | |||||
* | Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN: | Peter S. Mazinger | 2005-11-11 | 1 | -1/+1 |
| | |||||
* | import fix from glibc to resolve segfault reported by wmq in Bug 335 | Mike Frysinger | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | Don't make two copies | Eric Andersen | 2003-10-12 | 1 | -34/+38 |
| | |||||
* | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen | 2003-10-12 | 1 | -5/+3 |
| | | | | export it, | ||||
* | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen | 2003-04-29 | 1 | -2/+2 |
| | | | | | | | | | | | glob(...,pglob) used the GLOB_DOOFFS flag to reserve the first pglob->gl_offs slots of pglob->gl_pathv, globfree(pglob) would attempt to free the objects pointed to by those slots. If those objects were not on the heap, the system would crash. The attached patch fixes this. Norm | ||||
* | Doh! I forgot to commit this... | Eric Andersen | 2002-04-03 | 1 | -3/+3 |
| | |||||
* | A few more little cleanups | Eric Andersen | 2002-02-26 | 1 | -2/+2 |
| | |||||
* | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen | 2001-05-09 | 1 | -963/+451 |
| | | | | -Erik | ||||
* | New misc tree that actually has misc stuff in it. | Eric Andersen | 2000-10-11 | 1 | -0/+1028 |