summaryrefslogtreecommitdiff
path: root/tests/port
AgeCommit message (Expand)Author
2011-11-09fixed on WindowsAndreas Baumann
2011-10-16made getaddrinfo test parametrizable and tests run without internet connectio...Andreas Baumann
2010-07-16fixed wrong order of inclusion for tcc (string.h and memcpy redefinition)baumann
2010-06-04fixed on netbsd (dlerror) and localtime_r memcmp of unpadded structsbaumann
2010-04-18added quite some copyrightsAndreas Baumann
2009-04-01added retrieving service/port with getnameinfo in test_getddrinfoAndreas Baumann
2009-04-01fixed gai_strerror_r test on native WindowsAndreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-03-29more WSACleanup in test_getaddrinfoAndreas Baumann
2009-03-29conditional compilation in test_getaddrinfoAndreas Baumann
2009-03-29removed inet_ntop (is obsolete and ugly!), use getnameinfo insteadAndreas Baumann
2009-03-29cleaned up Cygwin getaddrinfo and started Win32 getaddrinfoAndreas Baumann
2009-03-29a fix around TEST_GETADDRINFO (we can't really test in parallel yet!)Andreas Baumann
2009-03-29added stub implementation of getaddrinfo on CygwinAndreas Baumann
2009-03-29getaddrinfo on Solaris 8, also fixed a 64-bit alignment cast issue around ine...Andreas Baumann
2009-03-29wAndreas Baumann
2009-03-29corrected inet_ntop usageAndreas Baumann
2009-03-29added a simple getaddrinfo testAndreas Baumann
2009-03-28added simple wikipedia test for getaddrinfo/getnameinfoAndreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann
2009-03-24tested itoa, fixed tests/port on WindowsAndreas 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 on native WindowsAndreas 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 with stub to testsAndreas Baumann
2009-02-28added localtime_r and a stub (which needs mutexes, which we still have to port!)Andreas Baumann
2009-02-27can do a full build with testing on windows now, still issues to fixAndreas 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-22fixed porting tests, and fixed Solaris 8 port of string.hAndreas Baumann
2009-02-22fixed all porting tests (compile always with both versions, the one of the pl...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-17made sure strdup is tested correctlyAndreas Baumann
2009-02-17renamed porting stub functions to functions with prefix wolf_port_Andreas Baumann
2009-02-17tested on Solaris 8, also fixed tset_strerror_r testAndreas Baumann
2009-02-16updated README of ports documentation and fixed strdup testAndreas 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 a test for the strdup replacement functionAndreas Baumann
2009-02-16added stub implementations for strerror_r and strdupAndreas Baumann