summaryrefslogtreecommitdiff
path: root/libc/string
AgeCommit message (Expand)Author
2007-09-15pull from Blackfin repo: cleanup string funcsMike Frysinger
2007-09-15Blue Swirl writes:Mike Frysinger
2007-09-15add strerror_r symbol alias as some autotool based packages simply use AC_CHE...Mike Frysinger
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
2007-03-11Patch from Al Stone to fix ia64:Rob Landley
2007-02-08pull in features.h so we have access to config definesMike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-10-19Make strdup() use memcpy() rather than strcpy() to duplicate the string. Peter Kjellerstedt
2006-06-27revert previous nops in strcmp as they are not needed hereMike Frysinger
2006-06-27blackfin needs NOPs after the loop end when the last statement in the loop is...Mike Frysinger
2006-05-30Qunying Pan writes: Make strncmp weak hidden to fix link failures in building...Mike Frysinger
2006-05-30import some optimized functions from blackfin cvsMike Frysinger
2006-05-26Amir Shalem writes:Mike Frysinger
2006-05-15fix signed warningsMike Frysinger
2006-03-24Correct build failure introduced by SUSV3_LEGACY optionPeter S. Mazinger
2006-03-23Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger
2006-03-23Mark some functions as BSD onlyPeter S. Mazinger
2006-03-23select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-22wcscoll_l.o does not existPeter S. Mazinger
2006-02-22exclude 2 more files from multiPeter S. Mazinger
2006-02-15strcoll for non-localePeter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-04fix buildingMike Frysinger
2006-02-04import files from glibc for an ia64/static portMike Frysinger
2006-02-03unify duplicated code cause i get tired of updating this stuffMike Frysinger
2006-02-01remove hidden versions of bzero, unused in libc.soPeter S. Mazinger
2006-01-31Khem Raj says:Mike Frysinger
2006-01-30Too many sparc versions ;-(, another hidden bcopy removedPeter S. Mazinger
2006-01-30Remove arch specific hidden bcopyPeter S. Mazinger
2006-01-30Change the only bcopy user to memmove and remove internal version of bcopyPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-23Correct memcpy usePeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-18check for signal existence rather than using arch definesMike Frysinger
2006-01-17update strcoll stuffMike Frysinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-14get rid of strcmp jump relocPeter S. Mazinger
2006-01-14DODEBUG=y and XLOCALE as wellPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14s/libc_hidden_proto/libc_hidden_def/Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-11add aliases for strcoll when neededMike Frysinger
2006-01-09copy strcoll aliases from armMike Frysinger
2006-01-09add missing __strcoll aliasMike Frysinger
2006-01-08hide internal _string_syssigmsgs symbolMike Frysinger
2006-01-08hide internal _string_syserrmsgsMike Frysinger