Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy fd897027f1 A coroutine can close itself 2 months ago
  Roberto Ierusalimschy d05fe48bfd Loading a binary chunk should not break assertions 3 months ago
  Roberto Ierusalimschy 519c57d597 Removed uneeded check in parser 3 months ago
  Roberto Ierusalimschy c15543b9af Bug: check for constructor overflow in [exp] fields 3 months ago
  Roberto Ierusalimschy be05c44481 New way to control preambular declaration 3 months ago
  Roberto Ierusalimschy 6d53701c7a Proper error message when jumping into 'global *' 3 months ago
  Roberto Ierusalimschy abbae57c78 Variable attributes can prefix name list 3 months ago
  Roberto Ierusalimschy f2c1531e6c Detail 3 months ago
  Roberto Ierusalimschy ded2ad2d86 Slightly faster way to check for "global" 3 months ago
  Roberto Ierusalimschy 3fb7a77731 Internalized string "break" kept by the parser 3 months ago
  Roberto Ierusalimschy fded0b4a84 Remove compat code in parser when not needed 3 months ago
  Roberto Ierusalimschy 3b9dd52be0 Collective declaration for globals ('global *') 3 months ago
  Roberto Ierusalimschy 7dc6aae290 Correct line in error message for constant function 4 months ago
  Roberto Ierusalimschy 5b1ab8efdc 'expdesc' doesn't depend on 'actvar' for var. info. 4 months ago
  Roberto Ierusalimschy 7ade155762 Janitorial work on casts 4 months ago
  Roberto Ierusalimschy d827e96f33 Using 'l_uint32' for unicode codepoints in scanner 4 months ago
  Roberto Ierusalimschy 3f0ea90aa8 New syntax 'global function' 4 months ago
  Roberto Ierusalimschy 4365a45d68 Checks for read-only globals 4 months ago
  Roberto Ierusalimschy be81209063 First implementation of global declarations 4 months ago
  Roberto Ierusalimschy e055905914 New macro 'pushvfstring' 4 months ago
  Roberto Ierusalimschy 9b014d4bcd Details (typos in comments) 4 months ago
  Roberto Ierusalimschy 50fd8d03c3 Function 'luaK_semerror' made vararg 4 months ago
  Roberto Ierusalimschy 3dbb1a4b89 In gen. GC, some gray objects stay in gray lists 4 months ago
  Roberto Ierusalimschy 3dd8ea54da Order change in 'pushfuncname' 5 months ago
  Roberto Ierusalimschy 620f49a7aa Tiny refactoring in io.flush 5 months ago
  Roberto Ierusalimschy 3f4f28010a io.write returns number of written bytes on error 5 months ago
  Roberto Ierusalimschy 93e347b519 Corrections of stack addresses back to strict mode 5 months ago
  Roberto Ierusalimschy f4123b2fc2 Growth factor of 1.5 for stack and lexical buffer 5 months ago
  Roberto Ierusalimschy 37a1b72706 Small optimization in 'project' from math.random 5 months ago
  Roberto Ierusalimschy ef5d171cc8 New macro 'l_numbits' 5 months ago