OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / misc / regex / regex.c
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-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-01-30 Peter S. Mazingermake regex a little bit smaller
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. Mazingerget rid of warning if UCLIBC_HAS_CTYPE_TABLES is not...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerUse hidden towupper in new regex
2005-12-16 Peter S. MazingerNew regex as well
2005-12-07 Peter S. MazingerHide more
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-06 Peter S. MazingerMake use internal str*casecmp/wcscoll
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-28 Peter S. MazingerAllow internal_function to come from libc
2005-11-28 Peter S. MazingerAdd new regex code from glibc, this is almost double...
2005-11-28 Peter S. MazingerRename regex.c to regex_old.c
2005-11-28 Peter S. MazingerSync regex.h w/ glibc and make regex build w/ it
2005-11-27 Peter S. MazingerHide some wcs*
2005-11-27 Peter S. MazingerHide some of mem* and str*
2002-11-14 Eric AndersenAs released in uClibc 0.9.16, regex was being compiled...
2001-11-24 Eric AndersenSync regex with glibc 2.2.4. I need to add an option...
2001-06-07 David McCulloughThe m68k-elf compiler chokes on this code when compilin...
2001-05-26 Eric AndersenFix regex support to be compatible with 4.2 BSD regex...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2000-10-20 Eric AndersenA smaller, kinder, gentler regexp implementation.