OSDN Git Service

uclinux-h8/uclibc-ng.git
2003-09-05 Eric AndersenBump version number in preparation for a release
2003-09-05 Eric AndersenAdd support for ftw and nftw
2003-09-05 Eric Andersenmjn3 noticed we were missing seed48, which was odd...
2003-09-05 Manuel Novoa... Always build _store_inttype since it is used by the...
2003-09-05 Manuel Novoa... Move an #endif that was in the wrong place.
2003-09-05 Manuel Novoa... Oops... Forgot to convert this to the new floating...
2003-09-04 Eric AndersenMinor cosmetic cleanups to avoid getting spurious bug...
2003-09-03 Eric AndersenLet "$KERNEL_SOURCE/include/asm" be either a link or...
2003-09-03 Manuel Novoa... Some more buildroot-motivated fixes. Avoid installing...
2003-09-03 Manuel Novoa... Only define __STDC_ISO_10646__ if wide char support...
2003-09-02 Eric Andersencleanup/simplify duplicate handling.
2003-09-02 Eric Andersendelete some garbage, cleanup duplicate handling
2003-09-02 Eric AndersenFix a problem with dtors/dtors.
2003-09-02 Eric AndersenMake it easier to disable lib debugging (mainly for...
2003-09-01 Eric AndersenUse "__pthread_once", since that is weak and present...
2003-09-01 Eric Andersenmove the ldso tests to dlopen where they belong
2003-09-01 Eric Andersenkill these too.
2003-09-01 Eric AndersenA better test for a dlopen problem with weak symbols...
2003-09-01 Eric Andersenminor cleanup
2003-09-01 Eric Andersenminor link updates
2003-09-01 Eric Andersenpass in "-s" directly
2003-09-01 Manuel Novoa... Hack around bg_BG bug; grouping specified but no thousa...
2003-09-01 Eric Andersen15 retries is really rather excessive...
2003-09-01 Eric AndersenDo not overwrite CPU_CFLAGS values....
2003-09-01 Eric AndersenRemove a bunch of guessing about the location of the...
2003-09-01 Eric AndersenRob Landley writes:
2003-09-01 Eric AndersenAtsushi Nemoto writes:
2003-09-01 Eric AndersenGreg Nutt writes:
2003-09-01 Manuel Novoa... Rework a few things.
2003-09-01 Manuel Novoa... Fix precision bug for %g conversion specifier when...
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
2003-08-30 Eric AndersenAdd a couple of things... And check that cvs commit...
2003-08-30 Manuel Novoa... Some doc updates.
2003-08-29 Eric AndersenRemove comments about wordexp.
2003-08-29 Eric Andersenhere is (I hope) a better way to handle this one. ...
2003-08-28 Manuel Novoa... Create a typedef for the ctype bitmask table entries.
2003-08-28 Miles Bader(1) Make UCLIBC_CC env var work even if __UCLIBC_CTOR_D...
2003-08-27 Tobias AnderbergAdded cris to "define list".
2003-08-27 Tobias AnderbergCosmetic changes.
2003-08-27 Tobias AnderbergRemoved CRIS specific code.
2003-08-27 Tobias AnderbergUpdated CRIS configuration files.
2003-08-27 Tobias AnderbergCosmetic changes.
2003-08-25 Manuel Novoa... Add missing header.
2003-08-24 Eric AndersenReluctantly add wordexp()
2003-08-24 Eric Andersenconditionally add wordexp, in this case ripped from...
2003-08-24 Manuel Novoa... Fix a few bugs in the new extended locale functions.
2003-08-22 Eric AndersenDon't use linux/sysctl.h and instead locally define...
2003-08-22 Eric AndersenAvoid gratuitous conflicts when used with kernel headers
2003-08-22 Eric AndersenMake the mips ld.so debug noise somewhat useful, and...
2003-08-22 Eric AndersenLink update
2003-08-22 Eric Andersenmention ucdot.org
2003-08-22 Eric AndersenPatch from Atsushi Nemoto, who writes:
2003-08-22 Eric AndersenRemove some mips specific hacks that are no longer...
2003-08-21 Eric AndersenAdd missing semicolons
2003-08-21 Eric AndersenBe sure to remove the old ldso.h, since it will screw...
2003-08-20 Eric AndersenRevert this change for now.
2003-08-20 Manuel Novoa... Correct included header for ustat.
2003-08-19 Eric Andersenignore unwanted stuff
2003-08-19 Eric AndersenUpdate the tests a little bit
2003-08-19 Eric AndersenI just realized we need global symbol resolution for...
2003-08-19 Eric AndersenMore routine cleanup
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-08-18 Manuel Novoa... Work around a bug in nm from binutils-2.14.90.0.5.
2003-08-18 Eric AndersenCleanup arm architecture optimizations and add big...
2003-08-18 Manuel Novoa... Fixed a bug where locales nontrivially derived from...
2003-08-18 Manuel Novoa... scanf %lc,%ls,%l[ would always set mb_fail on eof or...
2003-08-18 Manuel Novoa... _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno...
2003-08-17 Manuel Novoa... Fix a cut-and-paste error. Collation should be working...
2003-08-14 Eric AndersenUse the common version for bits/sem.h. Fixup the types to
2003-08-13 Eric AndersenPatch from Paul Mundt adding uClibc sh64 support:
2003-08-12 Eric AndersenFixup centering so the site does not look like crap...
2003-08-11 Eric Andersenalso carefully booleanize the false value
2003-08-10 Eric Andersensilly me, thats not going to work.
2003-08-10 Eric AndersenAn even simpler likely
2003-08-10 Eric AndersenUpdate likely() to cope with truth values other than 1
2003-08-10 Eric AndersenAdd support for the ulimit syscall
2003-08-08 Eric AndersenAdd in a MALLOC_GLIBC_COMPAT option to let people decid...
2003-08-08 Eric AndersenAdd support for personality(), prctl(), ustat(), and...
2003-08-06 Eric AndersenBegin documenting differences between uClibc and SuSv3
2003-08-05 Eric AndersenPatch from David Wuertele to prevent "conflicts with...
2003-08-05 Eric AndersenZou WeiJun noticed a type breaking the stime syscall
2003-08-05 Eric AndersenLooks like I missed a spot
2003-08-05 Eric AndersenShuffle options around a bit
2003-08-05 Eric AndersenMerge/rework config system per the latest from linux...
2003-08-04 Eric AndersenFor sparc, powerpc, mips, and alpha we should also...
2003-08-04 Eric AndersenUpdate inet_aton() to support an undocumented feature...
2003-08-02 Eric AndersenUpdate licensing discussion
2003-08-01 Manuel Novoa... Replace 'new' in a prototype to avoid c++ problems.
2003-08-01 Manuel Novoa... Fix a silly error.
2003-08-01 Manuel Novoa... Add a new *scanf implementation, includeing the *wscanf...
2003-08-01 Eric AndersenRemove the arch specific shm.h and use the fixed up...
2003-07-21 Eric AndersenDoing an search and replace on CFLAGS can prove dangero...
2003-07-17 Manuel Novoa... Bug fix from Peter Kjellerstedt <peter.kjellerstedt...
2003-07-15 Eric AndersenPatch from Peter Kjellerstedt to not modify include...
2003-07-15 Eric AndersenPatch from Peter Kjellerstedt to make it simpler for...
2003-07-15 Eric AndersenFix a silly cut-n-paste error
2003-07-14 Manuel Novoa... Yikes! This was doing another lock instead of unlockin...
2003-07-03 Eric AndersenAs noted by Felix Radensky back on 16 Mar:
2003-07-02 Eric AndersenOnly exec child apps if they are elf type ET_EXEC
next