تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 سال پیش
  Roberto Ierusalimschy c0edab0f6d first implementation of bitwise operators '&' (band), '|' (bor), 11 سال پیش
  Roberto Ierusalimschy a948054a19 new order for binary operations (grouping them by type of result) 11 سال پیش
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using 12 سال پیش
  Roberto Ierusalimschy 439d74e29f added 'local' bit (true => object is only refered by local variables) 12 سال پیش
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 سال پیش
  Roberto Ierusalimschy 5951c79ae1 default increment for 'for' loop is an integer (1, not 1.0) 12 سال پیش
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) 12 سال پیش
  Roberto Ierusalimschy 1ce57628b2 comments 12 سال پیش
  Roberto Ierusalimschy 233eac4d3a detail (avoid being picky about conversion from 'unsigned char' 13 سال پیش
  Roberto Ierusalimschy 8d0e1ed52f extend optimization of 'if a then break end' for the case 13 سال پیش
  Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer 13 سال پیش
  Roberto Ierusalimschy c54f5f64c9 primaryexp -> suffixedexp; prefixexp -> primaryexp + more 'syntactical' 13 سال پیش
  Roberto Ierusalimschy 9f1a8dbdd3 'eqstr' -> 'luaS_eqstr' 13 سال پیش
  Roberto Ierusalimschy 5999e14ad9 old error messages may be misleading 13 سال پیش
  Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' 13 سال پیش
  Roberto Ierusalimschy fd8a849621 detail (avoid applying macro 'getstr' with a function-call argument) 13 سال پیش
  Roberto Ierusalimschy 6819c2a98a silly bug in 5.2 beta: assignment conflict code did not test to check 13 سال پیش
  Roberto Ierusalimschy e24f1ee9ff lint (unreachable code) 14 سال پیش
  Roberto Ierusalimschy 500336efd0 small bug in if-goto optimization: block must be closed ('leaveblock') 14 سال پیش
  Roberto Ierusalimschy c8f47c2934 optimization for |if cond then goto| 14 سال پیش
  Roberto Ierusalimschy 121dc8af66 cleaner code for 'if' construct 14 سال پیش
  Roberto Ierusalimschy 3dc5475e23 'nCcalls' should be local to each thread, as each thread may have its 14 سال پیش
  Roberto Ierusalimschy 59bcd137ae reducing even more use of C stack by the parser: struct 'FuncState' 14 سال پیش
  Roberto Ierusalimschy 32a12e2f3f detail (cleaned whitespaces at end of lines) 14 سال پیش
  Roberto Ierusalimschy d93df22bf6 small simplifications (and assert was wrongly written) 14 سال پیش
  Roberto Ierusalimschy 374773748b back to "one-label-per-block" 14 سال پیش
  Roberto Ierusalimschy 719c01359f label syntax changed to '::label::' 14 سال پیش
  Roberto Ierusalimschy fdede85419 label names must be unique inside a function 14 سال پیش
  Roberto Ierusalimschy c9ce754e38 comment 14 سال پیش