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
/
wordexp
Age
Commit message (
Expand
)
Author
2005-12-14
include features.h instead of sys/cdefs.h
Mike Frysinger
2005-12-10
Switch fread/fwrite/fclose/pipe/sigsetmask users
Peter S. Mazinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-07
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Peter S. Mazinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
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-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-01-25
merge parallel build support
Mike Frysinger
2003-10-18
Peter Kjellerstedt writes:
Eric Andersen
2003-08-24
conditionally add wordexp, in this case ripped from glibc.
Eric Andersen
2001-03-13
Delete wordexp. There isn't much point in having this since
Eric Andersen
2001-03-08
Add in wordexp support (mostly stubbed out for now) since the busybox
Eric Andersen