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'.

v5.4-w2

Toggle v5.4-w2's commit message

Version 5.4-w2, first version for development using GIT.

From this version on, this GIT is the official repository of Lua. Previous
versions are translations from the RCS used previously, and may not be
accurate.