Added description of all the relevant commits.

This commit is contained in:
Guillaume Melquiond 2010-08-01 08:47:50 +00:00
parent b69e7e53f8
commit 8af48d9d95

22
src/lua/README Normal file
View File

@ -0,0 +1,22 @@
Current version is 5.1.4 patch 2. This directory contains only the files
from the src/ original directory.
The Lua source is imported in the repository in order to ensure that it
is compiled with the same C++ compiler used for Wesnoth. That way, Lua no
longer relies on setjmp/longjmp and it won't conflict with Wesnoth C++
exceptions.
The original source can be downloaded from http://www.lua.org/ftp/ .
The bugfix patches can be downloaded from http://www.lua.org/bugs.html .
See the COPYRIGHT file for the license of the files in this directory.
The following commits were applied:
- 44911: initial import of 5.1.4
- 44912: bugfix patch 2
- 44913: C++ compilation
- 44914: verbose C++ exceptions
- 44915: additional plugin lookup
- 44924: Scons support
- 44925: CMake support
- 44998: Autotools support