Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | SWORD25: Janitorial: Apply coding conventions | Strangerke | |
2011-06-23 | SWORD25: Add error checks after allocating memory with malloc | Julien | |
2011-06-23 | ANALYSIS: Fix potential memory leak when using realloc | Julien | |
When reallocation is unsuccessful, the passed buffer is not freed. In this case, assigning the result (NULL) will result in a leak of the original memory buffer. See http://msdn.microsoft.com/en-us/library/kkedhy7c.aspx | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-18 | SWORD25: C++ify some code, remove obsolete stuff | Max Horn | |
2010-10-13 | SWORD25: Stop polluting global namespace | Eugene Sandulenko | |
svn-id: r53385 | |||
2010-10-13 | SWORD25: Merged all art* code and cleaned it up | Eugene Sandulenko | |
svn-id: r53384 | |||
2010-10-13 | SWORD25: Add proper copyrights to gfx/image/art* | Eugene Sandulenko | |
svn-id: r53382 | |||
2010-10-12 | SWORD25: Remove unnecessary executable flags | Eugene Sandulenko | |
svn-id: r53355 | |||
2010-10-12 | SWORD25: Compilation fix | Paul Gilbert | |
svn-id: r53334 | |||
2010-10-12 | SWORD25: Added minimal subset of libart inplace | Eugene Sandulenko | |
svn-id: r53328 |