OSDN Git Service

uclinux-h8/uClibc.git
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-16 Eric AndersenRemove the C++ support stubs, since these now live...
2002-03-16 Eric AndersenBuild crti.o and crtn.o with optimization enabled
2002-03-16 Manuel Novoa... Fix a pointer bug in setvbuf reported by Bart Visscher...
2002-03-15 Eric AndersenOops. Forgot to check this one in
2002-03-15 Eric AndersenAdd strptime, and commonize some locale strings
2002-03-15 Eric AndersenDon't let this worry about _init and _fini
2002-03-15 Eric AndersenFix location of crt0.o
2002-03-15 Eric AndersenAdd missing updwtmp() and fix broken makefile
2002-03-15 Eric AndersenSupport gnu error(), patch contributed by Andrew Ip...
2002-03-15 Eric AndersenHide libc specific junk inside a #ifdef _LIBC to avoid
2002-03-15 Eric AndersenFix non-elf support (in theory). Revert misguided...
2002-03-14 Eric AndersenFix link to daily snapshot
2002-03-14 Eric AndersenUpdate the config script to behave a bit better
2002-03-14 Eric AndersenOops! When I fixed the debug flags, I forgot to make...
2002-03-14 Eric AndersenSetup so ctors/dtors can run. Disabled for now, since...
2002-03-14 Eric AndersenDon't call null ctors/dtors.
2002-03-14 Eric AndersenDo not enable debugging for initfini.s and friends...
2002-03-14 Eric AndersenAdd implementations of strtof() and strtold(). These...
2002-03-14 Eric AndersenThis should be the last piece needed to make constructo...
2002-03-14 Eric AndersenAdd some symbols needed for C++ to work. Temporary...
2002-03-14 Eric AndersenRemove an unused variable
2002-03-14 Manuel Novoa... I vow to rerun _all_ the tests before making commits...
2002-03-13 Eric AndersenBuild our own crti.o and crtn.o with a cross arch metho...
2002-03-13 Eric AndersenMerge in an ugly pile of rand* functions from glibc...
2002-03-13 Eric AndersenRemove the chdir, so we can test things like empty...
2002-03-13 Manuel Novoa... Modified because of the new str to int funcs.
2002-03-13 Manuel Novoa... New versions of the various string to int functions...
2002-03-13 Manuel Novoa... Fix stdin/stdout initialization of buffering type....
2002-03-13 Manuel Novoa... Oops... forgot to update abort.c.
2002-03-13 Manuel Novoa... Apply Miles Bader's missing __va_copy() fix.
2002-03-12 Manuel Novoa... Fix another O_LARGEFILE bug. Also, I forget to make...
2002-03-12 Manuel Novoa... So much for fcntl flags being resonably consistent...
2002-03-12 Manuel Novoa... Fix fflush(NULL) and tweak _stdio_term() for the unbuff...
2002-03-12 Manuel Novoa... Oops.. had left thread support forced on.
2002-03-12 Eric AndersenFix a segfault in scandir for empty directories. After...
2002-03-12 Manuel Novoa... Update to my current todo list.
2002-03-12 Eric AndersenFix thinko
2002-03-12 Eric AndersenFixup redefinition of NL_ARGMAX
2002-03-12 Manuel Novoa... Deal with cvs "feature"... or is that cvs _user_...
2002-03-12 Manuel Novoa... Swap in the new stdio code.
2002-03-11 Eric AndersenAdd thread support. Eliminate the useless extra "s
2002-03-11 Eric AndersenFix broken links
2002-03-11 Eric AndersenFixup ldd behavior to match recent ldso change
2002-03-11 Eric AndersenAllow some failures to simplify building gcc
2002-03-11 Eric AndersenDon't install CVS files into the devel dir
2002-03-09 Eric AndersenAdd in this missing header file
2002-03-09 Eric AndersenAvoid forced -lpthread lnkage when threading is enabled
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-03-05 Eric AndersenRemove sys/io.h include, since not everyone has it
2002-03-05 Miles BaderInitial checkin
2002-03-05 Miles BaderRe-add files which were mistakenly deleted during the...
2002-03-05 Miles BaderRemove extraneous file
2002-03-03 David SchleefCheck in new debian snapshot
2002-03-02 Eric AndersenRemove generated stuff, restore sh/sys/procfs.h from...
2002-03-01 Eric AndersenMove syscall.h generation to the top level Makefile
2002-03-01 Eric AndersenDoh! A search and replace bug...
2002-03-01 Eric AndersenDoh! Doh! Doh!
2002-03-01 Eric AndersenDoh!
2002-03-01 Eric AndersenPatch from Steven J. Hill to allow both mips and mipsel...
2002-03-01 Eric Andersenoops. I forgot to commit this...
2002-03-01 Eric AndersenPatch from Miles Bader to allow Large File support...
2002-03-01 Eric AndersenFix for some comments, from Miles Bader
2002-03-01 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to fix pthrea...
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2002-02-28 Eric AndersenPatch from David Schleef to check for proper 16-byte...
2002-02-27 Eric AndersenRemove some debugging code
2002-02-27 Eric AndersenFix C++ support
2002-02-27 Eric AndersenLose the -nostdlib, which causes problems with older...
2002-02-26 Eric AndersenA few more little cleanups
2002-02-26 Eric AndersenAdd an md5crypt test
2002-02-26 Eric AndersenDon't redefine stuff
2002-02-26 Eric AndersenBe consistant and use an unsigned char * throughout
2002-02-26 Eric Andersendon't pretend to be reentrant yet
2002-02-26 Eric AndersenDoh! Tests were not being compiled with warnings and...
2002-02-26 Eric AndersenFix redefine problem
2002-02-26 Eric AndersenFix redefinition problem
2002-02-26 Eric AndersenGive the label a ; so compilers have no excuse to whine
2002-02-26 Eric AndersenOdd. This seems to be in the wrong spot...
2002-02-26 Eric AndersenDon't try to return stuff from void funcs
2002-02-26 Eric AndersenRemove an erroneous -L-
2002-02-26 Eric AndersenPatch from Miles Bader to restrict common truncate64...
2002-02-26 Eric AndersenProper support for setting h_errno
2002-02-26 Eric AndersenFix rpc + threads so it now compiles.
2002-02-26 Eric AndersenThomas Fritzsche noticed that __open_etc_hosts was...
2002-02-26 Eric AndersenEnable pread/pwrite
2002-02-26 Eric AndersenPatch from Miles Bader: All the -M* options should
2002-02-26 Eric AndersenAdjust function naming and make sure everything is...
2002-02-26 Eric AndersenRemove elimination of __BEGIN_DECLS/__END_DECLS
2002-02-25 Eric AndersenI shouldn't try to program when sleepy, since I totally...
2002-02-25 Eric AndersenWhen messing with fd NONBLOCK status, put things back...
2002-02-25 Eric AndersenTry this version instead...
2002-02-25 Eric AndersenJoerg Schmitz-Linneweber recommends using tar -f -...
2002-02-25 Eric AndersenYet another iteration...
2002-02-25 Eric AndersenBoth Miles and Manuel complained about this one. I...
2002-02-25 David McCulloughAdded locale and lastlog
2002-02-23 Eric AndersenSupport isblank()
2002-02-23 Eric AndersenFix the compiler wrapper yet more...
2002-02-23 Eric AndersenIEEE Std 1003.1-2001 says that the "fclose() function...
2002-02-23 Eric AndersenSeveral naming cleanups so threads work properly again
next