OSDN Git Service

uclinux-h8/uClibc.git
2003-09-22 Manuel Novoa... Ugh... EOF handling by scanf was completely broken...
2003-09-21 Manuel Novoa... Fix "subst -g,," problem for SAFECFLAGS.
2003-09-19 Tobias Anderberg* Partial re-write to match other archs and remove...
2003-09-19 Tobias AnderbergCorrected LD_BOOT macro
2003-09-19 Tobias AnderbergInitialize strings as pointers instead of arrays.
2003-09-19 Tobias AnderbergRe-add cris to "define list" when fixing auxvt.
2003-09-19 Tobias AnderbergAdded assembler version of startup code. Fix Makefile...
2003-09-19 Miles BaderMake sure we don't allocate too little space for static...
2003-09-19 Miles BaderAdd dependencies on header files.
2003-09-17 Eric AndersenMake sure we use the local copy of elf.h, since some...
2003-09-17 Miles BaderMake sure static heaps are aligned correctly.
2003-09-17 Eric AndersenPatch from Philip Nye fixing mmu-less
2003-09-17 Eric AndersenFix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fc...
2003-09-16 Manuel Novoa... This should enabled building of uClibc locale support...
2003-09-13 Manuel Novoa... Fix a problem reported by Atsushi Nemoto <anemo@mba...
2003-09-11 Manuel Novoa... Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do...
2003-09-11 Eric AndersenFix several stupid bugs I let slip into the release
2003-09-11 Eric AndersenPeter Kjellerstedt writes:
2003-09-11 Eric AndersenSimplify an expression. Use static const on strings...
2003-09-11 Eric AndersenStefan Allius writes:
2003-09-11 Eric AndersenStefan Allius writes:
2003-09-09 Eric AndersenYet more trivial doc updates
2003-09-09 Eric Andersenminor spelling fixes
2003-09-09 Eric AndersenForce Large File Support disabled on Cris, since something
2003-09-09 Eric AndersenMake sure that __syscall_fcntl is extern when LFS
2003-09-09 Eric Andersensigh. The cris compiler doesn't do link_warning's....
2003-09-09 Eric AndersenFix cris shared lib loader so it compiles...
2003-09-09 Eric AndersenFix grammar
2003-09-09 Eric AndersenUpdate website
2003-09-09 Eric AndersenAttack of the spelling police....
2003-09-09 Eric Andersenupdate changelog
2003-09-09 Eric AndersenUpdate changelog for release
2003-09-09 Eric AndersenEnable automagic locale data downloads
2003-09-09 Eric AndersenArm needs this to compile with gcc 2.95
2003-09-09 Eric AndersenAdd in several config system updates for locale support.
2003-09-09 Manuel Novoa... Fix wctype.c so that wchar can be enabled without ctype...
2003-09-08 Eric AndersenForce enable ADD_LIBGCC_FUNCTIONS on arm
2003-09-08 Eric AndersenOops! I broke pread on mips with my last update. ...
2003-09-08 Eric AndersenFix broken test
2003-09-08 Eric AndersenFix a trivial compile problem
2003-09-08 Manuel Novoa... Signifcantly speed out integer to string conversion...
2003-09-08 Manuel Novoa... Obligatory forgotten file.
2003-09-08 Manuel Novoa... Add back in table-less ctype funcs for those interested...
2003-09-08 Eric AndersenUse __libc_fork for the uClinux fork stub
2003-09-08 Eric AndersenFixup build problem on powerpc
2003-09-08 Eric AndersenBe certain the config system binaries are current
2003-09-08 Eric Andersenmjn3 pointed out that my brain was not in gear....
2003-09-08 Miles Baderansidecl.h and symcat.h copied from glibc.
2003-09-07 Eric AndersenMore FAQ updates
2003-09-07 Eric AndersenA few minor syscall cleanups
2003-09-07 Eric AndersenSome updates from glibc. mjn3 reports this fixes profiling
2003-09-07 Manuel Novoa... i386/mcount.S expects to call __mcount_internal with...
2003-09-07 Manuel Novoa... Remove profil.c, since it is constained within gmon.c.
2003-09-07 Eric AndersenFix some more problems found by the ltp
2003-09-06 Eric Andersen'extern inline' doesn't work... Use 'static inline'
2003-09-06 Eric Andersenadd missing prototype
2003-09-06 Eric AndersenAdd an implementation of profil(), based on the version...
2003-09-06 Eric AndersenFix numerous problems with both getcwd implementations.
2003-09-06 Eric AndersenFix errno values. Fix MALLOC_GLIBC_COMPAT handling...
2003-09-06 Eric AndersenRunning ltp 20030905 showed that tcsendbreak was broken.
2003-09-06 Manuel Novoa... Implement vsnprintf (old_vfprintf only) and vsnscanf...
2003-09-06 Manuel Novoa... Update old_vfconfig help and some dependencies.
2003-09-06 Manuel Novoa... Small fix for when threading (I think) was disabled.
2003-09-06 Manuel Novoa... Don't install floating point related headers, and wrap...
2003-09-06 Eric Andersenoops. ftw would blow chunks if UCLIBC_HAS_LFS was...
2003-09-06 Eric Andersenfixup ftw and ftw64. Unfortunately, adding ftw64 doubl...
2003-09-06 Eric AndersenBe more clear
2003-09-06 Eric AndersenAdd more pretty comments
2003-09-06 Eric AndersenRemove more headers when options are disabled
2003-09-06 Eric AndersenFix the bugs I stupidly added
2003-09-06 Eric AndersenLet people enable ftw, make glob an option, add a new...
2003-09-05 Eric AndersenRemove ftw and nftw as exceptions, add getgrgid_r and...
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:
next