Update of /cvsroot/wxlua/wxLua/modules/lua/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9859/wxLua/modules/lua/include
Modified Files:
lua.h luaconf.h
Log Message:
Updated lua to 5.1.2
Index: lua.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/lua/include/lua.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lua.h 12 Jun 2006 03:50:37 -0000 1.3
--- lua.h 25 Apr 2007 02:52:20 -0000 1.4
***************
*** 18,24 ****
#define LUA_VERSION "Lua 5.1"
! #define LUA_RELEASE "Lua 5.1.1"
#define LUA_VERSION_NUM 501
! #define LUA_COPYRIGHT "Copyright (C) 1994-2006 Lua.org, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
--- 18,24 ----
#define LUA_VERSION "Lua 5.1"
! #define LUA_RELEASE "Lua 5.1.2"
#define LUA_VERSION_NUM 501
! #define LUA_COPYRIGHT "Copyright (C) 1994-2007 Lua.org, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
***************
*** 360,364 ****
/******************************************************************************
! * Copyright (C) 1994-2006 Lua.org, PUC-Rio. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
--- 360,364 ----
/******************************************************************************
! * Copyright (C) 1994-2007 Lua.org, PUC-Rio. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
Index: luaconf.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/lua/include/luaconf.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** luaconf.h 12 Jun 2006 03:50:37 -0000 1.2
--- luaconf.h 25 Apr 2007 02:52:20 -0000 1.3
***************
*** 361,365 ****
@@ LUA_COMPAT_OPENLIB controls compatibility with old 'luaL_openlib'
@* behavior.
! ** CHANGE it to undefined as soon as you replace to 'luaL_registry'
** your uses of 'luaL_openlib'
*/
--- 361,365 ----
@@ LUA_COMPAT_OPENLIB controls compatibility with old 'luaL_openlib'
@* behavior.
! ** CHANGE it to undefined as soon as you replace to 'luaL_register'
** your uses of 'luaL_openlib'
*/
|