5464 Commits (02bab9fc258fe1cbc6088b1bd61193499d058eff)
 

Author SHA1 Message Date
Roberto Ierusalimschy 02bab9fc25 Bug: Wrong line in error message for arith. errors 2 years ago
Roberto Ierusalimschy 5e08b41567 Simpler definition for LUA_STRFTIMEOPTIONS 2 years ago
Roberto Ierusalimschy cf08915d62 New macro LUA_USE_IOS 2 years ago
Roberto Ierusalimschy c888ae0aea Small changes in hash of pointers 2 years ago
Roberto Ierusalimschy d69789da1c Fix absence of 'system' in iOS 2 years ago
Roberto Ierusalimschy 314745ed84 Avoid excessive name pollution in test files 2 years ago
Roberto Ierusalimschy 0825cf237d Detail in make file for testes/libs 2 years ago
Roberto Ierusalimschy f874d37fa2 Small change in barrier macros 2 years ago
Roberto Ierusalimschy 35e01ed21d Small improvements in 'lmem.c' 2 years ago
Roberto Ierusalimschy 6aabf4b15e Details in some header files 2 years ago
Roberto Ierusalimschy fa2f294dd1 Reduce calls to 'luaC_step' when GC is stopped 2 years ago
Roberto Ierusalimschy 82fae58e25 Details 2 years ago
Roberto Ierusalimschy 9a77f57edc Stop GC while building initial state 2 years ago
Roberto Ierusalimschy be908a7d4d Removed unused field 'UpVal.tbc' 2 years ago
Roberto Ierusalimschy 9ede317c70 Threads are created like other objects 2 years ago
Roberto Ierusalimschy ee645472eb Stack reallocation done with a single realloc 2 years ago
Roberto Ierusalimschy 413a393e62 Stack indices changed to union's 2 years ago
Roberto Ierusalimschy ba089bcb08 Details 2 years ago
Roberto Ierusalimschy 1e64c1391f Bug: stack overflow with nesting of coroutine.close 2 years ago
Roberto Ierusalimschy b85816b9a8 Removed test function 'luaH_isdummy' 2 years ago
Roberto Ierusalimschy c954db3924 Option '-l g=mod' added to the manual 2 years ago
Roberto Ierusalimschy 14d2803e55 Details 2 years ago
Roberto Ierusalimschy 7f12bf40c4 Portability issue in a test for 'string.format' 2 years ago
Roberto Ierusalimschy 26be27459b Negation in constant folding of '>>' may overflow 2 years ago
Roberto Ierusalimschy cfbe378f90 Small simplification in overflow check in 'getfield' 2 years ago
Roberto Ierusalimschy a1089b415a Bug: 'utf8.codes' accepts spurious continuation bytes 2 years ago
Roberto Ierusalimschy f8c4c4fcf2 New test for table rehash 2 years ago
Roberto Ierusalimschy 71bc69c2af Note in the manual about using '...' as an expression 2 years ago
Roberto Ierusalimschy cd56f222b7 Corrected error message in 'table.remove' 2 years ago
Roberto Ierusalimschy 69b77b6fde Changed the growth rate of string buffers 2 years ago
Roberto Ierusalimschy 997f11f543 Bug: 'break' may not properly close variable in a 'for' loop 2 years ago
Roberto Ierusalimschy 02060b7a37 Simpler handling of Byte Order Mark (BOM) 2 years ago
Roberto Ierusalimschy a1f77a234a Bug: set correct pause when (re)entering gen. collection. 2 years ago
Roberto Ierusalimschy c6cea857a4 Better documentation for 'multires' expressions 2 years ago
Roberto Ierusalimschy d61b0c6028 More checks and documentation for uses of EXTRA_STACK 2 years ago
Roberto Ierusalimschy 196bb94d66 Bug: 'lua_settop' may use an invalid pointer to stack 2 years ago
Roberto Ierusalimschy 603b2c64ad 'luaV_concat' can use invalidated pointer to stack 2 years ago
Roberto Ierusalimschy 4a00f61276 'lua_checkstack' doesn't need to check stack overflow 2 years ago
Roberto Ierusalimschy 42d40581dd Save stack space while handling errors 3 years ago
Roberto Ierusalimschy e435aaabef Details (identation and typos) 3 years ago
Roberto Ierusalimschy 315639d3bb Factoring out common parts of 'codearith' and 'codebitwise' 3 years ago
Roberto Ierusalimschy c764ca71a6 Bug: Wrong code generation in bitwise operations 3 years ago
Roberto Ierusalimschy 295cde9454 New release number (5.4.5) 3 years ago
Roberto Ierusalimschy f3cfd5bf2b Details 3 years ago
Roberto Ierusalimschy 8426d9b4d4 Avoid computing invalid addresses 3 years ago
Roberto Ierusalimschy 1f3c6f4534 Bug: Lua can generate wrong code when _ENV is <const> 3 years ago
Roberto Ierusalimschy 25b143dd34 Bug: lua.c assumes that argv has at least one element 3 years ago
Roberto Ierusalimschy 5d708c3f9c Explanation of borders in the manual 3 years ago
Roberto Ierusalimschy 8dd2c912d2 Detail 3 years ago
Roberto Ierusalimschy 05ac2409ee New year (2022) 3 years ago