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
/
generic
Age
Commit message (
Expand
)
Author
2006-01-03
Use strong_alias everywhere instead of .global/.set. Correct some cases where...
Peter S. Mazinger
2005-12-08
Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases
Peter S. Mazinger
2005-12-06
Correct syntax now...
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-02
No, '__mempcpy' is used by user-space applications, like coreutils for exampl...
"Steven J. Hill"
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-29
Hiding again
Peter S. Mazinger
2005-11-27
Hide some of mem* and str*
Peter S. Mazinger
2005-11-26
Unhide __mempcpy, provide __libc_mempcpy for internal use
Peter S. Mazinger
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-15
Correct Warning: function declaration isn't a prototype
Peter S. Mazinger
2005-11-14
Move to use attribute_hidden
Peter S. Mazinger
2005-11-03
Enable IMA on libc/string/generic
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-22
weaks moved after the related function so gcc4 won't warn
Peter S. Mazinger
2005-01-25
merge parallel build support
Mike Frysinger
2004-09-02
Add a couple of mips-specific string funcs.
Manuel Novoa III