Fixed Bug #19402: upgraded to lua 5.2. README documents the changes...

...that were made in the previous commits
This commit is contained in:
Iurii Chernyi 2012-02-04 14:25:56 +00:00
parent 43cd9b867b
commit 92da79025d

View file

@ -12,17 +12,19 @@ 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 changes were done
- ?????: initial import of 5.2.0
- 52914: initial import of 5.2.0
5.2.0
Makefile removed
scons project edited
- ?????: fixed compilation
- 52915: fixed compilation
lua_objlen => lua_rawlen
added luaL_typerror back
luaL_reg => luaL_Reg
reenabled luaL_register (LUA_COMPAT_MODULE)
updated the way libraries are opened
cmake project edited
- 52916: reapplied patch allowing to throw some exceptions 'through' lua
- 52917: enabled compatibility mode
=========================================================================
Old notes for 5.1.4 :