-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIXED: Fixed nuget Conari version: "(1.3.0,)" > "1.3.0" * CHANGED: Allowed extending LuaH. * CHANGED: Updated XML doc for LuaH constants. * CHANGED: Added forgotten declaration for 5.2 & 5.3: +`int lua_pushthread (lua_State *L);` * NEW: API. added: +`void lua_pushcfunction (lua_State *L, lua_CFunction f);` /Lua 5.1; 5.2; 5.3 +`void lua_arith (lua_State *L, int op);` /Lua 5.2; 5.3 +`const char *lua_tostring (lua_State *L, int index);` /5.1, 5.2, 5.3 +`void lua_insert (lua_State *L, int index);` /Lua 5.1; 5.2; 5.3 +`void lua_remove (lua_State *L, int index);` /Lua 5.1; 5.2; 5.3 +`void lua_replace (lua_State *L, int index);` / Lua 5.1; 5.2; 5.3 +`void lua_register (lua_State *L, const char *name, lua_CFunction f);` /Lua 5.1; 5.2; 5.3 +`size_t lua_rawlen (lua_State *L, int index);` /Lua 5.2; 5.3 +`size_t lua_objlen (lua_State *L, int index);` /Lua 5.1
- Loading branch information
Showing
6 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.0 | ||
1.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
**Obsolete**. Please look LuNari folders [LuNari folders](../../) | ||
**Obsolete**. Please look LuNari folders [LuNari folders](https://github.com/3F/LuNari) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters