OSDN Git Service

A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
authorEric Andersen <andersen@codepoet.org>
Thu, 11 Jan 2001 11:42:17 +0000 (11:42 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 11 Jan 2001 11:42:17 +0000 (11:42 -0000)
commitae97a89e1a1a9833080dccc81f6cd26784e1b964
tree6ff1ddc7e3980591c7fd0bbd5d9b8ac82da12886
parentabdc3e4d06db2b9d93c509774fc7c4fde918ec8e
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
62 files changed:
Makefile
Rules.mak
extra/Makefile [new file with mode: 0644]
extra/gcc-uClibc/Makefile [new file with mode: 0644]
extra/gcc-uClibc/gcc-uClibc.c [new file with mode: 0644]
include/getopt.h
include/stdio.h
include/sys/param.h
libc/inet/Makefile
libc/inet/resolv.c
libc/inet/rpc/Makefile
libc/misc/Makefile
libc/misc/assert/Makefile
libc/misc/fnmatch/Makefile
libc/misc/glob/Makefile
libc/misc/internals/Makefile
libc/misc/lock/Makefile
libc/misc/lsearch/Makefile
libc/misc/mntent/Makefile
libc/misc/regex/Makefile
libc/misc/syslog/Makefile
libc/misc/time/Makefile
libc/pwd_grp/Makefile
libc/signal/Makefile
libc/stdio/Makefile
libc/stdio/printf.c
libc/stdio/stdio.c
libc/stdlib/Makefile
libc/stdlib/atexit.c
libc/stdlib/malloc-930716/Makefile [new file with mode: 0644]
libc/stdlib/malloc-930716/README [new file with mode: 0644]
libc/stdlib/malloc-930716/calloc.c [new file with mode: 0644]
libc/stdlib/malloc-930716/free.c [new file with mode: 0644]
libc/stdlib/malloc-930716/malloc.c [new file with mode: 0644]
libc/stdlib/malloc-930716/malloc.h [new file with mode: 0644]
libc/stdlib/malloc-930716/memalign.c [new file with mode: 0644]
libc/stdlib/malloc-930716/morecore.c [new file with mode: 0644]
libc/stdlib/malloc-930716/realloc.c [new file with mode: 0644]
libc/stdlib/malloc-930716/valloc.c [new file with mode: 0644]
libc/stdlib/malloc-simple/Makefile
libc/stdlib/malloc/Makefile
libc/stdlib/qsort.c
libc/stdlib/system.c
libc/string/Makefile
libc/string/strerror.c
libc/string/strsignal.c
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/str_syscalls.sh [new file with mode: 0755]
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/common/unified_syscall_i386.h [new file with mode: 0644]
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/__init_brk.c [new file with mode: 0644]
libc/sysdeps/linux/i386/__uClibc_syscall.S [new file with mode: 0644]
libc/sysdeps/linux/i386/brk.c [new file with mode: 0644]
libc/sysdeps/linux/i386/sbrk.c [new file with mode: 0644]
libc/termios/Makefile
libc/unistd/Makefile
libc/unistd/getopt.c
libc/unistd/getpass.c
libc/unistd/gnu_getopt.c [new file with mode: 0644]
test/string/Makefile