summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-19Merge glibc random, which gets us a much better RNG and aEric Andersen
2002-03-19Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen
2002-03-19Resolve symlinks when determining the real ld.so path, which isEric Andersen
2002-03-19Cleanup header files a bit.Eric Andersen
2002-03-18Let older arm cross compilers workEric Andersen
2002-03-18Add initial support for compiling cpp code.Eric Andersen
2002-03-17Enable trace support by default, since it only costs 300 bytesEric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
2002-03-16Build crti.o and crtn.o with optimization enabledEric Andersen
2002-03-16Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>.Manuel Novoa III
2002-03-15Oops. Forgot to check this one inEric Andersen
2002-03-15Add strptime, and commonize some locale stringsEric Andersen
2002-03-15Don't let this worry about _init and _finiEric Andersen
2002-03-15Fix location of crt0.oEric Andersen
2002-03-15Add missing updwtmp() and fix broken makefileEric Andersen
2002-03-15Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen
2002-03-15Hide libc specific junk inside a #ifdef _LIBC to avoidEric Andersen
2002-03-15Fix non-elf support (in theory). Revert misguided change suggestedEric Andersen
2002-03-14Fix link to daily snapshotEric Andersen
2002-03-14Update the config script to behave a bit betterEric Andersen
2002-03-14Oops! When I fixed the debug flags, I forgot to make things beEric Andersen
2002-03-14Setup so ctors/dtors can run. Disabled for now, since they doEric Andersen
2002-03-14Don't call null ctors/dtors.Eric Andersen
2002-03-14Do not enable debugging for initfini.s and friends. Won't work anyways.Eric Andersen
2002-03-14Add implementations of strtof() and strtold(). These are a bitEric Andersen
2002-03-14This should be the last piece needed to make constructors work (usingEric Andersen
2002-03-14Add some symbols needed for C++ to work. Temporary hack...Eric Andersen
2002-03-14Remove an unused variableEric Andersen
2002-03-14I vow to rerun _all_ the tests before making commits. :-(Manuel Novoa III
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-13Merge in an ugly pile of rand* functions from glibc. :(Eric Andersen
2002-03-13Remove the chdir, so we can test things like empty directoriesEric Andersen
2002-03-13Modified because of the new str to int funcs.Manuel Novoa III
2002-03-13New versions of the various string to int functions which are smallerManuel Novoa III
2002-03-13Fix stdin/stdout initialization of buffering type. I had changed theManuel Novoa III
2002-03-13Oops... forgot to update abort.c.Manuel Novoa III
2002-03-13Apply Miles Bader's missing __va_copy() fix.Manuel Novoa III
2002-03-12Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III
2002-03-12So much for fcntl flags being resonably consistent across archs... (hopefully)Manuel Novoa III
2002-03-12Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option.Manuel Novoa III
2002-03-12Oops.. had left thread support forced on.Manuel Novoa III
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-03-12Update to my current todo list.Manuel Novoa III
2002-03-12Fix thinkoEric Andersen
2002-03-12Fixup redefinition of NL_ARGMAXEric Andersen
2002-03-12Deal with cvs "feature"... or is that cvs _user_...Manuel Novoa III
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-03-11Add thread support. Eliminate the useless extra "sEric Andersen
2002-03-11Fix broken linksEric Andersen
2002-03-11Fixup ldd behavior to match recent ldso changeEric Andersen