Tags · bacusters/lua
v5.4.2
Toggle v5.4.2's commit message
Optimization for 'n^2' Squares are much more common than other exponentiations, and 'n*n' is much more efficient than 'pow'.
v5.3.6
Toggle v5.3.6's commit message
Fixed bug of long strings in binary chunks When "undumping" a long string, the function 'LoadVector' can call the reader function, which can run the garbage collector, which can collect the string being read. So, the string must be anchored during the call to 'LoadVector'. (This commit also fixes the identation in 'l_alloc'.)
v5.4.0
Toggle v5.4.0's commit message
Details Added as incompatibility, in the manual, the extra return of 'io.lines'.