summaryrefslogtreecommitdiff
path: root/include/wolf/port/sys.h
AgeCommit message (Expand)Author
2009-03-12gettext fix on Solaris 8Andreas Baumann
2009-03-12GETTEXT_NEEDS_FORMAT_ARG on NetBSDAndreas Baumann
2009-03-12fixed gettext format_arg trick on NetBsdAndreas Baumann
2009-03-11moved autoconf flags for snprintf stub from sys.h to sys_internal.hAndreas Baumann
2009-03-04we only can test Cygwin 5.0 (is there a 5.1 anyway), cleaned up sys.hAndreas Baumann
2009-03-02added platform SDK and started the event logger on WindowsAndreas Baumann
2009-03-02cleanup in unistd.h and lockfAndreas 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-26first walks on Windows, log.c and porting layer compileAndreas Baumann
2009-02-22Merge branch 'master' of http://andreasbaumann.dyndns.org/git/WolfBonesAndreas Baumann
2009-02-22checked strings.h on NetBSDAndreas Baumann
2009-02-22fixed porting tests, and fixed Solaris 8 port of string.hAndreas Baumann
2009-02-22strings.h also needed on LinuxAndreas Baumann
2009-02-22fixed all porting tests (compile always with both versions, the one of the pl...Andreas Baumann
2009-02-21fixed for Intel CCAndreas Baumann
2009-02-17fixed on Cygwin 5.xAndreas Baumann
2009-02-17fixed on NetBSD 4.0Andreas Baumann
2009-02-17fixed on FreeBSD 6 and OpenBSDAndreas Baumann
2009-02-17fixed on FreeBSD strerror_rAndreas Baumann
2009-02-16added stub implementations for strerror_r and strdupAndreas Baumann
2009-02-13corrected documentation of logger and groupsAndreas Baumann
2009-02-09made it work on NetBSD 4.0Andreas Baumann
2009-02-04further documentation (grouping)Andreas Baumann
2009-02-03fixed strdup on Solaris 8 (__EXTENSIONS__ defines a strdup in string.h)Andreas Baumann
2009-01-15added comments and licenses to public header filesAndreas Baumann
2009-01-12fixes for Cygwin (snprintf), started cleaning up namespace prefixesAndreas Baumann
2008-12-25added simple install mechanismAndreas Baumann