index
:
dlfcn-win32
fix49
fixpatches
lib-exp
master
traversaro-patch-1
traversaro-patch-2
variousimprovements2025
A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-14
Replace VirtualQueryEx() call by GetModuleHandleExA() call
Pali Rohár
1
-16
/
+2
2020-03-24
fix memory leak in dlsym()
Mars Cheng
1
-0
/
+3
2020-02-19
Show "(null)" in error message when passed filname to dlopen() was NULL and e...
Pali Rohár
1
-1
/
+1
2019-09-12
Add test which check that dlopen() can open same files as open()
Pali Rohár
1
-0
/
+93
2019-08-29
Update documentation in dlfcn.h, specially for RTLD_LAZY
Pali Rohár
2
-11
/
+26
2019-08-22
Makefile: Fix building both static and shared library at the same time
Pali Rohár
1
-18
/
+20
2019-08-22
Reduce memory usage by 64K
Pali Rohár
1
-15
/
+9
2019-07-26
Fix more gcc warnings
Pali Rohár
1
-6
/
+10
2019-07-25
Fix gcc warning: ISO C forbids return between function pointer and void *
Pali Rohár
3
-37
/
+33
2019-07-25
Fix gcc warning: comparison between signed and unsigned integer expressions
Pali Rohár
1
-3
/
+4
2019-07-25
Do not include intrin.h file
Pali Rohár
1
-1
/
+0
2019-07-24
Correctly process malloc() error in dlsym()
Pali Rohár
1
-0
/
+5
2019-06-11
Turn off GUI error messages around LoadLibraryA also in test
Pali Rohár
1
-0
/
+7
2019-05-23
Add test for non-library file
Pali Rohár
1
-0
/
+61
2019-05-23
Add tests for non-existent file and file with too long name
Pali Rohár
1
-0
/
+50
2019-05-23
Test that dlerror() returns non-NULL error for failed calls
Pali Rohár
1
-20
/
+37
2019-05-23
Correctly process and indicate error when file name is too long
Pali Rohár
1
-47
/
+55
2019-05-23
Correctly process malloc() error in local_add()
Pali Rohár
1
-8
/
+15
2019-05-23
Correctly process and indicate error in dlsym() function
Pali Rohár
1
-1
/
+10
2019-05-23
Correctly process and indicate error from LoadLibraryExA() function
Pali Rohár
1
-16
/
+25
2019-05-21
Call FormatMessage() with FORMAT_MESSAGE_IGNORE_INSERTS
Pali Rohár
1
-1
/
+1
2019-05-06
Load Psapi.dll at runtime, this avoids linking caveat
Pali Rohár
6
-30
/
+26
2019-04-25
Test also UNICODE builds on AppVeyor CI
Pali Rohár
1
-0
/
+102
2019-04-25
Simplify implementation of save_err_str()
Pali Rohár
1
-26
/
+22
2019-04-25
Remove ifdef hack for snprintf()
Pali Rohár
1
-5
/
+5
2019-04-25
Simplify code around #ifdef UNICODE
Pali Rohár
1
-69
/
+10
2019-02-14
Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXT
Pali Rohár
8
-10
/
+193
2019-02-14
Fix resolving global symbols when LoadLibrary() is called after dlopen()
Pali Rohár
6
-112
/
+144
2019-02-12
Add MinGW and MinGW-w64 tests to AppVeyor
Silvio Traversaro
1
-5
/
+84
2018-01-17
#include <stdlib.h>
Jean-Damien Durand
1
-0
/
+1
2017-08-24
Mention the possibility of defining CMAKE_DL_LIBS
Silvio Traversaro
1
-0
/
+13
2017-08-24
Document how to use the library when using CMake
Silvio Traversaro
1
-0
/
+11
2017-05-04
[README] Fix AppVeyor badge
Silvio Traversaro
1
-1
/
+1
2017-05-01
[appveyor] Test the library using Visual Studio 15
Silvio Traversaro
1
-6
/
+16
2017-05-01
Fix bug in dlerror second consecutive call
Silvio
2
-0
/
+21
2017-03-19
Minor AppVeyor configuration cleanup
Kamekameha
1
-16
/
+16
2017-03-19
[readme] Update AppVeyor badge
Silvio Traversaro
1
-1
/
+1
2017-03-05
Add testing of CMake exported targets
Silvio
3
-1
/
+27
2017-03-05
Add AppVeyor badge
Silvio Traversaro
1
-1
/
+1