diff options
author | Mike Pall <mike> | 2011-02-11 13:50:01 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-11 14:51:20 +0100 |
commit | 1f0006ac71fd4eb308ab900b0b9917e1dd046680 (patch) | |
tree | 93a6e6435ef45c776c28da2d3f4c8330e0e72968 /doc/changes.html | |
parent | a5aade2fa9ff89f9f3c4a91261071299de0d0fa4 (diff) | |
download | luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.gz luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.bz2 luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.zip |
Cleanup of docs.
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.html b/doc/changes.html index 04e26e40..88d54cc2 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -256,7 +256,7 @@ to avoid joining by the compiler/linker.</li> | |||
256 | <li>Merged with Lua 5.1.1. Fixes all | 256 | <li>Merged with Lua 5.1.1. Fixes all |
257 | <a href="http://www.lua.org/bugs.html#5.1"><span class="ext">»</span> known bugs in Lua 5.1</a>.</li> | 257 | <a href="http://www.lua.org/bugs.html#5.1"><span class="ext">»</span> known bugs in Lua 5.1</a>.</li> |
258 | <li>Enforce (dynamic) linker error for EXE/DLL version mismatches.</li> | 258 | <li>Enforce (dynamic) linker error for EXE/DLL version mismatches.</li> |
259 | <li>Minor changes to DynASM: faster preprocessing, smaller encoding | 259 | <li>Minor changes to DynASM: faster pre-processing, smaller encoding |
260 | for some immediates.</li> | 260 | for some immediates.</li> |
261 | </ul> | 261 | </ul> |
262 | <p> | 262 | <p> |