summaryrefslogtreecommitdiff
path: root/tests/port/GNUmakefile
AgeCommit message (Expand)Author
2011-10-16made getaddrinfo test parametrizable and tests run without internet connectio...Andreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann
2009-03-24added a simple itoaAndreas Baumann
2009-03-24added strlcpy and strlcat (safe BSD C functions)Andreas Baumann
2009-03-13fixed compilation on Solaris with a new flag STD99_COMPILE_FLAGSAndreas Baumann
2009-03-11added a gettext.h, fixed test_snprintf compilationAndreas Baumann
2009-03-10fixed snprintf/stdio changes on CygwinAndreas Baumann
2009-03-10cleanup in stdio.h with snprintf (on Linux works at least), also added testin...Andreas Baumann
2009-02-28added localtime_r and a stub (which needs mutexes, which we still have to port!)Andreas Baumann
2009-02-27port tests on windows workAndreas Baumann
2009-02-26made the GNU make NMAKE switch as we go to Windows now, also fixed small bugs...Andreas Baumann
2009-02-24better testing: added TEST_ variables in makefiles, added TEST_<feature> macr...Andreas Baumann
2009-02-22added test for strncasecmpAndreas Baumann
2009-02-22started to add string.h replacementsAndreas Baumann
2009-02-18fixed extensions for binares on CygwinAndreas Baumann
2009-02-16small fixes around port testsAndreas Baumann
2009-02-16strerror_r tests shows how we can leave libwolf.a sane and test the original ...Andreas Baumann
2009-02-16added stub implementations for strerror_r and strdupAndreas Baumann