Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | New gcc versions comlpain about undefined behaviour... | Michael Schroeder | 1 | -2/+2 | |
2008-06-30 | (char)NULL doesn't make much sense, use \0 instead | Panu Matilainen | 1 | -1/+1 | |
- shuts up another gcc warning | |||||
2008-04-16 | Start phasing out internal copy of Lua | Panu Matilainen | 1 | -0/+271 | |
- don't build internal copy of Lua - move 3rd party extensions (posix and rexlib) to toplevel luaext/ directory, built by default (unless --without-lua specified) - auto*foo checks for external Lua - minimal tweaks to lposix.c and rpmlua.c to get them build with Lua 5.1 |