summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3be1eb55..bc7c4181 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8,6 +8,9 @@ This is Lua 5.1 (work).
+ new semantics for setn/getn.
+ new syntax/semantics for varargs.
+ new long strings.
+ + new `mod' (`%') operator
+ + new operation *t (for size of t)
+ + metatables for all types
API:
+ new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
+ user supplies memory allocator (lua_open becomes lua_newstate).
@@ -18,6 +21,7 @@ This is Lua 5.1 (work).
+ fully reentrant parser (new Lua function `load')
+ better support for 64-bit machines (special thanks to Mike Pall).
+ native loadlib support for Mac OS X (thanks to Matthew Cox).
+ + standard distribution in only one library (lualib.a merged into lua.a)
* Changes from version 4.0 to 5.0
-------------------------------