Skip to content

Commit

Permalink
Merge branch 'master' into v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Jun 7, 2021
2 parents ac02a12 + ec5f6a5 commit 3fbf51b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Frequently Asked Questions (FAQ)</h1>
and links to books and papers about Lua.</li>
<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a>
has information about diverse topics.</li>
</ul>
</ul></dd>
</dl>

<dl id="tech">
Expand Down Expand Up @@ -121,8 +121,7 @@ <h1>Frequently Asked Questions (FAQ)</h1>

Similarly, the Borland/Delphi runtime modifies the FPU control word and
enables FP exceptions. Of course this violates the Windows ABI, too.
Please check the Delphi docs for the Set8087CW method.

Please check the Delphi docs for the Set8087CW method.</dd>
</dl>

<dl id="ctrlc">
Expand All @@ -145,7 +144,7 @@ <h1>Frequently Asked Questions (FAQ)</h1>
Due to improved VM security, LuaJIT 2.1 may even use a different order
on separate VM invocations or when string keys are newly interned.<br><br>
If your program relies on a deterministic order, it has a bug. Rewrite it,
so it doesn't rely on the key order. Or sort the table keys, if you must.
so it doesn't rely on the key order. Or sort the table keys, if you must.</dd>
</dl>

<dl id="sandbox">
Expand Down

0 comments on commit 3fbf51b

Please sign in to comment.