OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / string / arm /
2014-06-12 Yann E. MORINarm: move check for BX to its own header
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-07-01 Joseph MyersCorrect ARM memcpy comments.
2009-06-30 Joseph MyersFix Thumb-2 memcpy.
2008-10-25 Khem RajUse C implementation of strncmp.
2008-05-23 Denis Vlasenkoarm memcpy: fix the case when src=dst
2008-03-26 Bernhard Reutner... Paul Brook writes:
2006-05-30 Mike FrysingerQunying Pan writes: Make strncmp weak hidden to fix...
2006-03-23 Peter S. MazingerAdd new option for SuSv3 legacy functions and use it...
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. MazingerRemove arch specific hidden bcopy
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-03 Peter S. MazingerUse strong_alias everywhere instead of .global/.set...
2005-12-08 Peter S. Mazingerlocale.h can't be included
2005-12-08 Peter S. MazingerUse hidden_strong_alias for alias(__x,__y), do not...
2005-12-06 Peter S. MazingerGuard __strcoll/strcoll for C locales and use the same...
2005-11-29 Mike FrysingerPaul Brook writes:
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-11 Peter S. MazingerAdd hidden versions, add missing .size
2005-11-07 Peter S. MazingerDisable multi build on asm files. i386/powerpc could...
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-16 Mike Frysingermake sure we treat count as size_t, not ssize_t .....
2005-09-16 Mike Frysingersyntax/whitespace touchups
2005-01-25 Mike Frysingermerge parallel build support
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to consistantly use "ASFLAGS"
2004-06-12 Eric AndersenPhilip Craig at snapgear dot com writes:
2004-03-18 Eric AndersenSupply '__bzero' with 'bzero' as just a weak alias...
2003-11-20 Eric AndersenAdd missing weak alias for bcmp
2003-11-20 Eric AndersenDon't depend on BSD naming
2003-11-20 Eric AndersenAdd an initial set of arm optimized string functions...