summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2010-05-17started to add a dynamic library loader, interface and Linux/DLFCN for nowAndreas Baumann
2010-05-16compiles with newest CVS version of PCC and with newest glibc and kernel head...Andreas Baumann
2010-04-18added quite some copyrightsAndreas Baumann
2009-06-14fixed for NetBSD 5.0Andreas Baumann
2009-06-14fixed on OpenBSD 4.5Andreas Baumann
2009-04-05snprintf stub for Solaris 8, z size_t modifier doesn't workAndreas Baumann
2009-04-03more network testingAndreas Baumann
2009-04-01removed HAVE_PTHREADS from sys_internal.h (is in sys.h)Andreas Baumann
2009-04-01fixed stub implementation of getnameinfo (itoa and basis 10, not basis servlen)Andreas Baumann
2009-04-01removed extern in function prototypes; added gai_strerror_r and a test, clean...Andreas 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-30removed last traces of inet_ntopAndreas Baumann
2009-03-29fixed gettext stub when NLS is disabledAndreas Baumann
2009-03-29getnameinfo on CygwinAndreas Baumann
2009-03-29cleaned up Cygwin getaddrinfo and started Win32 getaddrinfoAndreas Baumann
2009-03-29fixed remark about getaddrinfo availabilityAndreas Baumann
2009-03-29added stub implementation of getaddrinfo on CygwinAndreas Baumann
2009-03-28started to add getaddrinfo and netdb port stubAndreas Baumann
2009-03-25fixed strerror_r: it's more sensible to restore the old errno value!Andreas Baumann
2009-03-24tested itoa, fixed tests/port on WindowsAndreas Baumann
2009-03-24added a simple itoaAndreas Baumann
2009-03-24started to add stdlib stub for itoaAndreas 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-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