summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* silence some warnings about unused paramsBernhard Reutner-Fischer2010-01-231-1/+1
* regex: call memcpy() ourselvesMike Frysinger2009-10-221-1/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-182-14/+12
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-171-0/+2
* remove erroneous ';'Bernhard Reutner-Fischer2009-07-281-2/+2
* regex: convert #if to #ifdefMike Frysinger2009-07-202-2/+2
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-274-8/+4
* convert yet another old-style function definitionDenis Vlasenko2008-12-261-5/+5
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-265-165/+88
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-264-92/+96
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-266-341/+52
* 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
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-6/+6
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-34/+11
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-204-23/+23
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-4/+4
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-3/+3
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - fix for r23427. Thanks to psm for mentioning this and sorry for the breakageBernhard Reutner-Fischer2008-09-191-7/+7
* - remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer2008-09-181-248/+208
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-235-42/+42
* - fix inline keywordBernhard Reutner-Fischer2008-07-234-12/+12
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-7/+3
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko2008-06-031-1/+1
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-0/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-7/+4
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-192-16/+16
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-301-3/+6
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-0/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+3
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-224-7/+15
* Sync w/ glibcPeter S. Mazinger2006-02-284-5/+8
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-12/+9
* include stdint.h and check __intptr_t_defined to see if we need to setup uint...Mike Frysinger2006-02-071-1/+2
* make regex a little bit smallerPeter S. Mazinger2006-01-303-3/+7
* Bernhard Fischer writes: remove unused variablesMike Frysinger2006-01-291-2/+0
* Get rid of nested warningsPeter S. Mazinger2006-01-231-4/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-5/+0
* fix warning when sizeof uchar_t is 8 bitsMike Frysinger2006-01-201-0/+4