OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / misc / regex /
2013-02-05 Bernhard Reutner... buildsys: switch libc to kbuild-style
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingeradapt regex to new regex.h
2012-06-15 Peter S. Mazingerregex_old.c: adapt to new regex.h
2012-06-15 Peter S. Mazingerregex_old.c: remove unneeded guard
2012-04-08 Mike Frysingerregex: silence set-but-unused warnings
2011-11-17 Bernhard Reutner... regex_old: make some internal helpers static
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerregcomp.c, aeabi_mb_cur_max.c: use unconditionally...
2011-02-14 Bernhard Reutner... regex: remove set but not used variable
2010-04-27 Roman I Khimovlibc/regex: fix internal_function declarations
2010-04-25 Carmelo Amorosolibc: Remove compiler warning due to old-style function...
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
2010-04-12 Carmelo Amorosolibc_regex: __libc_lock primitives are actually availab...
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-04 Denys Vlasenkoregex_old: convert static flag variable to smallint
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2010-01-23 Bernhard Reutner... silence some warnings about unused params
2009-11-09 Mike Frysingerregex: call memcpy() ourselves
2009-10-22 Mike Frysingerregex: call memcpy() ourselves
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-08-17 Bernhard Reutner... add hidden aliases for newer regex search functions
2009-07-28 Bernhard Reutner... remove erroneous ';'
2009-07-20 Mike Frysingerregex: convert #if to #ifdef
2009-07-20 Mike Frysingeradd hidden aliases for older regex search functions
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-26 Denis Vlasenkoconvert yet another old-style function definition
2008-12-26 Denis Vlasenkonew regex: stop confusing ourself with _LIBC being...
2008-12-26 Denis Vlasenkoregex: remove useless casts on allocations;
2008-12-26 Denis Vlasenkoregex: drop __<funcname> aliases. remove much of unused...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix the rest of testsuite...
2008-12-25 Denis Vlasenkotest/regex/tst-regex2.c: fix test failure. Next one...
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-09-19 Bernhard Reutner... - fix for r23427. Thanks to psm for mentioning this...
2008-09-18 Bernhard Reutner... - remove non stdc path (old style definitions). No...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-03 Denis Vlasenkofix trivial mismatch in return type of build_wcs_upper_...
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-20 Denis Vlasenkoreplace "if (p) free(p)" by just "free(p)" - free(NULL...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-02-12 Denis Vlasenkoadd hidden_proto's for __uc_malloc
2007-07-30 Denis Vlasenkomake regex_old.c, ruserpass.c use __uc_malloc,
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-03-23 Peter S. Mazingerselect needs sys/select.h, str[n]casecmp/ffs needs...
2006-03-22 Peter S. MazingerCorrect build if UCLIBC_HAS_CTYPE_TABLES is not defined
2006-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-02-28 Peter S. MazingerSync w/ glibc
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-07 Mike Frysingerinclude stdint.h and check __intptr_t_defined to see...
2006-01-30 Peter S. Mazingermake regex a little bit smaller
2006-01-29 Mike FrysingerBernhard Fischer writes: remove unused variables
2006-01-23 Peter S. MazingerGet rid of nested warnings
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-20 Mike Frysingerfix warning when sizeof uchar_t is 8 bits
2006-01-16 Peter S. Mazingers/weak_alias/strong_alias/, only what I knew as needed...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-15 Peter S. Mazingerget rid of warning if UCLIBC_HAS_CTYPE_TABLES is not...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-11 Peter S. MazingerApply patch used in sed for malloc(0)
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2005-12-16 Peter S. MazingerMacros are no good for jump relocs, hack to get rid...
2005-12-16 Peter S. MazingerUse hidden towupper in new regex
2005-12-16 Peter S. MazingerMake new regex build w/ WCHAR disabled, vapier, does...
2005-12-16 Peter S. MazingerNew regex as well
2005-12-16 Peter S. Mazingerglob/ftw/regex_old reworked. regex_old did not have...
2005-12-09 Peter S. Mazingermake new regex code use __mempcpy
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. MazingerUse internal versions
2005-12-07 Peter S. MazingerHide more
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-06 Peter S. MazingerMake use internal str*casecmp/wcscoll
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerForgotten that this file is special and does not accept...
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-28 Peter S. MazingerAllow internal_function to come from libc
2005-11-28 Peter S. MazingerCorrect regexec
2005-11-28 Peter S. MazingerAdd new regex code from glibc, this is almost double...
2005-11-28 Peter S. MazingerRename regex.c to regex_old.c
2005-11-28 Peter S. MazingerSync regex.h w/ glibc and make regex build w/ it
2005-11-27 Peter S. MazingerHide some wcs*
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
next