diff options
author | Mike Pall <mike> | 2021-06-07 12:06:02 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2021-06-07 12:06:02 +0200 |
commit | 3fbf51bb99e3795497c010e286cb749094da6bc2 (patch) | |
tree | 3f8829172ce171bce384ede1ce42476e98243887 | |
parent | ac02a120ef249aac37b4847705a3099bd4b92967 (diff) | |
parent | ec5f6a5618999d0add9e42bf788237417e5d43f4 (diff) | |
download | luajit-3fbf51bb99e3795497c010e286cb749094da6bc2.tar.gz luajit-3fbf51bb99e3795497c010e286cb749094da6bc2.tar.bz2 luajit-3fbf51bb99e3795497c010e286cb749094da6bc2.zip |
Merge branch 'master' into v2.1
-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 01956e15..1b7cb371 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
@@ -76,7 +76,7 @@ about LuaJIT.</li> | |||
76 | and links to books and papers about Lua.</li> | 76 | and links to books and papers about Lua.</li> |
77 | <li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a> | 77 | <li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a> |
78 | has information about diverse topics.</li> | 78 | has 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 | ||
122 | Similarly, the Borland/Delphi runtime modifies the FPU control word and | 122 | Similarly, the Borland/Delphi runtime modifies the FPU control word and |
123 | enables FP exceptions. Of course this violates the Windows ABI, too. | 123 | enables FP exceptions. Of course this violates the Windows ABI, too. |
124 | Please check the Delphi docs for the Set8087CW method. | 124 | Please 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> | |||
145 | Due to improved VM security, LuaJIT 2.1 may even use a different order | 144 | Due to improved VM security, LuaJIT 2.1 may even use a different order |
146 | on separate VM invocations or when string keys are newly interned.<br><br> | 145 | on separate VM invocations or when string keys are newly interned.<br><br> |
147 | If your program relies on a deterministic order, it has a bug. Rewrite it, | 146 | If your program relies on a deterministic order, it has a bug. Rewrite it, |
148 | so it doesn't rely on the key order. Or sort the table keys, if you must. | 147 | so 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"> |