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