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
/
powerpc
Age
Commit message (
Expand
)
Author
2008-10-31
- improve readability, no objcode changes.
Bernhard Reutner-Fischer
2008-09-15
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-04-24
- fixup asm. No object-code changes
Bernhard Reutner-Fischer
2006-02-03
unify duplicated code cause i get tired of updating this stuff
Mike Frysinger
2006-01-23
Correct memcpy use
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
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-14
undef functions needed for usage within libc
Peter S. Mazinger
2005-11-11
Split up MSRC file, bzero left out
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-06-21
Fic gcc 4.0 compilation. Still no confimation that this works on
Joakim Tjernlund
2005-01-25
merge parallel build support
Mike Frysinger
2004-03-18
Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3)
Eric Andersen
2004-01-27
Joakim Tjernlund writes:
Eric Andersen