| Commit message (Expand) | Author | Age | Files | Lines |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -11/+11 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -1/+4 |
* | Fixed bug in 'aux_rawset' | Roberto Ierusalimschy | 2019-12-30 | 1 | -1/+1 |
* | Joined common code in 'lua_rawset' and 'lua_rawsetp' | Roberto Ierusalimschy | 2019-12-17 | 1 | -17/+14 |
* | Small correction in assertion | Roberto Ierusalimschy | 2019-12-13 | 1 | -1/+1 |
* | Removed some wrong comments | Roberto Ierusalimschy | 2019-11-28 | 1 | -8/+6 |
* | Undo change in the handling of 'L->top' (commit b80077b8f3) | Roberto Ierusalimschy | 2019-08-29 | 1 | -2/+0 |
* | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 2019-07-26 | 1 | -0/+2 |
* | Calls 'luaF_close' in 'lua_settop' only when needed | Roberto Ierusalimschy | 2019-07-17 | 1 | -5/+7 |
* | Avoid setting the stack top below upvalues to be closed | Roberto Ierusalimschy | 2019-07-16 | 1 | -7/+8 |
* | Small optimizations in range checks | Roberto Ierusalimschy | 2019-03-27 | 1 | -4/+6 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -2/+2 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -9/+22 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -4/+2 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -3/+1 |
* | Added a warning system to Lua | Roberto Ierusalimschy | 2018-12-28 | 1 | -0/+18 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -2/+2 |
* | A to-be-closed variable must have a closable value (or be nil) | Roberto Ierusalimschy | 2018-11-29 | 1 | -1/+1 |
* | Auxiliary buffer cannot close box with 'lua_remove' | Roberto Ierusalimschy | 2018-11-26 | 1 | -2/+2 |
* | 'lua_toclose' gets the index to be closed as an argument | Roberto Ierusalimschy | 2018-11-12 | 1 | -3/+10 |
* | New syntax for to-be-closed variables | Roberto Ierusalimschy | 2018-11-07 | 1 | -1/+1 |
* | To-be-closed variables in the C API | Roberto Ierusalimschy | 2018-10-25 | 1 | -2/+13 |
* | Details (comments) | Roberto Ierusalimschy | 2018-09-11 | 1 | -1/+5 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | no need to check whether libraries and host use the same kernel; | Roberto Ierusalimschy | 2018-06-18 | 1 | -5/+4 |
* | new field 'nilvalue' in struct 'global_State' to avoid the use of | Roberto Ierusalimschy | 2018-06-15 | 1 | -13/+10 |
* | removed unused macros 'isstackindex'/'api_checkstackindex' + | Roberto Ierusalimschy | 2018-06-15 | 1 | -10/+2 |
* | no more 'luaO_nilobject' to avoid comparison of global variable addresses | Roberto Ierusalimschy | 2018-06-01 | 1 | -3/+5 |
* | no more nil-in-table | Roberto Ierusalimschy | 2018-04-04 | 1 | -22/+1 |
* | 'lua_setiuservalue' removes value from the stack even in case of error | Roberto Ierusalimschy | 2018-02-27 | 1 | -2/+2 |
* | metamethods for 'removekey'/'keyin' | Roberto Ierusalimschy | 2018-02-27 | 1 | -11/+8 |
* | better names for macros for tags and types. | Roberto Ierusalimschy | 2018-02-26 | 1 | -16/+16 |
* | first (parcial) implementation of 'keyin'/'removekey' | Roberto Ierusalimschy | 2018-02-25 | 1 | -33/+59 |
* | first version of empty entries in tables | Roberto Ierusalimschy | 2018-02-23 | 1 | -12/+18 |
* | userdata can have multiple user values | Roberto Ierusalimschy | 2018-02-20 | 1 | -9/+26 |
* | more generic way to handle 'gclist' | Roberto Ierusalimschy | 2018-02-19 | 1 | -4/+4 |
* | 'collectgarbage' returns old mode when changing mode | Roberto Ierusalimschy | 2018-02-05 | 1 | -1/+5 |
* | warnings in VS (implicit casts from ptrdiff_t to int) | Roberto Ierusalimschy | 2018-01-29 | 1 | -2/+2 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -4/+4 |
* | error handler in protected calls must be a function | Roberto Ierusalimschy | 2018-01-10 | 1 | -1/+2 |
* | more freedom in handling memory-allocation errors (not all allocations | Roberto Ierusalimschy | 2017-12-08 | 1 | -12/+2 |
* | bug: 'lua_pushcclosure' should not call the GC when 'n' is zero | Roberto Ierusalimschy | 2017-12-06 | 1 | -3/+4 |
* | detail (typo in comments) | Roberto Ierusalimschy | 2017-11-23 | 1 | -2/+2 |
* | back to 'CallInfo' (no gains with its removal) | Roberto Ierusalimschy | 2017-11-07 | 1 | -42/+39 |
* | no more useful fields in CallInfo | Roberto Ierusalimschy | 2017-11-03 | 1 | -9/+9 |
* | more fields moved out of 'CallInfo' | Roberto Ierusalimschy | 2017-11-03 | 1 | -20/+25 |
* | new API for 'lua_resume' + cleaning the uses of the 'extra' field in | Roberto Ierusalimschy | 2017-11-02 | 1 | -4/+3 |
* | using 'L->func' when possible | Roberto Ierusalimschy | 2017-11-01 | 1 | -13/+12 |
* | some cleaning in GC parameters | Roberto Ierusalimschy | 2017-10-11 | 1 | -10/+15 |
* | new type 'StackValue' for stack elements | Roberto Ierusalimschy | 2017-06-29 | 1 | -126/+142 |