summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2008-07-23avr32: Put underscores around asm, inline, etc.Haavard Skinnemoen
2008-07-17- poison non-standard keywords:Bernhard Reutner-Fischer
2008-07-17- pull fix for unwinding from the NPTL branch (Johannes Stezenbach)Bernhard Reutner-Fischer
2008-07-14- improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer
2008-07-14- do not force LFS unto x86_64 folksBernhard Reutner-Fischer
2008-07-11- remove the error counterBernhard Reutner-Fischer
2008-07-11- add error-counter, do not immediately exit if a testcase fails but printBernhard Reutner-Fischer
2008-07-11- do not test pthread if threads are not availableBernhard Reutner-Fischer
2008-07-11- the interp is an order-only prereq of lib-so-yBernhard Reutner-Fischer
2008-07-11- don't test libcrypt stubsBernhard Reutner-Fischer
2008-07-11- do not run tests that are not availableBernhard Reutner-Fischer
2008-07-11wow. So why does test/ keep it's own copy of CFLAGS guessing etc?Bernhard Reutner-Fischer
2008-07-11check and test have to depend on test_compileBernhard Reutner-Fischer
2008-07-10Removed wrong preprocessed filesCarmelo Amoroso
2008-07-10Added missing tests for locale with multibyte encodingCarmelo Amoroso
2008-07-09Added several tests for locale support (8 bit and multibyte UTF-8)Carmelo Amoroso
2008-07-08sh4 don't need to cope with older RLIMIT implementation.Carmelo Amoroso
2008-07-08Fix the test build system by installing headers on a local folderCarmelo Amoroso
2008-07-08New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko
2008-07-02Include errno.h from kernel headers instead of using internal errno_values.hCarmelo Amoroso
2008-07-02Fix makefile target to run test when there are some shell script.Carmelo Amoroso
2008-07-01Simplified check_pf() so it returns a bit vector in an unsigned int,Ricard Wanderlof
2008-06-28#include <ifaddrs.h> should be #include "ifaddrs.h"Denis Vlasenko
2008-06-27add test case for argv[0] == nullMike Frysinger
2008-06-27if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ...Mike Frysinger
2008-06-27Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof
2008-06-27Fixed #if -> #if defined.Ricard Wanderlof
2008-06-27Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof
2008-06-20- make sure to build crti and crtn with PICFLAGBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-16- remove improper commentBernhard Reutner-Fischer
2008-06-16- fix build errorBernhard Reutner-Fischer
2008-06-13des: des_setkey always returns 0, there is no pointDenis Vlasenko
2008-06-12Include sys/syscall.h since we are checking for __NR_clock_getres.Peter Kjellerstedt
2008-06-12remove a trivial comment. no code changesDenis Vlasenko
2008-06-12Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-12Revert revision 19345 plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-12Revert revision 19344 plus the libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-12Revert revision 19343 and also remove libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-11Make locale_headers only when doing pregen and not headersCarmelo Amoroso
2008-06-11libcrypt/md5.c:Denis Vlasenko
2008-06-11Fix some compiler warningsCarmelo Amoroso
2008-06-11- disregard any and all $(top_builddir) in deps.Bernhard Reutner-Fischer
2008-06-11Fix two more cases where a libc_hidden_proto was added to string.h whileBernd Schmidt
2008-06-11xtensa: Fix spill routine.Chris Zankel
2008-06-10- no need to export the included dependencies generated by ccBernhard Reutner-Fischer
2008-06-10Revert revison 19346, except parts needed by later patches (r19347 also addedBernd Schmidt
2008-06-10Revert revision 19342, plus one whitespace fix demanded by the pre-commitBernd Schmidt