Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DetailsHEADmaster | Roberto I | 2025-09-05 | 6 | -5/+11 |
* | In C++, 'throw' must go to the correct handler. | Roberto I | 2025-09-05 | 1 | -17/+25 |
* | Allows LUA_32BITS to be defined externally | Roberto Ierusalimschy | 2025-08-30 | 1 | -2/+2 |
* | Added limit to number of elements in a constructor | Roberto I | 2025-08-27 | 2 | -4/+19 |
* | 'ltests.h' should not use LUAI_FUNC | Roberto I | 2025-08-27 | 1 | -6/+6 |
* | New compile option LUA_USE_OFF_T | Roberto Ierusalimschy | 2025-08-26 | 1 | -1/+1 |
* | update in 'onelua.c' | Roberto Ierusalimschy | 2025-08-26 | 1 | -5/+15 |
* | Some definitions moved from luaconf.h to llimits.h | Roberto Ierusalimschy | 2025-08-21 | 2 | -50/+50 |
* | Removed code for compatibility with version 5.3 | Roberto I | 2025-08-20 | 7 | -61/+3 |
* | Better documentation for LUA_ERRERR | Roberto I | 2025-08-20 | 2 | -4/+13 |
* | Added lock/unlock to API function 'lua_rawlen' | Roberto I | 2025-08-20 | 1 | -1/+7 |
* | Keep the order left-right in shifts | Roberto I | 2025-08-20 | 5 | -12/+12 |
* | Detail in 'obj2gco' | Roberto I | 2025-08-20 | 1 | -2/+2 |
* | Small cleaning services | Roberto I | 2025-08-20 | 3 | -30/+46 |
* | Functions 'frexp'-'ldexp' back to the math library | Roberto I | 2025-08-09 | 3 | -17/+46 |
* | Details | Roberto I | 2025-08-09 | 5 | -28/+51 |
* | 'onelua' can use the test library | Roberto Ierusalimschy | 2025-07-29 | 4 | -13/+34 |
* | Added some casts for 32-bit machines | Roberto Ierusalimschy | 2025-07-29 | 3 | -4/+4 |
* | Fix in string.rep | Roberto Ierusalimschy | 2025-07-23 | 1 | -8/+12 |
* | Randomness added to table length computation | Roberto Ierusalimschy | 2025-07-18 | 6 | -23/+48 |
* | Correction in utf8.offset | Roberto Ierusalimschy | 2025-07-18 | 2 | -3/+13 |
* | Short strings can be external, too | Roberto Ierusalimschy | 2025-07-15 | 9 | -120/+168 |
* | lua.c doesn't use function pointers with LUA_READLINE | Roberto Ierusalimschy | 2025-07-09 | 1 | -22/+25 |
* | New method to unload DLLs | Roberto Ierusalimschy | 2025-07-09 | 3 | -36/+98 |
* | lua option '--' may not be followed by script | Roberto Ierusalimschy | 2025-07-08 | 2 | -5/+7 |
* | Optional initialization for global declarations | Roberto Ierusalimschy | 2025-07-08 | 7 | -38/+96 |
* | Correction in definition of CIST_FRESH | Roberto Ierusalimschy | 2025-07-07 | 1 | -2/+2 |
* | Details (comments) | Roberto Ierusalimschy | 2025-07-07 | 5 | -8/+8 |
* | Added missing casts from lua_Unsigned to size_t | Roberto Ierusalimschy | 2025-07-01 | 2 | -3/+3 |
* | LUAI_MAXSTACK defined privately | Roberto Ierusalimschy | 2025-07-01 | 4 | -18/+17 |
* | Warning in loslib.c (signed-unsigned comparison) | Roberto Ierusalimschy | 2025-06-27 | 1 | -2/+3 |
* | Manual updated to version 5.5 | Roberto Ierusalimschy | 2025-06-27 | 2 | -9/+9 |
* | Cast added to 'add_history' | Roberto Ierusalimschy | 2025-06-26 | 1 | -2/+2 |
* | Application name for 'readline' is "lua", not "Lua"=list | Roberto Ierusalimschy | 2025-06-23 | 1 | -1/+1 |
* | Refactoring in the use of 'readline' by 'lua.c' | Roberto Ierusalimschy | 2025-06-23 | 1 | -33/+38 |
* | No need to limit variable declarations to 250 | Roberto Ierusalimschy | 2025-06-18 | 4 | -11/+38 |
* | Check string indices when loading binary chunk | Roberto Ierusalimschy | 2025-06-17 | 2 | -13/+11 |
* | New metatable in an all-weak table can fool the GC | Roberto Ierusalimschy | 2025-06-16 | 2 | -2/+15 |
* | Simpler code for 'traversetable' | Roberto Ierusalimschy | 2025-06-16 | 2 | -13/+31 |
* | Dump uses varints also for integer constants | Roberto Ierusalimschy | 2025-06-13 | 3 | -18/+48 |
* | The main thread cannot be closed | Roberto Ierusalimschy | 2025-06-13 | 3 | -2/+10 |
* | A coroutine can close itself | Roberto Ierusalimschy | 2025-06-12 | 6 | -21/+103 |
* | Loading a binary chunk should not break assertions | Roberto Ierusalimschy | 2025-06-04 | 2 | -1/+4 |
* | Removed uneeded check in parser | Roberto Ierusalimschy | 2025-06-04 | 1 | -1/+0 |
* | Bug: check for constructor overflow in [exp] fields | Roberto Ierusalimschy | 2025-05-20 | 2 | -6/+5 |
* | New way to control preambular declaration | Roberto Ierusalimschy | 2025-05-20 | 4 | -15/+45 |
* | Proper error message when jumping into 'global *' | Roberto Ierusalimschy | 2025-05-18 | 3 | -9/+12 |
* | Variable attributes can prefix name list | Roberto Ierusalimschy | 2025-05-18 | 15 | -60/+84 |
* | Detail | Roberto Ierusalimschy | 2025-05-16 | 2 | -8/+7 |
* | Slightly faster way to check for "global" | Roberto Ierusalimschy | 2025-05-16 | 3 | -12/+13 |