index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
string
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct ARM memcpy comments.
Joseph Myers
2009-07-01
1
-1
/
+2
*
Fix Thumb-2 memcpy.
Joseph Myers
2009-06-30
1
-1
/
+1
*
Use C implementation of strncmp.
Khem Raj
2008-10-25
1
-101
/
+0
*
arm memcpy: fix the case when src=dst
Denis Vlasenko
2008-05-23
1
-2
/
+1
*
Paul Brook writes:
Bernhard Reutner-Fischer
2008-03-26
10
-18
/
+377
*
Qunying Pan writes: Make strncmp weak hidden to fix link failures in building...
Mike Frysinger
2006-05-30
1
-1
/
+1
*
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...
Peter S. Mazinger
2006-03-23
3
-0
/
+10
*
unify duplicated code cause i get tired of updating this stuff
Mike Frysinger
2006-02-03
2
-30
/
+3
*
remove hidden versions of bzero, unused in libc.so
Peter S. Mazinger
2006-02-01
1
-2
/
+0
*
Khem Raj says:
Mike Frysinger
2006-01-31
6
-12
/
+52
*
Remove arch specific hidden bcopy
Peter S. Mazinger
2006-01-30
1
-2
/
+0
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
9
-59
/
+50
*
Use strong_alias everywhere instead of .global/.set. Correct some cases where...
Peter S. Mazinger
2006-01-03
10
-23
/
+38
*
locale.h can't be included
Peter S. Mazinger
2005-12-08
1
-2
/
+2
*
Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases
Peter S. Mazinger
2005-12-08
1
-2
/
+2
*
Guard __strcoll/strcoll for C locales and use the same logic as elsewhere
Peter S. Mazinger
2005-12-06
1
-2
/
+6
*
Paul Brook writes:
Mike Frysinger
2005-11-29
1
-0
/
+1
*
Remove TOPDIR
Peter S. Mazinger
2005-11-21
1
-3
/
+1
*
Add hidden versions, add missing .size
Peter S. Mazinger
2005-11-11
9
-26
/
+62
*
Disable multi build on asm files. i386/powerpc could be used if the source is...
Peter S. Mazinger
2005-11-07
1
-1
/
+1
*
Replace all Makefiles for new build infrastucture
Peter S. Mazinger
2005-10-29
1
-33
/
+8
*
Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...
Peter S. Mazinger
2005-10-28
1
-1
/
+0
*
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...
Peter S. Mazinger
2005-10-25
1
-0
/
+28
*
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...
Peter S. Mazinger
2005-10-12
1
-8
/
+9
*
make sure we treat count as size_t, not ssize_t ... fixes with help from khem
Mike Frysinger
2005-09-16
1
-3
/
+4
*
syntax/whitespace touchups
Mike Frysinger
2005-09-16
10
-50
/
+44
*
merge parallel build support
Mike Frysinger
2005-01-25
1
-5
/
+5
*
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
Eric Andersen
2004-12-22
1
-1
/
+1
*
Philip Craig at snapgear dot com writes:
Eric Andersen
2004-06-12
1
-1
/
+10
*
Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)
Eric Andersen
2004-03-18
1
-3
/
+5
*
Add missing weak alias for bcmp
Eric Andersen
2003-11-20
1
-0
/
+4
*
Don't depend on BSD naming
Eric Andersen
2003-11-20
1
-12
/
+12
*
Add an initial set of arm optimized string functions. These
Eric Andersen
2003-11-20
11
-0
/
+1116