index
:
dlfcn-win32
fix49
lib-exp
master
traversaro-patch-1
traversaro-patch-2
A mirror of https://github.com/dlfcn-win32/dlfcn-win32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #63 from pali/master
Silvio Traversaro
2019-08-23
1
-18
/
+20
|
\
|
*
Makefile: Fix building both static and shared library at the same time
Pali Rohár
2019-08-22
1
-18
/
+20
|
/
*
Merge pull request #62 from pali/master
Silvio Traversaro
2019-08-22
1
-15
/
+9
|
\
|
*
Reduce memory usage by 64K
Pali Rohár
2019-08-22
1
-15
/
+9
|
/
*
Merge pull request #59 from pali/master
Silvio Traversaro
2019-08-21
3
-47
/
+47
|
\
|
*
Fix more gcc warnings
Pali Rohár
2019-07-26
1
-6
/
+10
|
*
Fix gcc warning: ISO C forbids return between function pointer and void *
Pali Rohár
2019-07-25
3
-37
/
+33
|
*
Fix gcc warning: comparison between signed and unsigned integer expressions
Pali Rohár
2019-07-25
1
-3
/
+4
|
*
Do not include intrin.h file
Pali Rohár
2019-07-25
1
-1
/
+0
|
/
*
Merge pull request #58 from pali/master
Silvio Traversaro
2019-07-25
1
-0
/
+5
|
\
|
*
Correctly process malloc() error in dlsym()
Pali Rohár
2019-07-24
1
-0
/
+5
|
/
*
Merge pull request #55 from pali/master
Silvio Traversaro
2019-07-23
1
-0
/
+7
|
\
|
*
Turn off GUI error messages around LoadLibraryA also in test
Pali Rohár
2019-06-11
1
-0
/
+7
|
/
*
Merge pull request #54 from pali/master
Silvio Traversaro
2019-06-11
2
-67
/
+228
|
\
|
*
Add test for non-library file
Pali Rohár
2019-05-23
1
-0
/
+61
|
*
Add tests for non-existent file and file with too long name
Pali Rohár
2019-05-23
1
-0
/
+50
|
*
Test that dlerror() returns non-NULL error for failed calls
Pali Rohár
2019-05-23
1
-20
/
+37
|
*
Correctly process and indicate error when file name is too long
Pali Rohár
2019-05-23
1
-47
/
+55
|
*
Correctly process malloc() error in local_add()
Pali Rohár
2019-05-23
1
-8
/
+15
|
*
Correctly process and indicate error in dlsym() function
Pali Rohár
2019-05-23
1
-1
/
+10
|
*
Correctly process and indicate error from LoadLibraryExA() function
Pali Rohár
2019-05-23
1
-16
/
+25
|
/
*
Merge pull request #52 from pali/master
Silvio Traversaro
2019-05-21
1
-1
/
+1
|
\
|
*
Call FormatMessage() with FORMAT_MESSAGE_IGNORE_INSERTS
Pali Rohár
2019-05-21
1
-1
/
+1
|
/
*
Merge pull request #51 from pali/master
v1.2.0
Silvio Traversaro
2019-05-20
6
-30
/
+26
|
\
|
*
Load Psapi.dll at runtime, this avoids linking caveat
Pali Rohár
2019-05-06
6
-30
/
+26
|
/
*
Merge pull request #50 from pali/master
Silvio Traversaro
2019-05-06
2
-95
/
+134
|
\
|
*
Test also UNICODE builds on AppVeyor CI
Pali Rohár
2019-04-25
1
-0
/
+102
|
*
Simplify implementation of save_err_str()
Pali Rohár
2019-04-25
1
-26
/
+22
|
*
Remove ifdef hack for snprintf()
Pali Rohár
2019-04-25
1
-5
/
+5
|
*
Simplify code around #ifdef UNICODE
Pali Rohár
2019-04-25
1
-69
/
+10
|
/
*
Merge pull request #44 from pali/master
Silvio Traversaro
2019-02-14
9
-120
/
+335
|
\
|
*
Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXT
Pali Rohár
2019-02-14
8
-10
/
+193
|
*
Fix resolving global symbols when LoadLibrary() is called after dlopen()
Pali Rohár
2019-02-14
6
-112
/
+144
|
/
*
Merge pull request #48 from dlfcn-win32/appveyor-mingw-take-two
Silvio Traversaro
2019-02-14
1
-5
/
+84
|
\
|
*
Add MinGW and MinGW-w64 tests to AppVeyor
Silvio Traversaro
2019-02-12
1
-5
/
+84
|
/
*
Merge pull request #41 from jddurand/master
v1.1.2
Silvio Traversaro
2018-03-08
1
-0
/
+1
|
\
|
*
#include <stdlib.h>
Jean-Damien Durand
2018-01-17
1
-0
/
+1
|
/
*
Merge pull request #40 from dlfcn-win32/document-cmake-usage
Silvio Traversaro
2017-09-27
1
-0
/
+24
|
\
|
*
Mention the possibility of defining CMAKE_DL_LIBS
Silvio Traversaro
2017-08-24
1
-0
/
+13
|
*
Document how to use the library when using CMake
Silvio Traversaro
2017-08-24
1
-0
/
+11
|
/
*
Merge pull request #39 from dlfcn-win32/traversaro-patch-2
Silvio Traversaro
2017-05-04
1
-1
/
+1
|
\
|
*
[README] Fix AppVeyor badge
Silvio Traversaro
2017-05-04
1
-1
/
+1
|
/
*
Merge pull request #38 from dlfcn-win32/appveyor-test-vs2017
v1.1.1
Silvio Traversaro
2017-05-04
1
-6
/
+16
|
\
|
*
[appveyor] Test the library using Visual Studio 15
Silvio Traversaro
2017-05-01
1
-6
/
+16
*
|
Merge pull request #36 from dlfcn-win32/fix-dlerror
Silvio Traversaro
2017-05-04
2
-0
/
+21
|
\
\
|
|
/
|
/
|
|
*
Fix bug in dlerror second consecutive call
Silvio
2017-05-01
2
-0
/
+21
|
/
*
Merge pull request #30 from Kamekameha/appveyor-fix
Silvio Traversaro
2017-04-09
1
-16
/
+16
|
\
|
*
Minor AppVeyor configuration cleanup
Kamekameha
2017-03-19
1
-16
/
+16
|
/
*
[readme] Update AppVeyor badge
Silvio Traversaro
2017-03-19
1
-1
/
+1
*
Merge pull request #29 from traversaro/add-appveyor
v1.1.0
Silvio Traversaro
2017-03-10
4
-8
/
+99
|
\
[prev]
[next]