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
/
misc
/
error
Age
Commit message (
Expand
)
Author
2005-12-16
Convert users
Peter S. Mazinger
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
Use internal \*_strerror_r
Peter S. Mazinger
2005-12-08
Reorder so that no prototype is needed. Is there a better way to get rid of g...
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-27
Hide some of mem* and str*
Peter S. Mazinger
2005-11-21
Remove TOPDIR
Peter S. Mazinger
2005-11-01
Remove last unused references to libc-a-pic-, we use only the lists in libc-a...
Peter S. Mazinger
2005-10-29
Replace all Makefiles for new build infrastucture
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-07-28
Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc
Manuel Novoa III
2005-01-25
merge parallel build support
Mike Frysinger
2004-03-11
Rewrite the err/warn functions as they were broken (__noreturn__ funcs
Manuel Novoa III
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
2003-10-09
Patch from Rob McMullen:
Eric Andersen
2002-04-05
Add a fun pointer to make apps happy
Eric Andersen
2002-03-15
Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>
Eric Andersen