Age | Commit message (Expand) | Author |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-09-18 | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer |
2008-05-20 | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2007-01-30 | - should look if LFS is enabled as suggested by pkj in #1131. This generates ... | Bernhard Reutner-Fischer |
2007-01-29 | - fix compilation of GNU glob with !LFS | Bernhard Reutner-Fischer |
2006-07-13 | patch from psm: | Eric Andersen |
2006-07-05 | remove jump relocs, with minor related cleanups | Eric Andersen |
2006-07-05 | minor updates | Eric Andersen |
2006-07-04 | gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the latest... | Eric Andersen |
2006-02-16 | Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ... | Peter S. Mazinger |
2006-02-16 | Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multi | Peter S. Mazinger |
2006-01-29 | no point in redeclaring oldcount locally | Mike Frysinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger |
2006-01-15 | hide __glob_*dir_hook | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Hope it solves JBG's problem, why didn't it bail out here? | Peter S. Mazinger |
2005-12-16 | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-11 | Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN: | Peter S. Mazinger |
2005-07-12 | import fix from glibc to resolve segfault reported by wmq in Bug 335 | Mike Frysinger |
2003-10-12 | Don't make two copies | Eric Andersen |
2003-10-12 | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen |
2003-04-29 | uClibc 0.9.19 has a bug in globfree(). If the previous call to | Eric Andersen |
2002-04-03 | Doh! I forgot to commit this... | Eric Andersen |
2002-02-26 | A few more little cleanups | Eric Andersen |
2001-05-09 | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen |
2000-10-11 | New misc tree that actually has misc stuff in it. | Eric Andersen |