summaryrefslogtreecommitdiffstats
path: root/libc/misc/glob/glob.c
Commit message (Collapse)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-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: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-15/+15
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-7/+6
| | | | Step 6: libc/misc
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-11/+10
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-08-221-250/+817
|
* Merge from trunk."Steven J. Hill"2006-02-271-266/+252
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-19/+35
|
* Merge from trunk."Steven J. Hill"2005-12-101-3/+7
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-0/+1
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-13/+16
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-1/+1
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-1/+1
| | | | merged, but they will be done manually.
* Don't make two copiesEric Andersen2003-10-121-34/+38
|
* Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen2003-10-121-5/+3
| | | | export it,
* uClibc 0.9.19 has a bug in globfree(). If the previous call toEric Andersen2003-04-291-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 Andersen2002-04-031-3/+3
|
* A few more little cleanupsEric Andersen2002-02-261-2/+2
|
* Add in an older libc5 glob implementation, which is a bit thinner.Eric Andersen2001-05-091-963/+451
| | | | -Erik
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-111-0/+1028