|
74b330c1
|
2008-12-09T21:17:44
|
|
Rename save_err_ptr( ) to save_err_ptr_str( ) to avoid confusion.
Based on patch by Dan DuVarney.
|
|
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.
|
|
66a5baf7
|
2007-06-29T23:42:51
|
|
Use double linked list instead of static array of 255 global objects.
|
|
40f1a4cc
|
2007-06-29T22:42:58
|
|
Take care of our own error messages
|
|
649282b7
|
2007-06-29T22:13:50
|
|
Fix copy_string( )
|
|
85d184f7
|
2007-06-29T20:36:07
|
|
Cosmetics: white space
|
|
4c4b268c
|
2007-06-28T05:50:08
|
|
Initial Revision
|