aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/faq.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/faq.html b/doc/faq.html
index 6b7dc563..cb777acc 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -72,7 +72,7 @@ about LuaJIT.</li>
72and links to books and papers about Lua.</li> 72and links to books and papers about Lua.</li>
73<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a> 73<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a>
74has information about diverse topics.</li> 74has information about diverse topics.</li>
75</ul> 75</ul></dd>
76</dl> 76</dl>
77 77
78<dl id="tech"> 78<dl id="tech">
@@ -117,8 +117,7 @@ Consider testing your application with older versions, too.<br>
117 117
118Similarly, the Borland/Delphi runtime modifies the FPU control word and 118Similarly, the Borland/Delphi runtime modifies the FPU control word and
119enables FP exceptions. Of course this violates the Windows ABI, too. 119enables FP exceptions. Of course this violates the Windows ABI, too.
120Please check the Delphi docs for the Set8087CW method. 120Please check the Delphi docs for the Set8087CW method.</dd>
121
122</dl> 121</dl>
123 122
124<dl id="ctrlc"> 123<dl id="ctrlc">
@@ -141,7 +140,7 @@ result in different orders, too.<br>
141Due to improved VM security, LuaJIT 2.1 may even use a different order 140Due to improved VM security, LuaJIT 2.1 may even use a different order
142on separate VM invocations or when string keys are newly interned.<br><br> 141on separate VM invocations or when string keys are newly interned.<br><br>
143If your program relies on a deterministic order, it has a bug. Rewrite it, 142If your program relies on a deterministic order, it has a bug. Rewrite it,
144so it doesn't rely on the key order. Or sort the table keys, if you must. 143so it doesn't rely on the key order. Or sort the table keys, if you must.</dd>
145</dl> 144</dl>
146 145
147<dl id="sandbox"> 146<dl id="sandbox">