OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libc / misc / regex / regex_old.c
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
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
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-04 Denys Vlasenkoregex_old: convert static flag variable to smallint
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-07-28 Bernhard Reutner... remove erroneous ';'
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 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, just a few functions
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-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
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-03-22 Peter S. MazingerMark some functions as GNU, provide missing hidden...
2006-02-07 Mike Frysingerinclude stdint.h and check __intptr_t_defined to see...
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-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2005-12-16 Peter S. Mazingerglob/ftw/regex_old reworked. regex_old did not have...
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-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. MazingerRename regex.c to regex_old.c