diff options
-rw-r--r-- | doc/faq.html | 7 |
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> | |||
72 | and links to books and papers about Lua.</li> | 72 | and links to books and papers about Lua.</li> |
73 | <li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a> | 73 | <li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a> |
74 | has information about diverse topics.</li> | 74 | has 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 | ||
118 | Similarly, the Borland/Delphi runtime modifies the FPU control word and | 118 | Similarly, the Borland/Delphi runtime modifies the FPU control word and |
119 | enables FP exceptions. Of course this violates the Windows ABI, too. | 119 | enables FP exceptions. Of course this violates the Windows ABI, too. |
120 | Please check the Delphi docs for the Set8087CW method. | 120 | Please 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> | |||
141 | Due to improved VM security, LuaJIT 2.1 may even use a different order | 140 | Due to improved VM security, LuaJIT 2.1 may even use a different order |
142 | on separate VM invocations or when string keys are newly interned.<br><br> | 141 | on separate VM invocations or when string keys are newly interned.<br><br> |
143 | If your program relies on a deterministic order, it has a bug. Rewrite it, | 142 | If your program relies on a deterministic order, it has a bug. Rewrite it, |
144 | so it doesn't rely on the key order. Or sort the table keys, if you must. | 143 | so 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"> |