diff options
author | Lua Team <team@lua.org> | 2005-05-20 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2005-05-20 12:00:00 +0000 |
commit | bf6b5550cdfbc0c4a3a4577776ad76628d80718e (patch) | |
tree | d714ef8ac5581536c0f8bb2c8e90e2b8207799b1 /HISTORY | |
parent | e6ddfd3b09c0a3727afc773029c323a3defe50fa (diff) | |
download | lua-github-5.1-work6.tar.gz |
Lua 5.1-work65.1-work6
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------------------------------- |