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