1. c4b71b7 Details by Roberto Ierusalimschy · 1 year, 3 months ago
  2. 1de2f31 Corrected support for 16-bit systems by Roberto Ierusalimschy · 1 year, 3 months ago
  3. 02bab9f Bug: Wrong line in error message for arith. errors by Roberto Ierusalimschy · 1 year, 4 months ago
  4. 5e08b41 Simpler definition for LUA_STRFTIMEOPTIONS by Roberto Ierusalimschy · 1 year, 4 months ago
  5. 8c064fd Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 4 months ago
  6. cf08915 New macro LUA_USE_IOS by Roberto Ierusalimschy · 1 year, 4 months ago
  7. c888ae0 Small changes in hash of pointers by Roberto Ierusalimschy · 1 year, 4 months ago
  8. d69789d Fix absence of 'system' in iOS by Roberto Ierusalimschy · 1 year, 5 months ago
  9. 8dea548 Do not avoid major collections when GCdebt is zero by Roberto Ierusalimschy · 1 year, 6 months ago
  10. b5ab31a Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 6 months ago
  11. 314745e Avoid excessive name pollution in test files by Roberto Ierusalimschy · 1 year, 6 months ago
  12. 140cdcc Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 6 months ago
  13. 0825cf2 Detail in make file for testes/libs by Roberto Ierusalimschy · 1 year, 6 months ago
  14. 7d4c7ae Changes in opcodes for generic 'for' by Roberto Ierusalimschy · 1 year, 6 months ago
  15. 873588d Simplification in opcodes for numerical 'for' by Roberto Ierusalimschy · 1 year, 6 months ago
  16. b2f7b3b Control variables in for loops are read only by Roberto Ierusalimschy · 1 year, 6 months ago
  17. 540d805 Towards Lua 5.5 by Roberto Ierusalimschy · 1 year, 6 months ago
  18. 7d6a97e Dump doesn't need to reuse 'source' by Roberto Ierusalimschy · 1 year, 6 months ago
  19. d70a0c9 Dump/undump reuse strings by Roberto Ierusalimschy · 1 year, 6 months ago
  20. 3e6818c Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 6 months ago
  21. f874d37 Small change in barrier macros by Roberto Ierusalimschy · 1 year, 6 months ago
  22. 88e5c6b Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 6 months ago
  23. 35e01ed Small improvements in 'lmem.c' by Roberto Ierusalimschy · 1 year, 6 months ago
  24. e33e1bd Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 6 months ago
  25. 6aabf4b Details in some header files by Roberto Ierusalimschy · 1 year, 6 months ago
  26. 5d8b5b9 Changed signal of GC debt by Roberto Ierusalimschy · 1 year, 6 months ago
  27. 40565b4 Revamp of GC parameters by Roberto Ierusalimschy · 1 year, 6 months ago
  28. ff106c0 Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 6 months ago
  29. fa2f294 Reduce calls to 'luaC_step' when GC is stopped by Roberto Ierusalimschy · 1 year, 6 months ago
  30. d738c8d New function 'luaL_openselectedlibs' by Roberto Ierusalimschy · 1 year, 6 months ago
  31. 0270c20 Simplification in handling of GC debt by Roberto Ierusalimschy · 1 year, 6 months ago
  32. 82fae58 Details by Roberto Ierusalimschy · 1 year, 7 months ago
  33. efc7c5d Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 7 months ago
  34. d324a0c Simpler control for major collections by Roberto Ierusalimschy · 1 year, 7 months ago
  35. 152b519 Removed GC checks from function calls by Roberto Ierusalimschy · 1 year, 7 months ago
  36. ec61be9 'l_mem' renamed to 'l_obj' to count objects by Roberto Ierusalimschy · 1 year, 7 months ago
  37. f356d5a First version of GC counting objects for control by Roberto Ierusalimschy · 1 year, 7 months ago
  38. 9a77f57 Stop GC while building initial state by Roberto Ierusalimschy · 1 year, 7 months ago
  39. be908a7 Removed unused field 'UpVal.tbc' by Roberto Ierusalimschy · 1 year, 7 months ago
  40. 7695331 Added a counter of the total number of existing objects by Roberto Ierusalimschy · 1 year, 7 months ago
  41. 3d2bd13 Merge branch 'master' into nextversion by Roberto Ierusalimschy · 1 year, 8 months ago
  42. 9ede317 Threads are created like other objects by Roberto Ierusalimschy · 1 year, 8 months ago
  43. 8047b2d Tables have a 'lastfree' information only when needed by Roberto Ierusalimschy · 1 year, 8 months ago
  44. ee64547 Stack reallocation done with a single realloc by Roberto Ierusalimschy · 1 year, 8 months ago
  45. 413a393 Stack indices changed to union's by Roberto Ierusalimschy · 1 year, 8 months ago
  46. ba089bc Details by Roberto Ierusalimschy · 1 year, 8 months ago
  47. 1e64c13 Bug: stack overflow with nesting of coroutine.close by Roberto Ierusalimschy · 1 year, 8 months ago
  48. b85816b Removed test function 'luaH_isdummy' by Roberto Ierusalimschy · 1 year, 8 months ago
  49. c954db3 Option '-l g=mod' added to the manual by Roberto Ierusalimschy · 1 year, 8 months ago
  50. 14d2803 Details by Roberto Ierusalimschy · 1 year, 8 months ago
  51. 7f12bf4 Portability issue in a test for 'string.format' by Roberto Ierusalimschy · 1 year, 8 months ago
  52. 26be274 Negation in constant folding of '>>' may overflow by Roberto Ierusalimschy · 1 year, 9 months ago
  53. cfbe378 Small simplification in overflow check in 'getfield' by Roberto Ierusalimschy · 1 year, 9 months ago
  54. a1089b4 Bug: 'utf8.codes' accepts spurious continuation bytes by Roberto Ierusalimschy · 1 year, 9 months ago
  55. f8c4c4f New test for table rehash by Roberto Ierusalimschy · 1 year, 9 months ago
  56. 71bc69c Note in the manual about using '...' as an expression by Roberto Ierusalimschy · 1 year, 9 months ago
  57. cd56f22 Corrected error message in 'table.remove' by Roberto Ierusalimschy · 1 year, 9 months ago
  58. 69b77b6 Changed the growth rate of string buffers by Roberto Ierusalimschy · 1 year, 9 months ago
  59. 997f11f Bug: 'break' may not properly close variable in a 'for' loop by Roberto Ierusalimschy · 1 year, 10 months ago
  60. 02060b7 Simpler handling of Byte Order Mark (BOM) by Roberto Ierusalimschy · 1 year, 10 months ago
  61. a1f77a2 Bug: set correct pause when (re)entering gen. collection. by Roberto Ierusalimschy · 1 year, 10 months ago
  62. c6cea85 Better documentation for 'multires' expressions by Roberto Ierusalimschy · 1 year, 10 months ago
  63. d61b0c6 More checks and documentation for uses of EXTRA_STACK by Roberto Ierusalimschy · 2 years, 1 month ago
  64. 196bb94 Bug: 'lua_settop' may use an invalid pointer to stack by Roberto Ierusalimschy · 2 years, 1 month ago
  65. 603b2c6 'luaV_concat' can use invalidated pointer to stack by Roberto Ierusalimschy · 2 years, 1 month ago
  66. 4a00f61 'lua_checkstack' doesn't need to check stack overflow by Roberto Ierusalimschy · 2 years, 1 month ago
  67. 42d4058 Save stack space while handling errors by Roberto Ierusalimschy · 2 years, 1 month ago
  68. e435aaa Details (identation and typos) by Roberto Ierusalimschy · 2 years, 1 month ago
  69. 315639d Factoring out common parts of 'codearith' and 'codebitwise' by Roberto Ierusalimschy · 2 years, 1 month ago
  70. c764ca7 Bug: Wrong code generation in bitwise operations by Roberto Ierusalimschy · 2 years, 2 months ago
  71. 295cde9 New release number (5.4.5) by Roberto Ierusalimschy · 2 years, 2 months ago
  72. f3cfd5b Details by Roberto Ierusalimschy · 2 years, 2 months ago
  73. 8426d9b Avoid computing invalid addresses by Roberto Ierusalimschy · 2 years, 4 months ago
  74. 1f3c6f4 Bug: Lua can generate wrong code when _ENV is <const> by Roberto Ierusalimschy · 2 years, 4 months ago
  75. 25b143d Bug: lua.c assumes that argv has at least one element by Roberto Ierusalimschy · 2 years, 4 months ago
  76. 5d708c3 Explanation of borders in the manual by Roberto Ierusalimschy · 2 years, 5 months ago v5.4.4
  77. 8dd2c91 Detail by Roberto Ierusalimschy · 2 years, 5 months ago
  78. 05ac240 New year (2022) by Roberto Ierusalimschy · 2 years, 5 months ago
  79. 597a53b Bug: finalizer calling exit can corrupt finalization order by Roberto Ierusalimschy · 2 years, 6 months ago
  80. 86ec152 Details by Roberto Ierusalimschy · 2 years, 6 months ago
  81. cf613cd Bug: finalizers can be called with an invalid stack by Roberto Ierusalimschy · 2 years, 6 months ago
  82. 066e0f9 Fix debug information about finalizers by Roberto Ierusalimschy · 2 years, 6 months ago
  83. 0bfc572 Bug: GC is not reentrant by Roberto Ierusalimschy · 2 years, 6 months ago
  84. 1de95e9 Bug: Lua stack still active when closing a state by Roberto Ierusalimschy · 2 years, 6 months ago
  85. ad3942a Main 'mainposition' replaced by 'mainpositionTV' by Roberto Ierusalimschy · 2 years, 7 months ago
  86. 48835c7 Wrong assert in 'collectvalidlines' by Roberto Ierusalimschy · 2 years, 7 months ago
  87. 6b3e116 Corrected bug in 'luaD_tryfuncTM' by Roberto Ierusalimschy · 2 years, 7 months ago
  88. e8deac5 Avoid OP_VARARGPREP for active lines by Roberto Ierusalimschy · 2 years, 7 months ago
  89. bfbff37 Bug: Wrong status in coroutine during reset by Roberto Ierusalimschy · 2 years, 7 months ago
  90. 74d9905 Bug: C stack overflow with coroutines by Roberto Ierusalimschy · 2 years, 7 months ago
  91. 1fce5be More uniform implementation for tail calls by Roberto Ierusalimschy · 2 years, 8 months ago
  92. 3699446 Removed goto's in 'luaD_precall' by Roberto Ierusalimschy · 2 years, 8 months ago
  93. 0e5071b Avoid taking the address of a 'TValue' field by Roberto Ierusalimschy · 2 years, 8 months ago
  94. 87a9573 Documentation by Roberto Ierusalimschy · 2 years, 8 months ago
  95. deac067 Avoid overflows when incrementing parameters in C by Roberto Ierusalimschy · 2 years, 9 months ago
  96. 2ff3471 Using 'inline' in some functions by Roberto Ierusalimschy · 2 years, 9 months ago
  97. 9db4bfe Revamp of format validation in 'string.format' by Roberto Ierusalimschy · 2 years, 10 months ago
  98. 91673a8 'luaD_tryfuncTM' checks stack space by itself by Roberto Ierusalimschy · 2 years, 10 months ago
  99. 41871f1 Undo simplification of tail calls (commit 901d760) by Roberto Ierusalimschy · 2 years, 10 months ago
  100. a393ac2 Detail in 'testes/math.lua' by Roberto Ierusalimschy · 2 years, 10 months ago