summaryrefslogtreecommitdiff
path: root/src/port/string.c
AgeCommit message (Expand)Author
2011-10-31added a HAVE_THREADS flagAndreas Baumann
2009-03-31created subdir for threading stuff, moved mutex thereAndreas Baumann
2009-03-30thread-safe version of strerror_r now, still missing testsAndreas Baumann
2009-03-30started to add thread stuff, mutexes firstAndreas Baumann
2009-03-25fixed strerror_r: it's more sensible to restore the old errno value!Andreas Baumann
2009-03-24fix in strlcpy and strlcat, will rewrite them, there is no decent implementat...Andreas Baumann
2009-03-24added strlcpy and strlcat (safe BSD C functions)Andreas Baumann
2009-02-24better testing: added TEST_ variables in makefiles, added TEST_<feature> macr...Andreas Baumann
2009-02-22started to add string.h replacementsAndreas Baumann
2009-02-21more fixesAndreas Baumann
2009-02-21fixed for Intel CCAndreas Baumann
2009-02-17renamed porting stub functions to functions with prefix wolf_port_Andreas Baumann
2009-02-17fixed strerror_r stub on FreeBSD (though we don't need it there as the C libr...Andreas Baumann
2009-02-16some comments on strerror_rAndreas 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