summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-04some more fixes when disabling NLSAndreas Baumann
2011-11-03small fixes around ENABLE_THREADSAndreas Baumann
2011-11-03fixed clean for subdirsAndreas Baumann
2011-10-31added a HAVE_THREADS flagAndreas Baumann
2011-08-21adapted for Linux 3.0Andreas Baumann
2010-06-13renamed wolf_library_get_func to wolf_library_get as we can loadAndreas Baumann
2010-06-07updated for FreeBSD 7.2Andreas Baumann
2010-06-06partially fixed on SPARC Solaris 8Andreas Baumann
2010-06-06fixed loader and networking on SPARC Solaris 10Andreas Baumann
2010-06-06fixed tcc (limits.h problems and linking dynamic libraries on Linux)Andreas Baumann
2010-06-05added proper library building, added documentationAndreas Baumann
2010-06-04compile dlerror on WindowsAndreas Baumann
2010-06-04freebsd and loaderAndreas Baumann
2010-06-04moreAndreas Baumann
2010-06-04added a const char * mapper for dlerrorAndreas Baumann
2010-06-03can pass thread data now (Linux), adapted testsAndreas Baumann
2010-05-26some cleanup in library loaderAndreas Baumann
2010-05-26added a test for the dynload interfaceAndreas Baumann
2010-05-24updated todo list for library loaderAndreas Baumann
2010-05-24fixed wrong handling of dlsymAndreas Baumann
2010-05-24better error handling in library loaderAndreas Baumann
2010-05-23fixed error handling on UnixAndreas Baumann
2010-05-23better error handling in library loaderAndreas Baumann
2010-05-23removed FormatMessage/Win32 macro from log.h and added aAndreas Baumann
2010-05-22removed unused in loader.cAndreas Baumann
2010-05-21fixed on NetBSD 5.0.2 (64-bit)baumann
2010-05-21fixed on OpenBSD 4.7 64-bitAndreas Baumann
2010-05-21fixed compilation on FreeBSD 8.0 (64-bit)Andreas Baumann
2010-05-20fixed on LinuxAndreas Baumann
2010-05-20loader works on windowsAndreas Baumann
2010-05-20more portable way of returning the function pointer in the dynloaderAndreas Baumann
2010-05-20got to first error message on Windows (library loader)Andreas Baumann
2010-05-18now stuck in dlsym/dereferencing type-punned pointer will break strict-aliasi...Andreas Baumann
2010-05-18added building of the test libraryAndreas Baumann
2010-05-18better error messageAndreas Baumann
2010-05-18first proper error handling for loaderAndreas Baumann
2010-05-18merged makefile system with SMERPAndreas Baumann
2010-05-18started to add generic error messages, not sure if that's a very good ideaAndreas Baumann
2010-05-18compiles again, big issue around how to deal with i18n/error handling and lib...Andreas Baumann
2010-05-18switching machineAndreas Baumann
2010-05-17added more documentation and dlopen/dlclose, must backport shared library bui...Andreas Baumann
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
2010-04-07added a missing return in service functionAndreas Baumann
2009-06-14fixed for NetBSD 5.0Andreas Baumann
2009-06-14fixed on OpenBSD 4.5Andreas Baumann
2009-04-26started to move Unix-specific networking stuff into the wolf library (out of ...Andreas Baumann
2009-04-05snprintf stub for Solaris 8, z size_t modifier doesn't workAndreas Baumann
2009-04-03more network testingAndreas Baumann