summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJustin Boffemmyer2012-12-22 10:06:45 +0900
committerJustin Boffemmyer2012-12-22 10:06:45 +0900
commit3b5adf4582fa01385e83f6ba9e35918d69e19bcd (patch)
treecdc3b75e930faf3c17a06fb3e3e9c3da3837841f /ChangeLog
parent6176c1f0f9b29dfde126bbb4af8188c0c6c0fb00 (diff)
lua-forge/luajit: new spell
LuaJIT is a Just-In-Time full implementation of Lua, including both a compiler and VM. It does not conflict with Lua itself, as it installs to luajit rather than lua, but it can otherwise act as a drop-in replacement for Lua 5.1 (with some features from 5.2 that work safely with 5.1). There is a compatibility option to enable more 5.2 features, at the expense of (likely) breaking some 5.1-specific end-user code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bc6475be4..ad17567d7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-12-22 Justin Boffemmyer <flux@sourcemage.org>
+ * lua-forge/luajit: new spell, Just-In-Time implementation of Lua
+
2012-12-19 Ladislav Hagara <hgr@vabo.cz>
* utils/binwalk: new spell, firmware analysis tool