summaryrefslogtreecommitdiffstats
path: root/libc/misc/fnmatch
Commit message (Expand)AuthorAgeFilesLines
* fnmatch.c: use MB_CUR_MAX from stdlib.h included earlierPeter S. Mazinger2011-03-091-5/+0
* regex_old: convert static flag variable to smallintDenys Vlasenko2010-04-051-7/+1
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-191-4/+3
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-8/+1
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-182-31/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj2009-08-011-2/+9
* fnmatch.c: Change scope of posixly_correct to be global.Khem Raj2009-07-311-1/+1
* Check #if feature test macros are defined where they may not beRon2009-07-051-1/+1
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-1/+1
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-2/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-13/+13
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-3/+3
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-4/+4
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-0/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-6/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-7/+7
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Cleanup/sync w/ glibcPeter S. Mazinger2006-02-281-18/+11
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-12/+9
* strlen is -cheaper- then strnlenPeter S. Mazinger2006-01-301-8/+7
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-10/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+7
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-62/+73
* just define _GNU_SOURCEMike Frysinger2006-01-102-2/+2
* use hidden strcmpMike Frysinger2006-01-061-0/+2
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-032-2/+2
* Jan-Benedict Glaw writes:Mike Frysinger2005-12-271-1/+1
* Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on UCLIBC...Peter S. Mazinger2005-12-243-3/+1688
* Move fnmatch.c to fnmatch_old.cPeter S. Mazinger2005-12-242-2/+4
* Convert usersPeter S. Mazinger2005-12-161-1/+0
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-1/+1
* Use internal versionsPeter S. Mazinger2005-12-081-9/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-35/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+24
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+7
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
* Fix doc blunder.Eric Andersen2000-11-041-4/+4