summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regex.c
Commit message (Expand)AuthorAgeFilesLines
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+4
* Hide mostly used functionsPeter S. Mazinger2005-12-011-0/+9
* Allow internal_function to come from libcPeter S. Mazinger2005-11-281-1/+0
* Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger2005-11-281-0/+105
* Rename regex.c to regex_old.cPeter S. Mazinger2005-11-281-8383/+0
* Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger2005-11-281-0/+1
* Hide some wcs*Peter S. Mazinger2005-11-271-0/+1
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+11
* As released in uClibc 0.9.16, regex was being compiled withoutEric Andersen2002-11-141-2/+2
* Sync regex with glibc 2.2.4. I need to add an option to selectEric Andersen2001-11-241-4300/+6942
* The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough2001-06-071-1129/+1128
* Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen2001-05-261-0/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-0/+3
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-201-0/+5725