pkgsrc/lang/lua
wiz c1f87ab1d4 Update to 5.1.1. Almost all dependencies need adaptation -> bump API.
Changes:

* Changes from version 5.0 to 5.1
  -------------------------------
  Language:
  + new module system.
  + new semantics for control variables of fors.
  + new semantics for setn/getn.
  + new syntax/semantics for varargs.
  + new long strings and comments.
  + new `mod' operator (`%')
  + new length operator #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).
  + luaopen_* functionst must be called through Lua.
  Implementation:
  + new configuration scheme via luaconf.h.
  + incremental garbage collection.
  + better handling of end-of-line in the lexer.
  + fully reentrant parser (new Lua function `load')
  + better support for 64-bit machines.
  + native loadlib support for Mac OS X.
  + standard distribution in only one library (lualib.a merged into lua.a)
2006-08-14 22:31:39 +00:00
..
patches Update to 5.1.1. Almost all dependencies need adaptation -> bump API. 2006-08-14 22:31:39 +00:00
buildlink3.mk Update to 5.1.1. Almost all dependencies need adaptation -> bump API. 2006-08-14 22:31:39 +00:00
DESCR
distinfo Update to 5.1.1. Almost all dependencies need adaptation -> bump API. 2006-08-14 22:31:39 +00:00
Makefile Update to 5.1.1. Almost all dependencies need adaptation -> bump API. 2006-08-14 22:31:39 +00:00
PLIST Update to 5.1.1. Almost all dependencies need adaptation -> bump API. 2006-08-14 22:31:39 +00:00