summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-09Add common part of linker scripts to a file and make use of itPeter S. Mazinger
2006-03-09Add support for libpthread_nonshared.a, strip the objects in *nonshared*Peter S. Mazinger
2006-03-09uClibc_pthread.h wasn't ever includedPeter S. Mazinger
2006-03-09Get rid of nested extern warnings if threads are disabledPeter S. Mazinger
2006-03-09Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger
2006-03-09Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger
2006-03-09fix build/segv issues as reported and fixed by Brent CookMike Frysinger
2006-03-08getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt testPeter S. Mazinger
2006-03-08macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger
2006-03-08kill off gcc signed warningsMike Frysinger
2006-03-07Remove additional endif pointed out by vapierPeter S. Mazinger
2006-03-07Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger
2006-03-05disable tst-gnuglob, it has no chance w/ our gnu globPeter S. Mazinger
2006-03-05check_ld takes only 1 arg as pointed out by pkjPeter S. Mazinger
2006-03-05use sched_yield, not pthread_yieldMike Frysinger
2006-03-04disable older rlimit support by defaultMike Frysinger
2006-03-03Rename getopt_long-susv3 to -simplePeter S. Mazinger
2006-03-03Upstream updatePeter S. Mazinger
2006-03-03Add --gc-sections, saves 2k on libc.soPeter S. Mazinger
2006-03-03Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger
2006-03-02Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ -D_GNU...Peter S. Mazinger
2006-03-02Move hidden test file for tst-regex2 as wellPeter S. Mazinger
2006-03-02hide div functions in libc, but export them in ldso so that other shared libs...Mike Frysinger
2006-03-02grab register definitions from regdef.h instead of using our own local onesMike Frysinger
2006-03-02make all the warnings the same and add line #s so we can pick em out at runtimeMike Frysinger
2006-03-02kill spurious semicolonsMike Frysinger
2006-03-02clean out arch subdirs as wellMike Frysinger
2006-03-02rename file so we block the common version from being builtMike Frysinger
2006-03-02inform people test is skipped on non-locale hostsMike Frysinger
2006-03-02allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGSMike Frysinger
2006-03-01disable test since we purposefully dont handle itMike Frysinger
2006-03-01dont execute shell tests if we just want to compileMike Frysinger
2006-03-01fix test failure pointed out by nightly buildMike Frysinger
2006-03-01Add another test, use for those hanging -cPeter S. Mazinger
2006-03-01Add CFLAGS-OMIT support to glibc targets for now being the same as for uclibc...Peter S. Mazinger
2006-03-01Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger
2006-03-01Add AT&T research regex testsuitePeter S. Mazinger
2006-03-01Add support to remove a flag from CFLAGSPeter S. Mazinger
2006-03-01Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not failPeter S. Mazinger
2006-03-01Update copyrightPeter S. Mazinger
2006-03-01Remove duplicate includePeter S. Mazinger
2006-03-01Update copyrightPeter S. Mazinger
2006-03-01copyright updatePeter S. Mazinger
2006-03-01typoPeter S. Mazinger
2006-03-01updatePeter S. Mazinger
2006-03-01Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...Peter S. Mazinger
2006-03-01fix whitespace in commentMike Frysinger
2006-03-01sync with blackfin cvsMike Frysinger
2006-03-01start of test suite to catch errors in source codeMike Frysinger
2006-03-01add support for shell script testsMike Frysinger