summaryrefslogtreecommitdiff
path: root/libc/string
AgeCommit message (Expand)Author
2006-01-07Congratulations! You get the stupid award for not including <signal.h> to"Steven J. Hill"
2006-01-03Lost wcschr()Peter S. Mazinger
2006-01-03Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger
2006-01-03Provide __tolower and use itPeter S. Mazinger
2006-01-03Revert a change until I find the textrel causePeter S. Mazinger
2006-01-03Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-12-14Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e.Eric Andersen
2005-12-08locale.h can't be includedPeter S. Mazinger
2005-12-08Hidden __xpg|glibc_strerror_rPeter S. Mazinger
2005-12-08Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06Correct syntax now...Peter S. Mazinger
2005-12-06Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger
2005-12-06Hide str*casecmp/*coll/*xfrm and make use of the internal versionsPeter S. Mazinger
2005-12-06Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger
2005-12-05Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-02No, '__mempcpy' is used by user-space applications, like coreutils for exampl..."Steven J. Hill"
2005-12-02Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*."Steven J. Hill"
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-12-01Remove test filePeter S. Mazinger
2005-12-01fix libc_hidden_builtin_defMike Frysinger
2005-11-29Paul Brook writes:Mike Frysinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-28Guard wcs* w/ WANT_WIDEPeter S. Mazinger
2005-11-27Hide some wcs*Peter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-11-26Unhide __mempcpy, provide __libc_mempcpy for internal usePeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-15Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook....Peter S. Mazinger
2005-11-15Correct Warning: function declaration isn't a prototypePeter S. Mazinger
2005-11-14undef functions needed for usage within libcPeter S. Mazinger
2005-11-14Split up wstring.c and use attribute_hiddenPeter S. Mazinger
2005-11-14Move to use attribute_hiddenPeter S. Mazinger
2005-11-14Corrections to splitted filesPeter S. Mazinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-12Add hidden versions, hope I made it correctly. Sparc optimized string functio...Peter S. Mazinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-11Add hidden versions, add missing .sizePeter S. Mazinger
2005-11-11Split up string.c, make internals hiddenPeter S. Mazinger
2005-11-11powerpc version of bzero using memsetPeter S. Mazinger
2005-11-11Split up MSRC file, bzero left outPeter S. Mazinger
2005-11-08Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger
2005-11-07Enable multi, because the arch specific versions are non-multi nowPeter S. Mazinger
2005-11-07Disable multi build on asm files. i386/powerpc could be used if the source is...Peter S. Mazinger