Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-11 | Clear ->next after creating nobject.r19 | Ramiro Polla | 1 | -0/+1 | |
2009-01-11 | Move libcmd to configure. | Ramiro Polla | 2 | -3/+3 | |
2009-01-11 | Fix stripping when cross-compiling. | Ramiro Polla | 2 | -9/+11 | |
2009-01-11 | Redirect output from tests to /dev/null properly. | Ramiro Polla | 1 | -2/+2 | |
2009-01-11 | Allow cross-compilation with --cross-prefix. | Ramiro Polla | 2 | -4/+24 | |
2009-01-11 | Remove pointless --make option. | Ramiro Polla | 1 | -4/+0 | |
2009-01-11 | Fix compiler check. | Ramiro Polla | 1 | -1/+1 | |
2009-01-11 | dos2unix configure | Ramiro Polla | 1 | -166/+166 | |
2008-12-09 | Rename save_err_ptr( ) to save_err_ptr_str( ) to avoid confusion.r11 | Ramiro Polla | 1 | -3/+3 | |
Based on patch by Dan DuVarney. | |||||
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 | |