summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2006-02-07 12:00:00 +0000
committerrepogen <>2006-02-07 12:00:00 +0000
commit43fb64048e381a76d6cd363dedd9ccc8a85b9b31 (patch)
tree98ca9eb0375499f20a4ca13d2cbbc4451f6e9477 /HISTORY
parentb487a3dce43e449acf3852ec56345e2860cfeab7 (diff)
downloadlua-github-43fb64048e381a76d6cd363dedd9ccc8a85b9b31.tar.gz
Lua 5.1-rc35.1-rc3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 122f6563..885c35ba 100644
--- a/HISTORY
+++ b/HISTORY
@@ -14,7 +14,7 @@ HISTORY for Lua 5.1
API:
+ new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
+ user supplies memory allocator (lua_open becomes lua_newstate).
- + luaopen_* functionst be called through Lua.
+ + luaopen_* functionst must be called through Lua.
Implementation:
+ new configuration scheme via luaconf.h.
+ incremental garbage collection.