summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2005-05-20 12:00:00 +0000
committerrepogen <>2005-05-20 12:00:00 +0000
commitbf6b5550cdfbc0c4a3a4577776ad76628d80718e (patch)
treed714ef8ac5581536c0f8bb2c8e90e2b8207799b1 /HISTORY
parente6ddfd3b09c0a3727afc773029c323a3defe50fa (diff)
downloadlua-github-5.1-work6.tar.gz
Lua 5.1-work65.1-work6
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
-------------------------------