dlfcn.c


Log

Author Commit Date CI Message
Timothy Gu 346543d6 2014-02-10T03:05:45 License stuff
Timothy Gu 539e732b 2014-01-22T04:12:43 Fix error checking in copy_string()
Timothy Gu b9be226f 2014-01-20T16:36:17 Remove extraneous CloseHandle Fixes issue 13.
Ramiro Polla 5976daa8 2009-01-11T21:59:46 Clear ->next after creating nobject.
Ramiro Polla 74b330c1 2008-12-09T21:17:44 Rename save_err_ptr( ) to save_err_ptr_str( ) to avoid confusion. Based on patch by Dan DuVarney.
Ramiro Polla 23e6a482 2008-12-09T21:14:31 Fix bug reported by Dan DuVarney, based on a patch by himself. POSIX says: If no dynamic linking errors have occurred since the last invocation of dlerror(), dlerror() shall return NULL. The code was returning an empty string. The way dlerror( ) returns the error string has been changed.
Ramiro Polla 66a5baf7 2007-06-29T23:42:51 Use double linked list instead of static array of 255 global objects.
Ramiro Polla 40f1a4cc 2007-06-29T22:42:58 Take care of our own error messages
Ramiro Polla 649282b7 2007-06-29T22:13:50 Fix copy_string( )
Ramiro Polla 85d184f7 2007-06-29T20:36:07 Cosmetics: white space
Ramiro Polla 4c4b268c 2007-06-28T05:50:08 Initial Revision