aboutsummaryrefslogtreecommitdiff
path: root/test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-14Replace VirtualQueryEx() call by GetModuleHandleExA() callPali Rohár1-16/+2
2020-03-24fix memory leak in dlsym()Mars Cheng1-0/+3
2020-02-19Show "(null)" in error message when passed filname to dlopen() was NULL and e...Pali Rohár1-1/+1
2019-09-12Add test which check that dlopen() can open same files as open()Pali Rohár1-0/+93
2019-08-29Update documentation in dlfcn.h, specially for RTLD_LAZYPali Rohár2-11/+26
2019-08-22Makefile: Fix building both static and shared library at the same timePali Rohár1-18/+20
2019-08-22Reduce memory usage by 64KPali Rohár1-15/+9
2019-07-26Fix more gcc warningsPali Rohár1-6/+10
2019-07-25Fix gcc warning: ISO C forbids return between function pointer and void *Pali Rohár3-37/+33
2019-07-25Fix gcc warning: comparison between signed and unsigned integer expressionsPali Rohár1-3/+4
2019-07-25Do not include intrin.h filePali Rohár1-1/+0
2019-07-24Correctly process malloc() error in dlsym()Pali Rohár1-0/+5
2019-06-11Turn off GUI error messages around LoadLibraryA also in testPali Rohár1-0/+7
2019-05-23Add test for non-library filePali Rohár1-0/+61
2019-05-23Add tests for non-existent file and file with too long namePali Rohár1-0/+50
2019-05-23Test that dlerror() returns non-NULL error for failed callsPali Rohár1-20/+37
2019-05-23Correctly process and indicate error when file name is too longPali Rohár1-47/+55
2019-05-23Correctly process malloc() error in local_add()Pali Rohár1-8/+15
2019-05-23Correctly process and indicate error in dlsym() functionPali Rohár1-1/+10
2019-05-23Correctly process and indicate error from LoadLibraryExA() functionPali Rohár1-16/+25
2019-05-21Call FormatMessage() with FORMAT_MESSAGE_IGNORE_INSERTSPali Rohár1-1/+1
2019-05-06Load Psapi.dll at runtime, this avoids linking caveatPali Rohár6-30/+26
2019-04-25Test also UNICODE builds on AppVeyor CIPali Rohár1-0/+102
2019-04-25Simplify implementation of save_err_str()Pali Rohár1-26/+22
2019-04-25Remove ifdef hack for snprintf()Pali Rohár1-5/+5
2019-04-25Simplify code around #ifdef UNICODEPali Rohár1-69/+10
2019-02-14Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXTPali Rohár8-10/+193
2019-02-14Fix resolving global symbols when LoadLibrary() is called after dlopen()Pali Rohár6-112/+144
2019-02-12Add MinGW and MinGW-w64 tests to AppVeyorSilvio Traversaro1-5/+84
2018-01-17#include <stdlib.h>Jean-Damien Durand1-0/+1
2017-08-24Mention the possibility of defining CMAKE_DL_LIBSSilvio Traversaro1-0/+13
2017-08-24Document how to use the library when using CMakeSilvio Traversaro1-0/+11
2017-05-04[README] Fix AppVeyor badgeSilvio Traversaro1-1/+1
2017-05-01[appveyor] Test the library using Visual Studio 15Silvio Traversaro1-6/+16
2017-05-01Fix bug in dlerror second consecutive callSilvio2-0/+21
2017-03-19Minor AppVeyor configuration cleanupKamekameha1-16/+16
2017-03-19[readme] Update AppVeyor badgeSilvio Traversaro1-1/+1
2017-03-05Add testing of CMake exported targetsSilvio3-1/+27
2017-03-05Add AppVeyor badgeSilvio Traversaro1-1/+1