Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy 1ce57628b2 comments %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 233eac4d3a detail (avoid being picky about conversion from 'unsigned char' %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 8d0e1ed52f extend optimization of 'if a then break end' for the case %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy c54f5f64c9 primaryexp -> suffixedexp; prefixexp -> primaryexp + more 'syntactical' %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 9f1a8dbdd3 'eqstr' -> 'luaS_eqstr' %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 5999e14ad9 old error messages may be misleading %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy fd8a849621 detail (avoid applying macro 'getstr' with a function-call argument) %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 6819c2a98a silly bug in 5.2 beta: assignment conflict code did not test to check %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy e24f1ee9ff lint (unreachable code) %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 500336efd0 small bug in if-goto optimization: block must be closed ('leaveblock') %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy c8f47c2934 optimization for |if cond then goto| %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 121dc8af66 cleaner code for 'if' construct %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 3dc5475e23 'nCcalls' should be local to each thread, as each thread may have its %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 59bcd137ae reducing even more use of C stack by the parser: struct 'FuncState' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 32a12e2f3f detail (cleaned whitespaces at end of lines) %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy d93df22bf6 small simplifications (and assert was wrongly written) %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 374773748b back to "one-label-per-block" %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 719c01359f label syntax changed to '::label::' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy fdede85419 label names must be unique inside a function %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy c9ce754e38 comment %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy f17e3624ef local function name only visible to debug info after being initialized %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 7482e8f914 no need of lookahead in Zio %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy c0a865fa54 error for repeated label + jumps allowed to labels followed by %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 0009ac1f3a 'break' does not need to be last statement in a block + %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy bf8b08295a 'break' coded as 'goto' + small bug when closing multiple gotos %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 3f5b56c48b simpler code for repeat-until %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy e7192dfdbb corrected 'follow' for checking whether label is last statement %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 0539f48661 small changes in goto-related error messages %!s(int64=14) %!d(string=hai) anos