OSDN Git Service

uClibc_main: add the needed support for nptl
[uclinux-h8/uClibc.git] / libc / misc / regex /
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...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-01-25 Mike Frysingermerge parallel build support
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2002-11-14 Eric AndersenAs released in uClibc 0.9.16, regex was being compiled...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-24 Eric AndersenSync regex with glibc 2.2.4. I need to add an option...
2001-06-07 David McCulloughThe m68k-elf compiler chokes on this code when compilin...
2001-05-26 Eric AndersenFix regex support to be compatible with 4.2 BSD regex...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-20 Eric AndersenA smaller, kinder, gentler regexp implementation.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenMore cleanups
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...