Age | Commit message (Collapse) | Author |
|
This fixes warnings like this that crop up when compiling sword25
with Apple clang 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
|
|
This removes one of the uses of setjmp(), but its use in LUAI_TRY still
remains
|
|
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
This should help mark the spots that are still non-portable, just follow
the FIXMEs.
|
|
svn-id: r53537
|
|
svn-id: r53188
|
|
svn-id: r53178
|