summaryrefslogtreecommitdiff
path: root/include/wolf/port/string.h
AgeCommit message (Expand)Author
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas Baumann
2009-03-24fixed strlcpy and strlcat on NetBSDAndreas Baumann
2009-03-24added strlcpy and strlcat (safe BSD C functions)Andreas Baumann
2009-02-28localtime_r on native WindowsAndreas 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-17fixed on Cygwin 5.xAndreas Baumann
2009-02-17renamed porting stub functions to functions with prefix wolf_port_Andreas Baumann
2009-02-16added stub implementations for strerror_r and strdupAndreas Baumann
2009-02-13corrected documentation of logger and groupsAndreas Baumann
2009-02-04further documentation (grouping)Andreas Baumann
2009-01-15added comments and licenses to public header filesAndreas Baumann
2009-01-12added TODO file for libwolf_daemon.aAndreas Baumann
2009-01-12exporting string.h as part of libwolf_port.a as this is strdup is handyAndreas Baumann