summaryrefslogtreecommitdiff
path: root/lobject.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-13code detail ('if' -> '?:')Roberto Ierusalimschy1-6/+6
2015-03-12use 'log2' when availableRoberto Ierusalimschy1-1/+4
2015-03-11'ci_func' don't need to be exportedRoberto Ierusalimschy3-7/+8
2015-03-10'lua_pushliteral' implemented with 'lua_pushstring' (to takeRoberto Ierusalimschy1-3/+2
2015-03-10detailRoberto Ierusalimschy1-3/+3
2015-03-09line history keep lines without added 'return'Roberto Ierusalimschy1-8/+11
2015-03-07always use macros to operate on lua_NumbersRoberto Ierusalimschy1-2/+2
2015-03-06macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameterRoberto Ierusalimschy6-54/+60
2015-03-06allocation function is not exactly API (and cannot raise errorsRoberto Ierusalimschy1-3/+2
2015-03-06detail (use 'lua_pushliteral' to push an empty string)Roberto Ierusalimschy1-2/+2
2015-03-05avoid using 'lua_pushliteral' in a non-zero-terminated stringRoberto Ierusalimschy1-2/+2
2015-03-04avoid testing for NULL when marking objects that cannot be NULLRoberto Ierusalimschy1-11/+21
2015-03-04new cache for interning stringsRoberto Ierusalimschy6-15/+61
2015-03-03'point2int' -> 'point2uint' (to reflect its actual result type)Roberto Ierusalimschy2-5/+5
2015-03-03do not attempt emergency collection while building state (it isRoberto Ierusalimschy1-3/+5
2015-03-03detail (use 'luaS_newliteral' when possible)Roberto Ierusalimschy1-3/+3
2015-03-02configuration for numerical types through only one #define forRoberto Ierusalimschy1-20/+28
2015-03-02new macros 'chgfltvalue'/'chgivalue' (numerical for loop doesRoberto Ierusalimschy2-4/+10
2015-02-28LUA_COMPAT_5_1 needs some options deprecated from 5.2 to 5.3Roberto Ierusalimschy1-10/+14
2015-02-23added patches to two bugsRoberto Ierusalimschy1-13/+28
2015-02-20bug: 'string.format("%f")' can cause a buffer overflow (with long doubles)Roberto Ierusalimschy1-2/+92
2015-02-20'numisinteger' (for table keys) replaced by 'luaV_tointeger' (oldRoberto Ierusalimschy3-41/+21
2015-02-20make 'hashfloat' configurableRoberto Ierusalimschy1-8/+8
2015-02-19bug: when manipulating other threads, there is no garanties aboutRoberto Ierusalimschy1-1/+20
2015-02-16detail (file does not need 'string.h')Roberto Ierusalimschy1-2/+1
2015-02-16detail ('fopen' needs 'stdio.h')Roberto Ierusalimschy1-1/+2
2015-02-13bug: suspended function can have its 'func' field not pointing toRoberto Ierusalimschy1-2/+25
2015-02-13some changes in 'hashfloat' to avoid undefined (in ISO C) numericalRoberto Ierusalimschy1-8/+21
2015-02-11added API checks to some unprotected 'top' incrementsRoberto Ierusalimschy1-7/+12
2015-02-09detailRoberto Ierusalimschy1-2/+2
2015-02-09bug (in 5.2): Chunk with too many lines can seg. faultRoberto Ierusalimschy1-2/+26
2015-02-09detail (no need to write 'double' in source)Roberto Ierusalimschy1-3/+4
2015-02-09detail (use 'l_floor' instead of 'l_mathop(floor)')Roberto Ierusalimschy1-2/+2
2015-02-05detailRoberto Ierusalimschy1-2/+2
2015-02-05macros 'luai_num*' (for float arithmetic operations) moved toRoberto Ierusalimschy4-46/+53
2015-02-05added comments documenting LUA_NOCVTN2S/LUA_NOCVTS2NRoberto Ierusalimschy1-1/+19
2015-02-04make buffer for format specification a little larger (length modifierRoberto Ierusalimschy1-3/+2
2015-02-04own implementation for 'string.format("%a")' for C89 platformsRoberto Ierusalimschy2-11/+92
2015-02-03detail ('luaL_getmetatable' does not return a boolean, but a tag)Roberto Ierusalimschy1-2/+2
2015-01-16LUAL_BUFFERSIZE affects the API, so it is better not to change itRoberto Ierusalimschy1-2/+3
2015-01-16LUAI_MAXSHORTLEN moved from 'luaconf.h' to 'llimits.h' (does notRoberto Ierusalimschy2-11/+12
2015-01-16size of short strings stored in a single byte, to reduce the sizeRoberto Ierusalimschy9-45/+69
2015-01-16larger MINSTRTABSIZE (standard Lua starts with ~230 strings, afterRoberto Ierusalimschy1-3/+8
2015-01-16commentsRoberto Ierusalimschy1-2/+12
2015-01-13removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not needRoberto Ierusalimschy2-7/+6
2015-01-13 Long double needs a larger LUAL_BUFFERSIZE (becauseRoberto Ierusalimschy1-3/+10
2015-01-13BUG (when compiled with long double): buffer overflow when formattingRoberto Ierusalimschy1-5/+11
2015-01-13better check for overflows in 'table.move' (removes restriction thatRoberto Ierusalimschy1-3/+5
2015-01-13definition for 'MAXUPVAL' moved for a more "private" place and itsRoberto Ierusalimschy2-7/+9
2015-01-13typo in commentRoberto Ierusalimschy1-3/+3