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
/
i386
Age
Commit message (
Expand
)
Author
2005-11-14
Corrections to splitted files
Peter S. Mazinger
2005-11-11
Split up string.c, make internals hidden
Peter S. Mazinger
2005-11-08
Remove #define _STDIO_UTILITY, can't find any use of it
Peter S. Mazinger
2005-11-07
Disable multi build on asm files. i386/powerpc could be used if the source is...
Peter S. Mazinger
2005-11-01
Only because of multi sources I had to touch up these and add code duplication
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-09-05
fix string functions to not treat the size_t as ssize_t
Mike Frysinger
2005-01-25
merge parallel build support
Mike Frysinger
2003-11-06
Add in aliases provided by the non arch specific implementations
Eric Andersen
2003-11-06
The curse of cut-n-paste
Eric Andersen
2003-11-06
Add some initial x86 string optimizations. These make no attempt to use nifty
Eric Andersen