OSDN Git Service

uclinux-h8/uclibc-ng.git
2002-11-08 Eric AndersenLeave ldso debugging off by default
2002-11-08 Eric AndersenFix a silly compile bug
2002-11-08 Eric AndersenDoh! Leave ldso debugging off by default..
2002-11-08 Eric AndersenConstruct a default arm configuration
2002-11-08 Eric AndersenSome minor changes from Stefan Allius to make conf and
2002-11-08 Eric AndersenAnother SuperH patch from Stefan Allius. This make...
2002-11-08 Eric AndersenUpdate the docs
2002-11-08 Eric AndersenLarge cleanup patch, based in large part on a patch...
2002-11-08 Eric AndersenMerge an update from upstream
2002-11-08 Eric AndersenUpdate doc reference
2002-11-07 "Steven J.... Changes for MIPS and new configuration system.
2002-11-07 "Steven J.... Fix target determination for MIPSEL.
2002-11-07 Manuel Novoa... Remove atof from strtod.o...
2002-11-07 Manuel Novoa... Okay, fix for atof _correctly_...
2002-11-07 Manuel Novoa... Apparently I forgot to build atof...
2002-11-07 Eric AndersenFixup function prototype for __uint128_t which fixes...
2002-11-07 "Steven J.... Fixed makefiles to remove binaries generated for the...
2002-11-07 Eric AndersenAdd missing blank line
2002-11-07 Miles BaderRename `Config.v850e' to `Config.v850'.
2002-11-07 Miles Bader(UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather...
2002-11-07 Miles Bader(DOPIC): Depend on !HAVE_NO_PIC.
2002-11-07 Miles Bader* Make -DNDEBUG depend on DOASSERTS, not DODEBUG
2002-11-06 Eric AndersenUpdate soft-float handling
2002-11-06 Eric AndersenIncrease maximum .config line size to 1024.
2002-11-06 Eric AndersenRecognize 'n' tristate/boolean symbol value in the...
2002-11-06 Eric AndersenFix up a compile error
2002-11-06 Eric AndersenCleanup patch from Simon Rowe
2002-11-05 Manuel Novoa... Forgot to change btowc and wctob when I changed the...
2002-11-05 Eric AndersenFor now, leave the "Oddly enough, __fsetlocking() is...
2002-11-05 Eric AndersenCleanup soft-float support
2002-11-05 Eric AndersenFixup handling of disabled options
2002-11-05 Eric AndersenFix gcc-uClibc.h dependancies
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-05 Eric AndersenA patch from Danny Lepage so that we do not setting...
2002-11-05 Eric AndersenExpand NIS comments
2002-11-05 Eric AndersenStandardize LIBGCC_DIR
2002-11-05 Eric AndersenKill legacy DOPIC=true assignment
2002-11-05 Eric AndersenPatch from Stefan Allius -- export LIBGCC
2002-11-05 Eric AndersenPatch from Stefan Allius. Include CPU_CFLAGS when...
2002-11-05 Eric AndersenPatch from M. R. Brown to fix 'make defconfig'
2002-11-05 Eric AndersenExport TARGET_ARCH
2002-11-04 Manuel Novoa... Hit the highlights of glibc differences in my code...
2002-11-04 Manuel Novoa... Add printf wchar support for %lc (%C) and %ls (%S).
2002-11-04 Manuel Novoa... This fixes a broken build for me.
2002-11-04 Eric AndersenFixup so we use soft-float when HAS_FPU is disabled.
2002-11-04 Eric AndersenI dunno why there were align 5, but align 4 is much...
2002-11-04 Eric AndersenKill sysdep.h and fixup the SH asm to not use it.
2002-11-04 Eric AndersenDon't use ENTRY(), make the asm explicit
2002-11-04 Eric AndersenAdd link to search google's uclibc archive
2002-11-04 Eric AndersenOops. Fix compilation on arm.
2002-11-03 Eric AndersenA patch from Vincent Sanders to fix the arm implementat...
2002-11-03 Manuel Novoa... It was easy enough to respect locale-specific decimal...
2002-11-03 Manuel Novoa... Implement locale-specific grouping in printf for base...
2002-11-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-11-03 Eric AndersenAnother update to initfini.awk and initfini.c from...
2002-11-03 Eric AndersenProperly prefix some symbols
2002-11-03 Eric AndersenYet more config system updating.
2002-11-03 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to get rid of
2002-11-03 Eric AndersenPatch from "Cho, Seong-Myun" <smcho@xecurenexus.com...
2002-11-03 Eric AndersenUse "include_config" not "include-config"
2002-11-02 Eric Andersenkill some ancient stuff that appears to be lingering
2002-11-02 Eric AndersenDefault to SH4
2002-11-02 Eric Andersenupdate all the Config files for the various arches...
2002-11-02 Eric AndersenUpdate TODO items
2002-11-02 Eric AndersenA few cosmetic adjustments, and fixup the makefile...
2002-11-02 Eric AndersenFix PIC configuration, so shared libraries once again...
2002-11-02 Eric AndersenIt looks like I lost DEVEL_TOOL_PREFIX. Put it back.
2002-11-01 Manuel Novoa... Fix a stupid bug.
2002-11-01 Manuel Novoa... Reworked setlocale() return values and locale arg proce...
2002-11-01 Manuel Novoa... Add a few more entries.
2002-11-01 Manuel Novoa... Work around glibc brain-damage regarding nl_langinfo...
2002-11-01 Eric AndersenFix udhcp link
2002-11-01 Eric AndersenDon't assume i386
2002-10-31 Eric AndersenMake it so arch specific stuff can be simpler. Initial...
2002-10-31 Eric AndersenOops. Kill generated binaries.
2002-10-31 Eric AndersenSkip the dependancy on .config for now
2002-10-31 Eric AndersenFix a lingering reference to Config
2002-10-31 Eric AndersenAllow 'make clean' on the test stuff to work with the...
2002-10-31 Eric AndersenDon't force gcc 3.2 on the world
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-31 Eric AndersenIgnore generated stuff
2002-10-31 Eric AndersenAdd a simple realloc test
2002-10-31 Eric AndersenFixup script to avoid potential spurious whining over...
2002-10-30 Eric AndersenUse '#ifdef __linux__' not '#ifdef linux'
2002-10-30 Eric AndersenUse a nifty macro to make testing gcc features simpler
2002-10-29 Manuel Novoa... Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.
2002-10-29 Eric AndersenFix a silly typo for Manuel
2002-10-29 Eric AndersenFor now, comment out the broken part
2002-10-29 Eric AndersenRemove my horrible SH hack infavor of this fix for...
2002-10-29 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com>:
2002-10-29 Eric AndersenAdd in a horrible hack that seems necessary for the...
2002-10-29 Manuel Novoa... Fix a problem in vasprintf (reported by vodz a while...
2002-10-28 Manuel Novoa... ANSI/ISO C99 requires assert() to write to stderr....
2002-10-28 Manuel Novoa... Allow timezone info to be specified in a file... /etc...
2002-10-28 Miles BaderDefine TOPDIR to be just `.' when invoking gen_bits_sys...
2002-10-28 Miles BaderAdd appropriate -I options so that any files included...
2002-10-25 Eric AndersenFixup depends
2002-10-25 Eric AndersenPut it back the way it was. Sigh.
2002-10-25 Eric AndersenSigh. Lets not use LD to link, or we lose the INTERP...
2002-10-25 Eric AndersenDoh. Add a missing #include to interp.c. I wonder...
next