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
Age
Commit message (
Collapse
)
Author
2005-12-08
Use internal \*_strerror_r
Peter S. Mazinger
2005-12-08
Hidden __xpg|glibc_strerror_r
Peter S. Mazinger
2005-12-08
Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it
Peter S. Mazinger
2005-12-08
Hide mallinfo
Peter S. Mazinger
2005-12-08
Use __strtod
Peter S. Mazinger
2005-12-08
Hide __strtofpmax, implement some hiddens
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-08
Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases
Peter S. Mazinger
2005-12-08
Do __sleep, should we make it weak, so that libpthread can overwrite it?
Peter S. Mazinger
2005-12-08
Implement __strto* __wcsto* and hide _stdlib_wcsto*
Peter S. Mazinger
2005-12-08
Hide some of the f* *printf, use them as well
Peter S. Mazinger
2005-12-08
Implement __tfind/__lfind and use them
Peter S. Mazinger
2005-12-08
Reorder and remove prototypes
Peter S. Mazinger
2005-12-08
Reorder so that no prototype is needed. Is there a better way to get rid of ↵
Peter S. Mazinger
gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-(
2005-12-08
Enable __iswctype_l prototype
Peter S. Mazinger
2005-12-08
Again rpc ;-( , all *inet*, *addr*
Peter S. Mazinger
2005-12-08
Use __open|__closedir
Peter S. Mazinger
2005-12-08
Do ppc specific __ioctl too
Peter S. Mazinger
2005-12-08
Use __gettimeofday
Peter S. Mazinger
2005-12-08
Implement __x versions
Peter S. Mazinger
2005-12-08
Correct use of __*log
Peter S. Mazinger
2005-12-08
Implement __mknod and use it
Peter S. Mazinger
2005-12-08
Add hidden versions
Peter S. Mazinger
2005-12-08
Hide __syscall_ipc
Peter S. Mazinger
2005-12-08
Missed alias to xdr_string, thanks sjhill
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-07
No more *xdr* jump relocations
Peter S. Mazinger
2005-12-07
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Peter S. Mazinger
2005-12-06
Correct typo, iconv binary does not use the internal versions
Peter S. Mazinger
2005-12-06
Make use internal str*casecmp/wcscoll
Peter S. Mazinger
2005-12-06
Get rid again of memset reloc
Peter S. Mazinger
2005-12-06
Correct syntax now...
Peter S. Mazinger
2005-12-06
Use correct syntax, correct weak/strong for [__]strxfrm
Peter S. Mazinger
2005-12-06
Add prototype for __time, #define time __time is not usable here
Peter S. Mazinger
2005-12-06
Hide strftime/strptime/wcsftime and make use of internals
Peter S. Mazinger
2005-12-06
Add needed prototypes removed from generic header
Peter S. Mazinger
2005-12-06
Hide str*casecmp/*coll/*xfrm and make use of the internal versions
Peter S. Mazinger
2005-12-06
Guard __strcoll/strcoll for C locales and use the same logic as elsewhere
Peter S. Mazinger
2005-12-06
Yeah, suck it up. I'm tired of merging stuff.
"Steven J. Hill"
2005-12-06
Get rid of compiler warning.
"Steven J. Hill"
2005-12-06
We need these aliases to stay so that NPTL can override them.
"Steven J. Hill"
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-06
only define offsetof macro if it isnt already defined
Mike Frysinger
2005-12-06
a small TODO
Mike Frysinger
2005-12-05
Sync w/ glibc and disable everything uClibc does not provide
Peter S. Mazinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-03
Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵
Peter S. Mazinger
x_internal, do not use cascading aliases
2005-12-03
_uintmaxtostr is only internally used, we do not need a rename, ↵
Peter S. Mazinger
uClibc_uintmaxtostr.h is only internal header, remove from target
2005-12-03
Remove unneeded weak
Peter S. Mazinger
2005-12-03
Hide setstate_r, test
Peter S. Mazinger
[next]