summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex
Commit message (Expand)AuthorAgeFilesLines
* - 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
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-163-24/+24
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+7
* get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger2006-01-151-0/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-58/+65
* Apply patch used in sed for malloc(0)Peter S. Mazinger2006-01-111-2/+3
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-033-4/+4
* Macros are no good for jump relocs, hack to get rid of one introduced my new ...Peter S. Mazinger2005-12-161-0/+3
* Use hidden towupper in new regexPeter S. Mazinger2005-12-161-0/+1
* Make new regex build w/ WCHAR disabled, vapier, does it now work for you?Peter S. Mazinger2005-12-162-0/+6
* New regex as wellPeter S. Mazinger2005-12-161-0/+2
* glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabledPeter S. Mazinger2005-12-161-15/+23
* make new regex code use __mempcpyPeter S. Mazinger2005-12-091-1/+1
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+1
* Use internal versionsPeter S. Mazinger2005-12-081-2/+3
* Hide morePeter S. Mazinger2005-12-072-0/+2
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-073-15/+25
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-062-0/+3
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+4
* Forgotten that this file is special and does not accept hidden, __mempcpy is ...Peter S. Mazinger2005-12-011-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-012-3/+11
* Allow internal_function to come from libcPeter S. Mazinger2005-11-282-2/+1
* Correct regexecPeter S. Mazinger2005-11-281-0/+2
* Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger2005-11-287-0/+10691