Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug in dlerror second consecutive call | Silvio | 2017-05-01 | 1 | -0/+15 |
| | | | | | | | | | | | | | According to the specs, a second consecutive call to dlerror should always return NULL . This was the case in dlfcn-win32 before https://github.com/dlfcn-win32/dlfcn-win32/pull/20 introduce a regression that caused dlerror to crash on the second consecutive call. In this commit the issue is fixed as suggested in https://github.com/dlfcn-win32/dlfcn-win32/issues/34 and a regression test has been added. | ||||
* | Add testing of CMake exported targets | Silvio | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | Fix tests in Visual Studio 2015 | Silvio | 2017-03-05 | 1 | -7/+9 |
| | | | | | | | | For checking the loading of symbols from the global handle, the printf symbol was loaded, but since Visual Studio 2015 printf is defined as a inline function. To fix this, the test has been modified to load the symbol of the fwrite function. | ||||
* | Add linked modules to a separate global list | Timothy Gu | 2015-03-15 | 1 | -1/+30 |
| | | | | Fixes #2. | ||||
* | Check for memory leak when _DEBUG is defined | Timothy Gu | 2015-03-15 | 1 | -0/+17 |
| | |||||
* | test: add trying to load nonexistent symbols test | Timothy Gu | 2014-02-10 | 1 | -1/+82 |
| | |||||
* | test: add forgotten test | Timothy Gu | 2014-02-10 | 1 | -1/+27 |
| | | | | "Open library again (without closing it first) with RTLD_GLOBAL" | ||||
* | test: more updates and fixes | Timothy Gu | 2014-02-10 | 1 | -37/+43 |
| | |||||
* | test.c: make errors stand out | Timothy Gu | 2014-02-10 | 1 | -20/+21 |
| | |||||
* | License stuff | Timothy Gu | 2014-02-10 | 1 | -4/+5 |
| | |||||
* | Fix local symbol in global handle test | Timothy Gu | 2014-01-22 | 1 | -3/+3 |
| | |||||
* | test.c: return 1 if error | Timothy Gu | 2014-01-22 | 1 | -0/+27 |
| | |||||
* | Cosmetics: white space | Ramiro Polla | 2007-06-29 | 1 | -5/+5 |
| | |||||
* | Initial Revision | Ramiro Polla | 2007-06-28 | 1 | -0/+157 |