OSDN Git Service

fnmatch.c: Change scope of posixly_correct to be global.
[uclinux-h8/uclibc-ng.git] / libc / misc / fnmatch / fnmatch.c
2009-07-31 Khem Rajfnmatch.c: Change scope of posixly_correct to be global.
2009-07-06 RonCheck #if feature test macros are defined where they...
2008-11-26 Denis Vlasenkolibc/string: need additional work to remove libc_hidden...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-02-28 Peter S. MazingerCleanup/sync w/ glibc
2006-01-30 Peter S. Mazingerstrlen is -cheaper- then strnlen
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-10 Mike Frysingerjust define _GNU_SOURCE
2006-01-06 Mike Frysingeruse hidden strcmp
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2005-12-24 Peter S. MazingerAdd new fnmatch code, for now mbstate_t and mbsrtowcs...
2005-12-24 Peter S. MazingerMove fnmatch.c to fnmatch_old.c
2005-12-16 Peter S. MazingerConvert users
2005-12-08 Peter S. MazingerConvert the rest of users to hidden
2005-12-08 Peter S. MazingerUse internal versions
2000-10-11 Eric AndersenNew misc tree that actually has misc stuff in it.