summaryrefslogtreecommitdiff
path: root/libc/string/arm
AgeCommit message (Expand)Author
2016-06-19bugfix: ARM: memset.S: use unsigned comparisonsLucian Cojocar
2015-04-22arm: Add BX and BXC macrosBernhard Reutner-Fischer
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2009-07-01Correct ARM memcpy comments.Joseph Myers
2009-06-30Fix Thumb-2 memcpy.Joseph Myers
2008-10-25Use C implementation of strncmp.Khem Raj
2008-05-23arm memcpy: fix the case when src=dstDenis Vlasenko
2008-03-26Paul Brook writes:Bernhard Reutner-Fischer
2006-05-30Qunying Pan writes: Make strncmp weak hidden to fix link failures in building...Mike Frysinger
2006-03-23Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger
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-30Remove arch specific hidden bcopyPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger
2005-12-08locale.h can't be includedPeter S. Mazinger
2005-12-08Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger
2005-12-06Guard __strcoll/strcoll for C locales and use the same logic as elsewherePeter S. Mazinger
2005-11-29Paul Brook writes:Mike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-11Add hidden versions, add missing .sizePeter S. Mazinger
2005-11-07Disable multi build on asm files. i386/powerpc could be used if the source is...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-09-16make sure we treat count as size_t, not ssize_t ... fixes with help from khemMike Frysinger
2005-09-16syntax/whitespace touchupsMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-06-12Philip Craig at snapgear dot com writes:Eric Andersen
2004-03-18Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)Eric Andersen
2003-11-20Add missing weak alias for bcmpEric Andersen
2003-11-20Don't depend on BSD namingEric Andersen
2003-11-20Add an initial set of arm optimized string functions. TheseEric Andersen