Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-12-09 | Fix bug reported by Dan DuVarney, based on a patch by himself. | Ramiro Polla | 1 | -9/+10 | |
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. | |||||
2008-12-09 | Print all compiler warnings. | Ramiro Polla | 1 | -1/+1 | |
2007-06-29 | Proper check for Windows API functions in configure.r8 | Ramiro Polla | 1 | -4/+5 | |
2007-06-29 | Use double linked list instead of static array of 255 global objects. | Ramiro Polla | 1 | -35/+68 | |
2007-06-29 | Take care of our own error messages | Ramiro Polla | 1 | -46/+64 | |
2007-06-29 | Fix copy_string( ) | Ramiro Polla | 1 | -8/+9 | |
2007-06-29 | Add option to specify include and lib folder | Ramiro Polla | 2 | -10/+24 | |
Patch by VĂctor Paesa | |||||
2007-06-29 | Cosmetics: white space | Ramiro Polla | 3 | -8/+8 | |