OSDN Git Service

fix ARM types that are known to have MMU's to select ARCH_HAS_MMU
[uclinux-h8/uClibc.git] / libc / string /
2006-02-04 Mike Frysingerfix building
2006-02-04 Mike Frysingerimport files from glibc for an ia64/static port
2006-02-03 Mike Frysingerunify duplicated code cause i get tired of updating...
2006-02-01 Peter S. Mazingerremove hidden versions of bzero, unused in libc.so
2006-01-31 Mike FrysingerKhem Raj says:
2006-01-30 Peter S. MazingerToo many sparc versions ;-(, another hidden bcopy removed
2006-01-30 Peter S. MazingerRemove arch specific hidden bcopy
2006-01-30 Peter S. MazingerChange the only bcopy user to memmove and remove intern...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-23 Peter S. MazingerCorrect memcpy use
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-18 Mike Frysingercheck for signal existence rather than using arch defines
2006-01-17 Mike Frysingerupdate strcoll stuff
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingerget rid of strcmp jump reloc
2006-01-14 Peter S. MazingerDODEBUG=y and XLOCALE as well
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingers/libc_hidden_proto/libc_hidden_def/
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-11 Mike Frysingeradd aliases for strcoll when needed
2006-01-09 Mike Frysingercopy strcoll aliases from arm
2006-01-09 Mike Frysingeradd missing __strcoll alias
2006-01-08 Mike Frysingerhide internal _string_syssigmsgs symbol
2006-01-08 Mike Frysingerhide internal _string_syserrmsgs
2006-01-07 "Steven J. Hill"Congratulations! You get the stupid award for not inclu...
2006-01-03 Peter S. MazingerLost wcschr()
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2006-01-03 Peter S. MazingerProvide __tolower and use it
2006-01-03 Peter S. MazingerRevert a change until I find the textrel cause
2006-01-03 Peter S. MazingerComplete split of all the string functions. Hope haven...
2006-01-03 Peter S. MazingerUse strong_alias everywhere instead of .global/.set...
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2005-12-14 Eric AndersenFixup byte order handling. Not all architectures defin...
2005-12-08 Peter S. Mazingerlocale.h can't be included
2005-12-08 Peter S. MazingerHidden __xpg|glibc_strerror_r
2005-12-08 Peter S. MazingerUse hidden_strong_alias for alias(__x,__y), do not...
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-06 Peter S. MazingerCorrect syntax now...
2005-12-06 Peter S. MazingerUse correct syntax, correct weak/strong for [__]strxfrm
2005-12-06 Peter S. MazingerHide str*casecmp/*coll/*xfrm and make use of the intern...
2005-12-06 Peter S. MazingerGuard __strcoll/strcoll for C locales and use the same...
2005-12-05 Peter S. MazingerSync w/ glibc and disable everything uClibc does not...
2005-12-03 Peter S. Mazinger_uintmaxtostr is only internally used, we do not need...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-02 "Steven J. Hill"No, '__mempcpy' is used by user-space applications...
2005-12-02 "Steven J. Hill"Enable alias for 'bcopy' otherwise BusyBox will not...
2005-12-01 Peter S. MazingerHide mostly used functions
2005-12-01 Peter S. MazingerRemove test file
2005-12-01 Mike Frysingerfix libc_hidden_builtin_def
2005-11-29 Mike FrysingerPaul Brook writes:
2005-11-29 Peter S. MazingerHiding again
2005-11-28 Peter S. MazingerGuard wcs* w/ WANT_WIDE
2005-11-27 Peter S. MazingerHide some wcs*
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-26 Peter S. MazingerUnhide __mempcpy, provide __libc_mempcpy for internal use
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-15 Peter S. MazingerCorrect build if locales are enabled s/wcslcpy/wcsxfrm...
2005-11-15 Peter S. MazingerCorrect Warning: function declaration isn't a prototype
2005-11-14 Peter S. Mazingerundef functions needed for usage within libc
2005-11-14 Peter S. MazingerSplit up wstring.c and use attribute_hidden
2005-11-14 Peter S. MazingerMove to use attribute_hidden
2005-11-14 Peter S. MazingerCorrections to splitted files
2005-11-12 Peter S. MazingerAdd hidden versions
2005-11-12 Peter S. MazingerAdd hidden versions, hope I made it correctly. Sparc...
2005-11-12 Peter S. MazingerAdd hidden versions
2005-11-12 Peter S. MazingerAdd hidden versions
2005-11-11 Peter S. MazingerAdd hidden versions, add missing .size
2005-11-11 Peter S. MazingerSplit up string.c, make internals hidden
2005-11-11 Peter S. Mazingerpowerpc version of bzero using memset
2005-11-11 Peter S. MazingerSplit up MSRC file, bzero left out
2005-11-08 Peter S. MazingerRemove #define _STDIO_UTILITY, can't find any use of it
2005-11-07 Peter S. MazingerEnable multi, because the arch specific versions are...
2005-11-07 Peter S. MazingerDisable multi build on asm files. i386/powerpc could...
2005-11-04 Peter S. MazingerCorrect XLOCALE enabled builds pointed out by nitinkg
2005-11-03 Peter S. MazingerLast bits for IMA, now everything can be built w/ DOMUL...
2005-11-03 Peter S. MazingerEnable IMA on libc/string/generic
2005-11-01 Peter S. MazingerOnly because of multi sources I had to touch up these...
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-28 Peter S. MazingerRenamed arch specific Makefile.in to Makefile.arch...
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-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2005-09-21 Mike Frysingermerge x86_64 optimized string support
2005-09-16 Mike Frysingermake sure we treat count as size_t, not ssize_t .....
2005-09-16 Mike Frysingersyntax/whitespace touchups
2005-09-05 Mike Frysingerfix string functions to not treat the size_t as ssize_t
2005-08-26 Mike Frysingerimport sparc-optimized string functions from glibc
2005-08-18 Mike Frysingerremove 0.9.27 compat alias
2005-08-16 Mike Frysingeradd a 0.9.27 compat symbol (_glibc_strerror_r) since...
2005-07-30 Manuel Novoa III sjhill appears confused. vapier's earlier commit of...
2005-07-30 "Steven J. Hill"The newly added __glibc_strerror_r function is probably...
2005-07-28 Manuel Novoa III Fix string.h. Change our _susv3_strerror_r to __xpg_st...
2005-06-21 Joakim TjernlundFic gcc 4.0 compilation. Still no confimation that...
2005-01-25 Mike Frysingermerge parallel build support
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to consistantly use "ASFLAGS"
2004-09-02 Manuel Novoa III Add a couple of mips-specific string funcs.
2004-09-02 Manuel Novoa III Fix a couple of symbol name issues.
next