summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regex_old.c
Commit message (Expand)AuthorAgeFilesLines
* regex: call memcpy() ourselvesMike Frysinger2009-11-091-1/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-11/+12
* remove erroneous ';'Bernhard Reutner-Fischer2009-08-191-2/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-1/+1
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-261-4/+3
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-95/+12
* test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko2008-12-251-1/+12
* test/regex/tst-regex2.c: fix test failure. Next one is immediately after...Denis Vlasenko2008-12-251-1/+1
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-40/+17
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-9/+9
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-248/+208
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-22/+22
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-14/+12
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-3/+7
* Merge from trunk."Steven J. Hill"2006-02-271-40/+42
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-16/+24
* Merge from trunk."Steven J. Hill"2005-12-101-2/+4
* Merge from trunk."Steven J. Hill"2005-12-081-0/+5
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-2/+1
* Merge from trunk."Steven J. Hill"2005-11-291-0/+8383