- 7579fc9 Small change in scope of variables in repeat-until by Roberto I · 2 weeks ago master v5.5.1
- d5bbe95 Details by Roberto I · 2 weeks ago
- 9130ceb Avoid casts to 'union GCUnion*' by Roberto I · 3 weeks ago
- 84938a7 MacOS by default uses statically linked readline by Roberto I · 3 weeks ago
- 6ca3326 Removed compiler option LUA_COMPAT_LOOPVAR by Roberto I · 4 weeks ago
- b996f8f Bug: Issues with write barrier for __newindex by Roberto I · 4 weeks ago
- bc4bbce Bug: 'luaL_newmetatable' used in a wrong way by Roberto I · 7 weeks ago
- 40b76de Removed unused function 'luaD_inctop' by Roberto I · 9 weeks ago
- 0465c23 Cleaning 'luaP_isIT' and 'luaP_isOT' by Roberto I · 2 months ago
- 53b41d0 Avoid warning in some compilers by Roberto I · 3 months ago
- 36c1f6d Small correction in luaP_opmodes by Roberto I · 3 months ago
- 0da6d32 Details by Roberto Ierusalimschy · 3 months ago
- ae23e72 new macro 'setnilvalue2s' by Roberto I · 4 months ago
- 4c5d506 'load' reader function doesn't need to preserve stack by Roberto I · 4 months ago
- 3228a97 Bug: 'lua_load' does not preserve the stack by Roberto I · 4 months ago
- 0c16a42 Details by Roberto I · 4 months ago
- d0bd25d Better error messages for vararg-table fields by Roberto I · 4 months ago
- 29cf284 Avoid macros luaL_loadbuffer and luaL_loadfile by Roberto I · 4 months ago
- c037162 Stricter test for use of '__builtin_expect' by Roberto I · 4 months ago
- efddc23 Bug: wrong initialization in result from 'gmatch' by Roberto Ierusalimschy · 4 months ago
- f1bb277 Bug: Loading a binary chunk does not run the GC by Roberto I · 4 months ago
- 51269bd Adjustment in useless parameter L in macros luai_num* by Roberto I · 5 months ago
- 377cbea 'table.tunpack' using 'aux_getn' like the others by Roberto I · 5 months ago
- 36d5d2b Details by Roberto I · 5 months ago
- 9e501d9 Slightly better documentation for LUAI_MAXALIGN by Roberto I · 5 months ago
- 10eb89d BUG: shift overflow in utf-8 decode by Roberto I · 6 months ago
- 7c40c5e Details by Roberto Ierusalimschy · 6 months ago
- b60e2bc Avoid an assignment of values that overlap by Roberto Ierusalimschy · 6 months ago
- c6b4848 Environment variable for readline library name by Roberto I · 6 months ago
- efbc297 New year and (eventual) new release by Roberto I · 6 months ago
- cfcaa94 Explanation about char* parameters in the C API by Roberto I · 7 months ago
- 3360710 Another way to handle option -E by Roberto I · 7 months ago
- e992c6a Some compilation options configurable from makefile by Roberto Ierusalimschy · 7 months ago
- f5d1e86 New compile option LUA_COMPAT_LOOPVAR by Roberto I · 7 months ago
- 2a7cf4f More effort in avoiding errors in finalizers by Roberto I · 7 months ago
- 5cfc725 Special case for 'string.rep' over an empty string by Roberto I · 7 months ago
- 45c7ae5 BUG: Possible overflow in 'string.packsize' by Roberto I · 7 months ago
- 962f444 Details by Roberto I · 7 months ago
- c4e2c91 Details by Roberto I · 7 months ago
- 632a71b BUG: Arithmetic overflow in 'collectgarbage"step"' by Roberto I · 7 months ago
- 578ae57 Details by Roberto I · 8 months ago
- a5522f0 GC checks stack space before running finalizer by Roberto I · 8 months ago v5.5.0
- 3d03ae5 'luaL_newstate' starts state with warnings on by Roberto I · 8 months ago
- 82d721a Format adjust in the manual by Roberto I · 8 months ago
- 104b0fc Details by Roberto I · 8 months ago
- 8164d09 Wrong assert in 'luaK_indexed' by Roberto I · 8 months ago
- 985ef32 In luaB_close, running coroutines do not go to default by Roberto I · 8 months ago rc
- a07f6a8 Functions with vararg tables don't need hidden args. by Roberto I · 8 months ago
- f33cc4d New conceptual model for vararg by Roberto I · 9 months ago
- d94f7ba Details by Roberto I · 9 months ago
- 4cf4982 '__pairs' can also return a to-be-closed object by Roberto I · 9 months ago
- 5b7d998 External strings are as good as internal ones by Roberto I · 9 months ago
- 81f4def Correction in line info for semantic errors by Roberto I · 9 months ago
- e44f3a2 Global initialization checks name conflict by Roberto I · 9 months ago
- f791bb6 Details by Roberto I · 9 months ago
- d342328 Vertical bar removed from syntax of vararg table by Roberto I · 9 months ago
- 0149b78 Case VVARGIND added to luaK_storevar by Roberto Ierusalimschy · 9 months ago
- d4eff00 Fixed initialization of global variables by Roberto I · 9 months ago
- fca9744 Small change in 'trymt' by Roberto I · 10 months ago
- 26755ca Added "attribute internal" to __MACH__ platforms by Roberto I · 10 months ago
- b352217 Standard allocator function added to the API by Roberto I · 10 months ago
- 9c66903 Details by Roberto I · 10 months ago
- 30a7b93 Two new memory tests by Roberto I · 10 months ago
- 7a92f3f Change in dumping of NULL strings by Roberto I · 10 months ago
- 3347c9d Initialization of too many locals break assertion by Roberto I · 10 months ago
- 25c54fe Optimization for vararg tables by Roberto I · 11 months ago
- 0cc3c94 Small tweaks in makefile by Roberto I · 11 months ago
- 8fb1af0 Varag parameter is a new kind of variable by Roberto I · 11 months ago
- 140b672 Vararg table by Roberto I · 11 months ago
- 9ea06e6 Details by Roberto I · 11 months ago
- ffbcadf In C++, 'throw' must go to the correct handler. by Roberto I · 11 months ago
- 0b73ed8 Allows LUA_32BITS to be defined externally by Roberto Ierusalimschy · 11 months ago
- f87416f Added limit to number of elements in a constructor by Roberto I · 12 months ago
- 03a3473 'ltests.h' should not use LUAI_FUNC by Roberto I · 12 months ago
- 9a39403 New compile option LUA_USE_OFF_T by Roberto Ierusalimschy · 12 months ago
- 7118906 update in 'onelua.c' by Roberto Ierusalimschy · 12 months ago
- 13d2326 Some definitions moved from luaconf.h to llimits.h by Roberto Ierusalimschy · 12 months ago
- 06c5d38 Removed code for compatibility with version 5.3 by Roberto I · 12 months ago
- c345877 Better documentation for LUA_ERRERR by Roberto I · 12 months ago
- 907d172 Added lock/unlock to API function 'lua_rawlen' by Roberto I · 12 months ago
- 88aa404 Keep the order left-right in shifts by Roberto I · 12 months ago
- c688b00 Detail in 'obj2gco' by Roberto I · 12 months ago
- dd09567 Small cleaning services by Roberto I · 12 months ago
- 53dc5a3 Functions 'frexp'-'ldexp' back to the math library by Roberto I · 12 months ago
- 5b179ea Details by Roberto I · 12 months ago
- 8fddca8 'onelua' can use the test library by Roberto Ierusalimschy · 1 year ago
- c33bb08 Added some casts for 32-bit machines by Roberto Ierusalimschy · 1 year ago
- e3716ee Fix in string.rep by Roberto Ierusalimschy · 1 year, 1 month ago
- 303f415 Randomness added to table length computation by Roberto Ierusalimschy · 1 year, 1 month ago
- ccb8b30 Correction in utf8.offset by Roberto Ierusalimschy · 1 year, 1 month ago
- 60b6599 Short strings can be external, too by Roberto Ierusalimschy · 1 year, 1 month ago
- c612685 lua.c doesn't use function pointers with LUA_READLINE by Roberto Ierusalimschy · 1 year, 1 month ago
- 85a3c16 New method to unload DLLs by Roberto Ierusalimschy · 1 year, 1 month ago
- f65d1f9 lua option '--' may not be followed by script by Roberto Ierusalimschy · 1 year, 1 month ago
- 942c10a Optional initialization for global declarations by Roberto Ierusalimschy · 1 year, 1 month ago
- 8485687 Correction in definition of CIST_FRESH by Roberto Ierusalimschy · 1 year, 1 month ago
- 03d672a Details (comments) by Roberto Ierusalimschy · 1 year, 1 month ago
- 03bf7fd Added missing casts from lua_Unsigned to size_t by Roberto Ierusalimschy · 1 year, 1 month ago
- 59a1adf LUAI_MAXSTACK defined privately by Roberto Ierusalimschy · 1 year, 1 month ago
- cfce6f4 Warning in loslib.c (signed-unsigned comparison) by Roberto Ierusalimschy · 1 year, 1 month ago v5.5-beta