index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
fnmatch
/
fnmatch.c
Age
Commit message (
Expand
)
Author
2010-04-05
regex_old: convert static flag variable to smallint
Denys Vlasenko
2009-09-19
remove a few more empty #if/#endif pairs
Denys Vlasenko
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
2009-08-01
fnmatch.c: Include unistd.h before undefining _LIBC.
Khem Raj
2009-07-31
fnmatch.c: Change scope of posixly_correct to be global.
Khem Raj
2009-07-05
Check #if feature test macros are defined where they may not be
Ron
2008-11-26
libc/string: need additional work to remove libc_hidden_proto's properly
Denis Vlasenko
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-11-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2008-06-01
add missing includes of unistd.h for smallint usage
Denis Vlasenko
2008-05-30
- Avoid warning about undefined preprocessor token. No obj-code changes.
Bernhard Reutner-Fischer
2008-05-20
Introduce and use small[u]int type. Changes in size:
Denis Vlasenko
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-03-22
Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined
Peter S. Mazinger
2006-02-28
Cleanup/sync w/ glibc
Peter S. Mazinger
2006-01-30
strlen is -cheaper- then strnlen
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are gone...
Peter S. Mazinger
2006-01-15
make gcc4 happy w/ hidden_def/proto, correct some typos
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-10
just define _GNU_SOURCE
Mike Frysinger
2006-01-06
use hidden strcmp
Mike Frysinger
2006-01-03
Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE
Peter S. Mazinger
2005-12-24
Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on UCLIBC...
Peter S. Mazinger
2005-12-24
Move fnmatch.c to fnmatch_old.c
Peter S. Mazinger
2005-12-16
Convert users
Peter S. Mazinger
2005-12-08
Convert the rest of users to hidden
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2000-10-11
New misc tree that actually has misc stuff in it.
Eric Andersen