| Commit message (Expand) | Author | Files | Lines |
2014-04-11 | new type 'LUAI_UACINT' (result of an 'usual argument conversion' of | Roberto Ierusalimschy | 2 | -3/+7 |
2014-04-11 | 'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER' | Roberto Ierusalimschy | 2 | -9/+6 |
2014-04-11 | details in comments | Roberto Ierusalimschy | 1 | -5/+6 |
2014-04-10 | maximum size for dump of integers is size of lua_Integer (which | Roberto Ierusalimschy | 1 | -36/+17 |
2014-04-10 | pack/unpack functions renamed dump/undump | Roberto Ierusalimschy | 1 | -14/+14 |
2014-04-10 | math.random: use 'random' when available + changes to work correctly | Roberto Ierusalimschy | 1 | -8/+19 |
2014-04-09 | more precision for PI + no more RADIANS_PER_DEGREE + | Roberto Ierusalimschy | 1 | -7/+6 |
2014-04-09 | new definition for 'luai_nummod' (using 'fmod') | Roberto Ierusalimschy | 3 | -6/+13 |
2014-04-08 | using 'volatile' in 'tofloat' to ensure result has the same precision | Roberto Ierusalimschy | 1 | -4/+7 |
2014-04-04 | 'GCmemtrav' does not need to track the entire collection, only each | Roberto Ierusalimschy | 1 | -8/+8 |
2014-04-04 | 'int' -> 'lua_Integer' in several functions | Roberto Ierusalimschy | 1 | -11/+11 |
2014-04-03 | new constants 'math.maxint'/'math.minint' | Roberto Ierusalimschy | 1 | -1/+5 |
2014-04-03 | new macros LUA_MAXINTEGER/LUA_MININTEGER | Roberto Ierusalimschy | 1 | -1/+6 |
2014-04-03 | several changes in 'utf8.offset' | Roberto Ierusalimschy | 1 | -22/+27 |
2014-04-03 | bug: compiler can optimize away overflow check in 'table.concat' | Roberto Ierusalimschy | 1 | -5/+16 |
2014-04-03 | avoid constant overflow when shifting left signed integers until | Roberto Ierusalimschy | 1 | -5/+5 |
2014-04-02 | new implementation for 'utf8.len' | Roberto Ierusalimschy | 1 | -13/+18 |
2014-04-02 | bug (in work version): comparisons should not try to convert | Roberto Ierusalimschy | 1 | -5/+20 |
2014-04-02 | LUAI_FUNC is being used only in header files | Roberto Ierusalimschy | 3 | -6/+6 |
2014-04-01 | detail (error message for conversion from float to integer) | Roberto Ierusalimschy | 1 | -2/+2 |
2014-04-01 | added an 'api_check' for negative sizes in 'lua_checkstack' | Roberto Ierusalimschy | 1 | -1/+2 |
2014-04-01 | bug: compiler could optimize away overflow check (+ changing indices | Roberto Ierusalimschy | 1 | -9/+12 |
2014-04-01 | some details to avoid warnings | Roberto Ierusalimschy | 6 | -15/+15 |
2014-04-01 | more precise estimation (GCestimate) for total bytes in use after | Roberto Ierusalimschy | 1 | -14/+18 |
2014-03-31 | detail ('1U' -> '1u', like other unsigned constants in the code) | Roberto Ierusalimschy | 1 | -3/+3 |
2014-03-31 | math.abs, math.max, and math.min work for integers, too. | Roberto Ierusalimschy | 1 | -15/+20 |
2014-03-31 | fancier way to do sign extension | Roberto Ierusalimschy | 1 | -4/+3 |
2014-03-31 | macro 'tostring' is used only by 'luaV_concat' | Roberto Ierusalimschy | 2 | -4/+4 |
2014-03-27 | missplelling in comments/function names (endianess -> endianness) | Roberto Ierusalimschy | 3 | -13/+13 |
2014-03-21 | definition of LUA_REAL_* and LUA_INT_* moved to the beginning of | Roberto Ierusalimschy | 1 | -19/+23 |
2014-03-21 | native lua_Number may be neither float nor double (in pack/unpackfloat) | Roberto Ierusalimschy | 1 | -17/+22 |
2014-03-21 | details (typos in comments) | Roberto Ierusalimschy | 6 | -18/+18 |
2014-03-20 | copyright year -> 2014 | Roberto Ierusalimschy | 1 | -3/+3 |
2014-03-20 | detail (to avoid warnings with '-O3') | Roberto Ierusalimschy | 1 | -3/+3 |
2014-03-20 | does not create library when it is deprecated | Roberto Ierusalimschy | 1 | -10/+2 |
2014-03-20 | configuration for Lua type corresponding to 'time_t' | Roberto Ierusalimschy | 1 | -10/+24 |
2014-03-20 | 'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c') | Roberto Ierusalimschy | 1 | -6/+6 |
2014-03-19 | with 64-bit integers, file offsets do not need to be floats | Roberto Ierusalimschy | 1 | -4/+4 |
2014-03-19 | removed function 'luaS_eqstr' (not used anywhere) | Roberto Ierusalimschy | 2 | -12/+2 |
2014-03-19 | detail (removed unused prototype) | Roberto Ierusalimschy | 1 | -2/+1 |
2014-03-18 | bitlib has been deprecated | Roberto Ierusalimschy | 2 | -2/+28 |
2014-03-15 | detail (comment) | Roberto Ierusalimschy | 1 | -2/+2 |
2014-03-14 | details | Roberto Ierusalimschy | 1 | -7/+8 |
2014-03-13 | changing prefix of configurable macros from "lua_" to "l_" | Roberto Ierusalimschy | 1 | -26/+26 |
2014-03-12 | lua_gettable and similars return type of gotten value | Roberto Ierusalimschy | 7 | -44/+40 |
2014-03-12 | detail in string.rep: allow large repetitions of the empty string (no | Roberto Ierusalimschy | 1 | -4/+5 |
2014-03-11 | make all dumps/loads go trhough Load/DumpVector (so it is easier | Roberto Ierusalimschy | 2 | -8/+20 |
2014-03-11 | keep chunk's headers compatible at least up to LUAC_VERSION (to be | Roberto Ierusalimschy | 2 | -10/+13 |
2014-03-11 | make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is | Roberto Ierusalimschy | 1 | -3/+4 |
2014-03-10 | detail (breaking too long lines) | Roberto Ierusalimschy | 1 | -3/+5 |