master
Details
Variable attributes can prefix name list
Removed code for compatibility with version 5.3
Short strings can be external, too
Removed copyright notice from 'testes/all.lua'
Optional initialization for global declarations
Bug: 'lua_load' does not preserve the stack
Dump uses varints also for integer constants
Details (typos in comments)
New conceptual model for vararg
Functions with vararg tables don't need hidden args.
Better error messages for vararg-table fields
Bug: Issues with write barrier for __newindex
More effort in avoiding errors in finalizers
Global initialization checks name conflict
Small change in scope of variables in repeat-until
Environment variable for readline library name
Functions 'frexp'-'ldexp' back to the math library
'__pairs' can also return a to-be-closed object
New test file 'memerr.lua'
Bug: wrong initialization in result from 'gmatch'
'table.tunpack' using 'aux_getn' like the others
External strings are as good as internal ones
BUG: shift overflow in utf-8 decode