summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regex.c
Commit message (Expand)AuthorAgeFilesLines
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-4/+0
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-261-3/+0
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-112/+25
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-16/+16
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-4/+4
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-11/+11
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-1/+0
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-3/+10
* Merge from trunk."Steven J. Hill"2006-02-271-31/+47
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-0/+3
* Merge from trunk."Steven J. Hill"2005-12-081-2/+12
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-0/+4
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-0/+9
* Merge from trunk."Steven J. Hill"2005-11-291-8324/+58
* 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