-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00cd9bb
commit 2ed5532
Showing
9 changed files
with
95 additions
and
142 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,7 +1,11 @@ | ||
mewa (0.5.0-1) stable; urgency=low | ||
* Fix issue #2: Use lua_pushvalue( ls, -1); <hnd> = luaL_ref( ls, LUA_REGISTRYINDEX); and lua_rawgeti( ls, LUA_REGISTRYINDEX, <hnd>); instead of Lua table with custom counters as keys for object references stored as integers in the C++ structures of Mewa. | ||
-- Patrick Frey <[email protected]> Mon, 26 Jul 2021 17:10:00 +0200 | ||
|
||
mewa (0.4.0-1) stable; urgency=low | ||
* Check LLVM version in configure, provide partial support for LLVM-12, tests run with LLVM-11, LLVM-10 | ||
* Try to provide line info in compiler error message if not provided by Lua | ||
-- Patrick Frey <[email protected]> Mon, 26 Jun 2021 10:10:00 +0200 | ||
-- Patrick Frey <[email protected]> Wed, 26 Jun 2021 10:10:00 +0200 | ||
|
||
mewa (0.3.0-1) stable; urgency=low | ||
* Restructure documentation (mainly for the code project article), rename some files to avoid confusion | ||
|
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 @@ | ||
0.4 | ||
0.5 |
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
Binary file not shown.
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
Oops, something went wrong.