summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2009-03-18testd/libwolf.mo start to work in testdAndreas Baumann
2009-03-18fixed i18n in testd (now the binary can set WOLFLOCALEDIR in environment, as ...Andreas Baumann
2009-03-18added gettext in testd, also added wolf gettext.c and initialization codeAndreas Baumann
2009-03-12including sys_internal.h for snprintf on CygwinAndreas Baumann
2009-03-11moved autoconf flags for snprintf stub from sys.h to sys_internal.hAndreas Baumann
2009-03-10fixed snprintf on native WindowsAndreas Baumann
2009-03-10cleanup in stdio.h with snprintf (on Linux works at least), also added testin...Andreas Baumann
2009-03-02cleanup in unistd.h and lockfAndreas Baumann
2009-02-28localtime_r on native WindowsAndreas Baumann
2009-02-28localtime_r and pthreads work on cygwinAndreas Baumann
2009-02-28Soalris 10 threading flags and sys_internal.hAndreas Baumann
2009-02-28localtime_r on OpenBSDAndreas Baumann
2009-02-28localtime_r on NetBSD 4.0Andreas Baumann
2009-02-28sysinternal on FreeBSDAndreas Baumann
2009-02-28fixed includes in test_log.c and sys_internal on Solaris 8Andreas Baumann
2009-02-28fixed generation of dependenies and added an empty sys_internal.h for interna...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-26first walks on Windows, log.c and porting layer compileAndreas Baumann
2009-02-24better testing: added TEST_ variables in makefiles, added TEST_<feature> macr...Andreas Baumann
2009-02-22reverted stdio.hAndreas Baumann
2009-02-22added todo for snprintf/stdio exportAndreas Baumann
2009-02-22started to add string.h replacementsAndreas Baumann
2009-02-21more fixesAndreas Baumann
2009-02-21fixed for Intel CCAndreas Baumann
2009-02-17fixed some header includes (missing daemon or port prefix, don't know how thi...Andreas 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
2009-01-12exporting string.h as part of libwolf_port.a as this is strdup is handyAndreas Baumann
2009-01-12no longer exporting UNUSED as part of porting libraryAndreas Baumann
2009-01-12fixes for Cygwin (snprintf), started cleaning up namespace prefixesAndreas Baumann
2008-12-21making log a little bit less leaking UnixismsAndreas Baumann
2008-08-25checked in initial version from SVN (as SVN is dead!)Andreas Baumann