File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -72,21 +72,23 @@ <h1>LuaJIT Change History</h1>
72
72
</ p >
73
73
74
74
< div class ="major " style ="background: #d0d0ff; ">
75
- < h2 id ="LuaJIT-2.0.0 "> LuaJIT 2.0.0 — 2012-11-06 </ h2 >
75
+ < h2 id ="LuaJIT-2.0.0 "> LuaJIT 2.0.0 — 2012-11-08 </ h2 >
76
76
< ul >
77
77
< li > Correctness and completeness:
78
78
< ul >
79
79
< li > Fix Android/x86 build.</ li >
80
- < li > Fix recording of equality comparisons with __eq metamethods.</ li >
80
+ < li > Fix recording of equality comparisons with < tt > __eq</ tt > metamethods.</ li >
81
81
< li > Fix detection of immutable upvalues.</ li >
82
82
< li > Replace error with PANIC for callbacks from JIT-compiled code.</ li >
83
- < li > Fix builtin string to number conversion for INT_MIN.</ li >
83
+ < li > Fix builtin string to number conversion for < tt > INT_MIN</ tt > .</ li >
84
84
< li > Don't create unneeded array part for template tables.</ li >
85
- < li > Fix CONV.num.int sinking.</ li >
85
+ < li > Fix < tt > CONV.num.int</ tt > sinking.</ li >
86
86
< li > Don't propagate implicitly widened number to index metamethods.</ li >
87
+ < li > ARM: Fix ordered comparisons of number vs. non-number.</ li >
87
88
< li > FFI: Fix code generation for replay of sunk float fields.</ li >
88
89
< li > FFI: Fix signedness of bool.</ li >
89
90
< li > FFI: Fix recording of bool call result check on x86/x64.</ li >
91
+ < li > FFI: Fix stack-adjustment for < tt > __thiscall</ tt > callbacks.</ li >
90
92
</ ul > </ li >
91
93
</ ul >
92
94
You can’t perform that action at this time.
0 commit comments