OSDN Git Service

uclinux-h8/uClibc.git
2006-02-18 Mike Frysingersync with kernel
2006-02-17 Mike Frysingerfix parallel build with headers once and for all (i...
2006-02-17 Mike Frysingercombine the crt1.0/Scrt1.o rules since they are pretty...
2006-02-17 Mike Frysingercombine the output rules in one place
2006-02-17 Mike Frysingertouchup headers output and make it run smoother
2006-02-17 Mike Frysingertouchup whitespace
2006-02-17 Mike Frysingerdynamically build the DIRS variables so i dont have...
2006-02-17 Mike Frysingerdisable mallopt based upon malloc implementation, not...
2006-02-17 Peter S. MazingerTake getopt from glibc, disable -W foo support as in...
2006-02-17 Peter S. MazingerRemove hidden_data_def for opt*
2006-02-17 Peter S. MazingerSync w/ glibc, no size change
2006-02-16 Peter S. MazingerIt's not my day ..
2006-02-16 Peter S. MazingerUndo earlier change and sync new linuxthreads' guard...
2006-02-16 Peter S. MazingerGuard __pthread_mutex_* to be used exclusively within...
2006-02-16 Mike Frysingerdisable test on non-mmu host
2006-02-16 Mike Frysingerdisable test on non-mmu host
2006-02-16 Mike Frysingerfix building on non-mmu hosts
2006-02-16 Mike Frysingerfix const position typo as pointed out by ia64/gcc
2006-02-16 Peter S. MazingerChange collated_compare/prefix_array to __x hidden...
2006-02-16 Peter S. MazingerRemove __P(), reorder so that gcc-4.0.2 does not fail...
2006-02-15 Peter S. Mazingerstrcoll for non-locale
2006-02-15 Peter S. Mazingerhide xdr_u_short
2006-02-15 Peter S. Mazingerget rid of __pipe
2006-02-15 "Steven J.... Sloppy patching on my part. This should be correct.
2006-02-15 Peter S. MazingerKill 2 signedness warnings
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-15 Peter S. MazingerBlock the combo DOMULTI/SUPPORT_LD_DEBUG
2006-02-15 Peter S. MazingerMove hidden prototypes to proper place and get rid...
2006-02-15 Peter S. MazingerReorganize a bit for IMA
2006-02-15 Peter S. MazingerUse <> instead of \"\"
2006-02-15 Peter S. MazingerAdd prototypes
2006-02-15 Mike Frysingermake sure we reset static_fd after it's closed in utmpn...
2006-02-15 Mike Frysingerfix fcntl() call so that it actually forces file to...
2006-02-15 Mike Frysingerhide misc div funcs so generating shared libs on alpha...
2006-02-15 Mike Frysingeradd support for generating %.i files like %.E files
2006-02-15 Mike Frysingerneed std=c99 to build tst-regex2
2006-02-15 Mike Frysingerimport tests from glibc
2006-02-15 Mike Frysingertest file for regex test
2006-02-15 Mike Frysingergrab some tests from glibc
2006-02-15 Mike Frysingergrab some tests from glibc
2006-02-15 Mike Frysingerneed Makefile for inet subdir
2006-02-15 Mike Frysingergrab some more tests from glibc
2006-02-15 Mike Frysingergrab some tests from glibc
2006-02-15 Mike Frysingerrename test to match glibc
2006-02-15 Mike Frysingerdont bother setting TESTS now
2006-02-15 Mike Frysingerfix prototype warning
2006-02-15 Mike Frysingerfix warning
2006-02-15 Mike Frysingerdont use %m glibcism
2006-02-15 Mike Frysingerfix warning about ignoring return value of realloc
2006-02-15 Mike Frysingercleanup code to fix warnings
2006-02-15 Mike Frysingercleanup code to fix misc warnings
2006-02-15 Mike Frysingerskip collating and equivalence stuff
2006-02-15 Mike Frysingerdocument new features
2006-02-15 Mike Frysingertouchup output some more and add support for implicit...
2006-02-15 Mike Frysingeradd missing subdirs
2006-02-15 Mike Frysingermake sure we build against local headers and link again...
2006-02-15 Mike Frysingerwe cant simply alias getdents to getdents64 as they...
2006-02-15 Mike Frysingermake sure we first search for libraries in the newly...
2006-02-14 Mike Frysingerdont fail on locale-based tests, just skip them
2006-02-14 Mike Frysingerdocument new test framework
2006-02-14 Mike Frysingertouchup whitespace, remove STRIPTOOL since we no longer...
2006-02-14 Mike Frysingerget rid of link time warning with tmpname()
2006-02-14 Mike Frysingerinclude toplevel testdir
2006-02-14 Mike Frysingersync with glibc
2006-02-14 Mike Frysingerimport from glibc to make further glibc test importing...
2006-02-14 Mike Frysingerdont bother defining _GNU_SOURCE
2006-02-14 Mike Frysingerrename to match glibc
2006-02-14 Mike Frysingerallow subdirs to define extra clean files
2006-02-14 Mike Frysingerconvert to new framework and disable all tests that...
2006-02-14 Mike Frysingerdisable some more unsupported tests
2006-02-14 Mike Frysingergrab from glibc
2006-02-14 Mike Frysingersync with glibc
2006-02-14 Mike Frysingerconvert to new test framework
2006-02-14 Mike Frysingerfix stat64
2006-02-14 Mike Frysingerconvert to new test framework
2006-02-14 Mike Frysingererr, sorry for the noise, but rename back as glibc...
2006-02-14 Mike Frysingerrename file
2006-02-14 Mike Frysingerneed a slightly different version of output for the...
2006-02-14 Mike Frysingerconvert to new test framework
2006-02-14 Mike Frysingergrab fnmatch from glibc
2006-02-14 Mike Frysingermove the 64bit tests into a sep file
2006-02-14 Mike Frysingerallow for runtime testing
2006-02-14 Mike Frysingerdocument why the ftell() should be 5 and not 14
2006-02-14 Mike Frysingerfix fdopen test
2006-02-14 Mike Frysingersync with glibc and get a nice size shrinkage in the...
2006-02-14 Mike Frysinger- tighten up output
2006-02-14 Mike Frysingerconvert to new test framework
2006-02-14 Mike Frysingerjust use := instead of =
2006-02-14 Mike Frysingerdont bother exporting variables and use := where approp...
2006-02-14 Mike Frysingeradd more test dirs, touchup output, and some other...
2006-02-14 Mike Frysingeradd support for pretty output, remove LDD, make sure...
2006-02-14 Mike Frysingergrab a bunch of tests from glibc
2006-02-14 Mike Frysingersync with glibc
2006-02-14 Mike Frysingerrename test to match glibc
2006-02-14 Mike Frysingersync with glibc
2006-02-14 "Steven J.... Apply patch from Joseph Myers for MIPS pipe and get...
2006-02-14 Mike Frysingerconvert to new test system
2006-02-14 Mike Frysingerrename
2006-02-14 Mike Frysingerfix gcc warning: ex3.c:31: warning: int format, differe...
2006-02-14 Mike Frysingerclean the test dir silently
next