index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
string
/
sparc
Age
Commit message (
Expand
)
Author
2008-12-13
Remove the rest of "bounded pointers" scaffolding. gcc website says"
Denis Vlasenko
2007-09-15
Blue Swirl writes:
Mike Frysinger
2007-07-29
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
2006-03-24
Correct build failure introduced by SUSV3_LEGACY option
Peter S. Mazinger
2006-03-23
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...
Peter S. Mazinger
2006-02-03
unify duplicated code cause i get tired of updating this stuff
Mike Frysinger
2006-02-01
remove hidden versions of bzero, unused in libc.so
Peter S. Mazinger
2006-01-30
Too many sparc versions ;-(, another hidden bcopy removed
Peter S. Mazinger
2006-01-30
Remove arch specific hidden bcopy
Peter S. Mazinger
2006-01-17
update strcoll stuff
Mike Frysinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-11
add aliases for strcoll when needed
Mike Frysinger
2006-01-03
Use strong_alias everywhere instead of .global/.set. Correct some cases where...
Peter S. Mazinger
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-12
Add hidden versions, hope I made it correctly. Sparc optimized string functio...
Peter S. Mazinger
2005-11-03
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...
Peter S. Mazinger
2005-10-29
Replace all Makefiles for new build infrastucture
Peter S. Mazinger
2005-10-28
Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...
Peter S. Mazinger
2005-10-25
All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...
Peter S. Mazinger
2005-10-12
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...
Peter S. Mazinger
2005-08-26
import sparc-optimized string functions from glibc
Mike Frysinger