|
aa1401bf
|
2015-04-09T03:30:39
|
|
Added support for unicode character set.
|
|
98cc37be
|
2015-03-15T19:07:44
|
|
Add my copyright
Not that I care…
|
|
c5501073
|
2015-03-15T17:32:10
|
|
Warning control in MSVC
|
|
f5e9a16f
|
2015-03-15T17:21:34
|
|
Use SHARED macro to handle DLL export
(Originally the SHARED macro is created not to handle this case, but it
seems like it works fine for this purpose as well.)
Closes #12.
|
|
dd4254a3
|
2014-10-08T15:50:21
|
|
Add linked modules to a separate global list
Fixes #2.
|
|
c421b701
|
2015-03-15T16:09:44
|
|
Check for memory leak when _DEBUG is defined
|
|
83432ba2
|
2015-03-11T20:00:11
|
|
Add import/export symbols for MSVC.
This results in an import .lib file.
Closes #4.
Some fixes by Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
|
|
87f5cd06
|
2015-03-11T19:48:56
|
|
Use more secure sprintf_s()
|
|
346543d6
|
2014-02-10T03:05:45
|
|
License stuff
|
|
539e732b
|
2014-01-22T04:12:43
|
|
Fix error checking in copy_string()
|
|
b9be226f
|
2014-01-20T16:36:17
|
|
Remove extraneous CloseHandle
Fixes issue 13.
|
|
5976daa8
|
2009-01-11T21:59:46
|
|
Clear ->next after creating nobject.
|
|
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
|