- 6443185 "Emergency" new version 5.4.6 by Roberto Ierusalimschy · 4 weeks ago master v5.4.6
- e15f1f2 Details by Roberto Ierusalimschy · 6 weeks ago v5.4.5
- b5c6570 New year (2023) by Roberto Ierusalimschy · 9 weeks ago
- 7ca8105 More orderliness in casts of enumerations by Roberto Ierusalimschy · 10 weeks ago
- 94689ac More regularity in uses of enums in 'lcode.c' by Roberto Ierusalimschy · 2 months ago
- ab859fe Bug: Loading a corrupted binary file can segfault by Roberto Ierusalimschy · 3 months ago
- c4b71b7 Details by Roberto Ierusalimschy · 3 months ago
- 1de2f31 Corrected support for 16-bit systems by Roberto Ierusalimschy · 3 months ago
- 02bab9f Bug: Wrong line in error message for arith. errors by Roberto Ierusalimschy · 4 months ago
- 5e08b41 Simpler definition for LUA_STRFTIMEOPTIONS by Roberto Ierusalimschy · 4 months ago
- cf08915 New macro LUA_USE_IOS by Roberto Ierusalimschy · 4 months ago
- c888ae0 Small changes in hash of pointers by Roberto Ierusalimschy · 4 months ago
- d69789d Fix absence of 'system' in iOS by Roberto Ierusalimschy · 4 months ago
- 314745e Avoid excessive name pollution in test files by Roberto Ierusalimschy · 5 months ago
- 0825cf2 Detail in make file for testes/libs by Roberto Ierusalimschy · 5 months ago
- f874d37 Small change in barrier macros by Roberto Ierusalimschy · 6 months ago
- 35e01ed Small improvements in 'lmem.c' by Roberto Ierusalimschy · 6 months ago
- 6aabf4b Details in some header files by Roberto Ierusalimschy · 6 months ago
- fa2f294 Reduce calls to 'luaC_step' when GC is stopped by Roberto Ierusalimschy · 6 months ago
- 82fae58 Details by Roberto Ierusalimschy · 6 months ago
- 9a77f57 Stop GC while building initial state by Roberto Ierusalimschy · 6 months ago
- be908a7 Removed unused field 'UpVal.tbc' by Roberto Ierusalimschy · 7 months ago
- 9ede317 Threads are created like other objects by Roberto Ierusalimschy · 7 months ago
- ee64547 Stack reallocation done with a single realloc by Roberto Ierusalimschy · 7 months ago
- 413a393 Stack indices changed to union's by Roberto Ierusalimschy · 7 months ago
- ba089bc Details by Roberto Ierusalimschy · 7 months ago
- 1e64c13 Bug: stack overflow with nesting of coroutine.close by Roberto Ierusalimschy · 7 months ago
- b85816b Removed test function 'luaH_isdummy' by Roberto Ierusalimschy · 7 months ago
- c954db3 Option '-l g=mod' added to the manual by Roberto Ierusalimschy · 8 months ago
- 14d2803 Details by Roberto Ierusalimschy · 8 months ago
- 7f12bf4 Portability issue in a test for 'string.format' by Roberto Ierusalimschy · 8 months ago
- 26be274 Negation in constant folding of '>>' may overflow by Roberto Ierusalimschy · 8 months ago
- cfbe378 Small simplification in overflow check in 'getfield' by Roberto Ierusalimschy · 8 months ago
- a1089b4 Bug: 'utf8.codes' accepts spurious continuation bytes by Roberto Ierusalimschy · 8 months ago
- f8c4c4f New test for table rehash by Roberto Ierusalimschy · 9 months ago
- 71bc69c Note in the manual about using '...' as an expression by Roberto Ierusalimschy · 9 months ago
- cd56f22 Corrected error message in 'table.remove' by Roberto Ierusalimschy · 9 months ago
- 69b77b6 Changed the growth rate of string buffers by Roberto Ierusalimschy · 9 months ago
- 997f11f Bug: 'break' may not properly close variable in a 'for' loop by Roberto Ierusalimschy · 9 months ago
- 02060b7 Simpler handling of Byte Order Mark (BOM) by Roberto Ierusalimschy · 9 months ago
- a1f77a2 Bug: set correct pause when (re)entering gen. collection. by Roberto Ierusalimschy · 9 months ago
- c6cea85 Better documentation for 'multires' expressions by Roberto Ierusalimschy · 10 months ago
- d61b0c6 More checks and documentation for uses of EXTRA_STACK by Roberto Ierusalimschy · 1 year ago
- 196bb94 Bug: 'lua_settop' may use an invalid pointer to stack by Roberto Ierusalimschy · 1 year ago
- 603b2c6 'luaV_concat' can use invalidated pointer to stack by Roberto Ierusalimschy · 1 year ago
- 4a00f61 'lua_checkstack' doesn't need to check stack overflow by Roberto Ierusalimschy · 1 year ago
- 42d4058 Save stack space while handling errors by Roberto Ierusalimschy · 1 year ago
- e435aaa Details (identation and typos) by Roberto Ierusalimschy · 1 year, 1 month ago
- 315639d Factoring out common parts of 'codearith' and 'codebitwise' by Roberto Ierusalimschy · 1 year, 1 month ago
- c764ca7 Bug: Wrong code generation in bitwise operations by Roberto Ierusalimschy · 1 year, 1 month ago
- 295cde9 New release number (5.4.5) by Roberto Ierusalimschy · 1 year, 2 months ago
- f3cfd5b Details by Roberto Ierusalimschy · 1 year, 2 months ago
- 8426d9b Avoid computing invalid addresses by Roberto Ierusalimschy · 1 year, 3 months ago
- 1f3c6f4 Bug: Lua can generate wrong code when _ENV is <const> by Roberto Ierusalimschy · 1 year, 4 months ago
- 25b143d Bug: lua.c assumes that argv has at least one element by Roberto Ierusalimschy · 1 year, 4 months ago
- 5d708c3 Explanation of borders in the manual by Roberto Ierusalimschy · 1 year, 5 months ago v5.4.4
- 8dd2c91 Detail by Roberto Ierusalimschy · 1 year, 5 months ago
- 05ac240 New year (2022) by Roberto Ierusalimschy · 1 year, 5 months ago
- 597a53b Bug: finalizer calling exit can corrupt finalization order by Roberto Ierusalimschy · 1 year, 5 months ago
- 86ec152 Details by Roberto Ierusalimschy · 1 year, 5 months ago
- cf613cd Bug: finalizers can be called with an invalid stack by Roberto Ierusalimschy · 1 year, 6 months ago
- 066e0f9 Fix debug information about finalizers by Roberto Ierusalimschy · 1 year, 6 months ago
- 0bfc572 Bug: GC is not reentrant by Roberto Ierusalimschy · 1 year, 6 months ago
- 1de95e9 Bug: Lua stack still active when closing a state by Roberto Ierusalimschy · 1 year, 6 months ago
- ad3942a Main 'mainposition' replaced by 'mainpositionTV' by Roberto Ierusalimschy · 1 year, 6 months ago
- 48835c7 Wrong assert in 'collectvalidlines' by Roberto Ierusalimschy · 1 year, 6 months ago
- 6b3e116 Corrected bug in 'luaD_tryfuncTM' by Roberto Ierusalimschy · 1 year, 7 months ago
- e8deac5 Avoid OP_VARARGPREP for active lines by Roberto Ierusalimschy · 1 year, 7 months ago
- bfbff37 Bug: Wrong status in coroutine during reset by Roberto Ierusalimschy · 1 year, 7 months ago
- 74d9905 Bug: C stack overflow with coroutines by Roberto Ierusalimschy · 1 year, 7 months ago
- 1fce5be More uniform implementation for tail calls by Roberto Ierusalimschy · 1 year, 7 months ago
- 3699446 Removed goto's in 'luaD_precall' by Roberto Ierusalimschy · 1 year, 8 months ago
- 0e5071b Avoid taking the address of a 'TValue' field by Roberto Ierusalimschy · 1 year, 8 months ago
- 87a9573 Documentation by Roberto Ierusalimschy · 1 year, 8 months ago
- deac067 Avoid overflows when incrementing parameters in C by Roberto Ierusalimschy · 1 year, 8 months ago
- 2ff3471 Using 'inline' in some functions by Roberto Ierusalimschy · 1 year, 9 months ago
- 9db4bfe Revamp of format validation in 'string.format' by Roberto Ierusalimschy · 1 year, 9 months ago
- 91673a8 'luaD_tryfuncTM' checks stack space by itself by Roberto Ierusalimschy · 1 year, 10 months ago
- 41871f1 Undo simplification of tail calls (commit 901d760) by Roberto Ierusalimschy · 1 year, 10 months ago
- a393ac2 Detail in 'testes/math.lua' by Roberto Ierusalimschy · 1 year, 10 months ago
- 65434b4 Option '-l' can give a name for the global variable. by Roberto Ierusalimschy · 1 year, 10 months ago
- 59acd79 Added tests for string reuse by the scanner by Roberto Ierusalimschy · 1 year, 10 months ago
- e2c07dc Improved documentation for 'lua_getinfo' by Roberto Ierusalimschy · 1 year, 10 months ago
- 439e45a Bug: luaL_tolstring may get confused with negative index by Roberto Ierusalimschy · 1 year, 11 months ago
- 62fb934 Bug: Negation in 'luaV_shiftr' may overflow by Roberto Ierusalimschy · 1 year, 11 months ago
- 8a32e0a Correction on documentation of string-buffer operations by Roberto Ierusalimschy · 1 year, 11 months ago
- dbdc74d Simplification in the parameters of 'luaD_precall' by Roberto Ierusalimschy · 1 year, 11 months ago
- 6a0dace Bug: 'local function' can assign to '<const>' variables by Roberto Ierusalimschy · 2 years ago
- 04e1971 C functions can be tail called, too by Roberto Ierusalimschy · 2 years ago
- 901d760 Simpler implementation for tail calls by Roberto Ierusalimschy · 2 years ago
- c0ed74c Avoid the term "undefined behavior" in the manual by Roberto Ierusalimschy · 2 years ago
- fc6c74f 'index2value' more robust by Roberto Ierusalimschy · 2 years ago
- 1e6918d Details by Roberto Ierusalimschy · 2 years ago
- 6812971 Bug: yielding in '__close' mess up number of returns by Roberto Ierusalimschy · 2 years, 2 months ago
- 5148954 Align error messages for calling non-callable values by Roberto Ierusalimschy · 2 years, 2 months ago
- d205f3a Bug: Lua source should not use C99 comments ("//") by Roberto Ierusalimschy · 2 years, 2 months ago
- 47cffdc Bug: tbc variables in "for" loops don't avoid tail calls by Roberto Ierusalimschy · 2 years, 2 months ago
- 36de01d Changes in cache for function constants by Roberto Ierusalimschy · 2 years, 2 months ago
- 7fbe215 New hash function for integer keys by Roberto Ierusalimschy · 2 years, 2 months ago
- bf10593 Allow yields inside '__pairs' by Roberto Ierusalimschy · 2 years, 2 months ago