From: Mike Pall
Date: Tue, 6 Nov 2012 16:07:58 +0000 (+0100)
Subject: RELEASE LuaJIT-2.0.0-rc2
X-Git-Tag: v2.0.0-rc2^0
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e941caafcf2e549d7c994363c50eaaf6aa082842;p=thirdparty%2FLuaJIT.git
RELEASE LuaJIT-2.0.0-rc2
---
diff --git a/doc/changes.html b/doc/changes.html
index b1998559..b7a2ca7c 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,7 +72,7 @@ to see whether newer versions are available.
-
LuaJIT 2.0.0 — 2012-10-31
+
LuaJIT 2.0.0 — 2012-11-06
- Correctness and completeness:
@@ -81,7 +81,12 @@ to see whether newer versions are available.
- Fix detection of immutable upvalues.
- Replace error with PANIC for callbacks from JIT-compiled code.
- Fix builtin string to number conversion for INT_MIN.
+ - Don't create unneeded array part for template tables.
+ - Fix CONV.num.int sinking.
+ - Don't propagate implicitly widened number to index metamethods.
- FFI: Fix code generation for replay of sunk float fields.
+ - FFI: Fix signedness of bool.
+ - FFI: Fix recording of bool call result check on x86/x64.