Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy a2c094fe2d size of strings in 'string.rep' should be limited by the size of %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy f767f29d87 using predefined limits (instead of computing min/max values for each %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 675530c4d8 maximum size of array part of a table now is restricted not only by %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy ab964ad7c6 new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy ef789d4161 new global macro 'LUA_MAXUNSIGNED' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy b390d7c168 detail (avoid "casting down" in case lua_Integer is smaller than int) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 218f358461 errors like 1e100 << "2" were giving wrong messages %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy bf06e22b6a correct definition for 'MAX_SIZE' (using singed integers as the limit, %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy d99ffa920d new type 'LUAI_UACINT' (result of an 'usual argument conversion' of %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 2771050dfa 'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy e1daf10e4c details in comments %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 115fa77009 maximum size for dump of integers is size of lua_Integer (which %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 561030c211 pack/unpack functions renamed dump/undump %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 5336cc9d6a math.random: use 'random' when available + changes to work correctly %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy fdd137276b more precision for PI + no more RADIANS_PER_DEGREE + %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy a8aede68c7 new definition for 'luai_nummod' (using 'fmod') %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy c7859a046d using 'volatile' in 'tofloat' to ensure result has the same precision %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 4a24883674 'GCmemtrav' does not need to track the entire collection, only each %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 9737832641 'int' -> 'lua_Integer' in several functions %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 8b45d9806a new constants 'math.maxint'/'math.minint' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy be52f784d9 new macros LUA_MAXINTEGER/LUA_MININTEGER %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 144afa4d47 several changes in 'utf8.offset' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 007f66408d bug: compiler can optimize away overflow check in 'table.concat' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 48c745a611 avoid constant overflow when shifting left signed integers until %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 3a044de5a1 new implementation for 'utf8.len' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 7d514af0bc bug (in work version): comparisons should not try to convert %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy f61ceee708 LUAI_FUNC is being used only in header files %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 5aeb57f11f detail (error message for conversion from float to integer) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 493b3fdd65 added an 'api_check' for negative sizes in 'lua_checkstack' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 315c5bf7b7 bug: compiler could optimize away overflow check (+ changing indices %!s(int64=11) %!d(string=hai) anos