1. 6188f3a Reset thread before panicking by Roberto Ierusalimschy · 3 years, 4 months ago
  2. 7af27ef Cleaner handling of errors in '__close' metamethods by Roberto Ierusalimschy · 3 years, 4 months ago
  3. 0ceada8 Report last error in closing methods by Roberto Ierusalimschy · 3 years, 5 months ago
  4. f9d29b0 Upvalues removed from 'openupval' before being closed by Roberto Ierusalimschy · 3 years, 5 months ago
  5. 409256b 'coroutine.close'/'lua_resetthread' report original errors by Roberto Ierusalimschy · 3 years, 5 months ago
  6. b17178b Cleaner handling of floats in pack/unpack by Roberto Ierusalimschy · 3 years, 5 months ago
  7. e1ceea5 Cleaner definition for macro 'ttisclosure' by Roberto Ierusalimschy · 3 years, 5 months ago
  8. 748d6d4 Review of asserts in 'ltests.c' by Roberto Ierusalimschy · 3 years, 5 months ago
  9. e2ea3b3 Details (do not affect regular code) by Roberto Ierusalimschy · 3 years, 5 months ago
  10. 23051e8 Changes in the API of 'luaH_set' and related functions by Roberto Ierusalimschy · 3 years, 5 months ago
  11. f15589f Added test cases for error messages about goto/label by Roberto Ierusalimschy · 3 years, 5 months ago
  12. 754ca00 n Windows, 'popen' accepts "[rw][bt]?" as valid modes by Roberto Ierusalimschy · 3 years, 5 months ago
  13. c36ced5 Avoid "bad programming habits" in the reference system by Roberto Ierusalimschy · 3 years, 5 months ago
  14. d41c36b 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' by Roberto Ierusalimschy · 3 years, 5 months ago
  15. d9d2904 Details by Roberto Ierusalimschy · 3 years, 5 months ago
  16. 65d2294 Changed access to global table in the registry by Roberto Ierusalimschy · 3 years, 5 months ago
  17. 131e3fd Avoid using 'signal' when 'sigaction' is available by Roberto Ierusalimschy · 3 years, 5 months ago
  18. 9d067ab Optimization for 'n^2' by Roberto Ierusalimschy · 3 years, 6 months ago v5.4.2
  19. 2f4162b Compiler optimization back to '-O2' by Roberto Ierusalimschy · 3 years, 6 months ago
  20. ab1aca9 Removed optimization for «if ... then goto» by Roberto Ierusalimschy · 3 years, 6 months ago
  21. d282652 Bug when growing a stack by Roberto Ierusalimschy · 3 years, 6 months ago
  22. 5821660 'luaL_newstate' should not allocate extra memory by Roberto Ierusalimschy · 3 years, 6 months ago
  23. 94cbe46 Details by Roberto Ierusalimschy · 3 years, 6 months ago
  24. 69b71a6 _PROMPT can have non-string values by Roberto Ierusalimschy · 3 years, 6 months ago
  25. d742a19 Comments by Roberto Ierusalimschy · 3 years, 7 months ago
  26. e4a38eb Fixed wrong trace of vararg functions by Roberto Ierusalimschy · 3 years, 7 months ago
  27. f07de22 Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 by Roberto Ierusalimschy · 3 years, 7 months ago
  28. 52c8679 Fixed bug of keys removed from tables vs 'next' by Roberto Ierusalimschy · 3 years, 7 months ago
  29. 849b2ec New release number (5.4.2) by Roberto Ierusalimschy · 3 years, 7 months ago
  30. 3052804 'lua_upvalueid' returns NULL on invalid upvalue index by Roberto Ierusalimschy · 3 years, 7 months ago
  31. 9a89fb1 Hash always use all characters in a long string by Roberto Ierusalimschy · 3 years, 7 months ago
  32. c23cc86 Details by Roberto Ierusalimschy · 3 years, 7 months ago
  33. 171dcd7 'recover' finish of 'luaD_pcall' should follow the original by Roberto Ierusalimschy · 3 years, 7 months ago
  34. 5aa36e8 No more field 'lua_State.stacksize' by Roberto Ierusalimschy · 3 years, 7 months ago
  35. 9ecd446 Avoid shrinking stacks to often by Roberto Ierusalimschy · 3 years, 7 months ago
  36. fb172d0 No need for 'volatile' in string.pack/unpack by Roberto Ierusalimschy · 3 years, 7 months ago
  37. 0085db4 Avoid GCs when testing stack overflow by Roberto Ierusalimschy · 3 years, 7 months ago
  38. 490d42b Correct handling of 'luaV_execute' invocations by Roberto Ierusalimschy · 3 years, 8 months ago
  39. 287b302 Revision of stackless implementation by Roberto Ierusalimschy · 3 years, 8 months ago
  40. 5d8ce05 Back to a stackless implementation by Roberto Ierusalimschy · 3 years, 8 months ago
  41. f83de8e Wrong cast in 'str_unpack' by Roberto Ierusalimschy · 3 years, 7 months ago
  42. 9f79153 Merge branch 'master' of https://github.com/lua/lua by Roberto Ierusalimschy · 3 years, 7 months ago v5.4.1
  43. 51c29ec Create README.md by lhf · 3 years, 7 months ago
  44. fbaf040 Details in the manual by Roberto Ierusalimschy · 3 years, 7 months ago
  45. e51564d Details in comments and documentation by Roberto Ierusalimschy · 3 years, 8 months ago
  46. 98ec799 Detail by Roberto Ierusalimschy · 3 years, 8 months ago
  47. b6888a1 New release number (5.4.1) by Roberto Ierusalimschy · 3 years, 8 months ago
  48. 613513d Better documentation for the GC of strings in the C API by Roberto Ierusalimschy · 3 years, 8 months ago
  49. 8496112 Better documentation for 'lctype.h' by Roberto Ierusalimschy · 3 years, 8 months ago
  50. 6bc0f13 Fixed bug of long strings in binary chunks by Roberto Ierusalimschy · 3 years, 9 months ago
  51. 8a89da0 Better control of gray objects by Roberto Ierusalimschy · 3 years, 9 months ago
  52. f849885 Small changes in macros that change GC colors by Roberto Ierusalimschy · 3 years, 9 months ago
  53. f7ce7e5 TOUCHED2 objects are not always black by Roberto Ierusalimschy · 3 years, 9 months ago
  54. 6514183 Open upvalues should be gray when entering gen. mode by Roberto Ierusalimschy · 3 years, 9 months ago
  55. f13dc59 Better tests for gray lists by Roberto Ierusalimschy · 3 years, 9 months ago
  56. 7c3cb71 Free bit 7 of GC 'marked' field by Roberto Ierusalimschy · 3 years, 9 months ago
  57. 68109af Detail (in asserts) by Roberto Ierusalimschy · 3 years, 9 months ago
  58. 9cf3299 Threads don't need to always go to 'grayagain' by Roberto Ierusalimschy · 3 years, 9 months ago
  59. b9b554e Clearer handling of gray lists when entering generational mode by Roberto Ierusalimschy · 3 years, 9 months ago
  60. 0dc5dec Optimization in 'markold' by Roberto Ierusalimschy · 3 years, 9 months ago
  61. b4c3534 Details by Roberto Ierusalimschy · 3 years, 9 months ago
  62. 71f70df OLD1 ages advanced by 'markold' by Roberto Ierusalimschy · 3 years, 9 months ago
  63. 663f83f Same changes around 'correctgraylist' by Roberto Ierusalimschy · 3 years, 9 months ago
  64. ae5b5ba Fixed bug: line hooks in stripped functions by Roberto Ierusalimschy · 3 years, 9 months ago
  65. a585eae Fixed bug: Negation overflow in getlocal/setlocal by Roberto Ierusalimschy · 3 years, 9 months ago
  66. d2c2e32 All objects are kept 'new' in incremental GC by Roberto Ierusalimschy · 3 years, 9 months ago
  67. 8c7c9ea Function 'printobj' in 'ltests.c' made public by Roberto Ierusalimschy · 3 years, 9 months ago
  68. a6da147 Fixed bug: barriers cannot be active during sweep by Roberto Ierusalimschy · 3 years, 9 months ago
  69. 34affe7 Fixed bug: 'luaD_callnoyield' called twice in a row by Roberto Ierusalimschy · 3 years, 10 months ago
  70. a219564 Fixed bug: invalid 'oldpc' when returning to a function by Roberto Ierusalimschy · 3 years, 10 months ago
  71. 1ecfbfa Fixed bug: invalid mode can crash 'io.popen' by Roberto Ierusalimschy · 3 years, 10 months ago
  72. e1d8770 Fixed bug: wrong stack limit when entering a coroutine by Roberto Ierusalimschy · 3 years, 10 months ago
  73. 0f1cd0e Added test for fix 127e7a6c894 by Roberto Ierusalimschy · 3 years, 10 months ago
  74. 127e7a6 Fixed bug of old finalized objects in the GC by Roberto Ierusalimschy · 3 years, 10 months ago
  75. 6f5bd50 Macro LUAI_ASSERT eases turning assertions on by Roberto Ierusalimschy · 3 years, 10 months ago
  76. 56ec432 Change in macro HARDMEMTESTS for testing GC by Roberto Ierusalimschy · 3 years, 10 months ago
  77. 31b8c2d Fixed bug of access violation in finalizers by Roberto Ierusalimschy · 3 years, 10 months ago
  78. eb41999 Fixed bugs of stack reallocation x GC by Roberto Ierusalimschy · 3 years, 10 months ago
  79. 314c605 Avoid any code before locks in the API by Roberto Ierusalimschy · 3 years, 10 months ago
  80. d39ea8b Make sure that main thread is non yieldable by Roberto Ierusalimschy · 3 years, 10 months ago
  81. 6298903 Keep minimum size when shrinking a stack by Roberto Ierusalimschy · 3 years, 10 months ago
  82. b57574d Keep memory errors as memory errors by Roberto Ierusalimschy · 3 years, 10 months ago
  83. bfcf06d Avoid memory allocation in some functions from 'ltests.c' by Roberto Ierusalimschy · 3 years, 10 months ago
  84. 0280407 Details by Roberto Ierusalimschy · 3 years, 10 months ago
  85. ae809e9 'luaV_concat' can "concat" one single value by Roberto Ierusalimschy · 3 years, 10 months ago
  86. e96385a Simplification and smaller buffers for 'lua_pushfstring' by Roberto Ierusalimschy · 3 years, 10 months ago
  87. 56a165b Added '.gitignore' to the repository by Roberto Ierusalimschy · 3 years, 10 months ago
  88. 422ce50 Fixed detail in 'loadUpvalues' by Roberto Ierusalimschy · 3 years, 10 months ago
  89. c33b172 Details by Roberto Ierusalimschy · 3 years, 11 months ago v5.4.0 v5.4.0
  90. a304199 Detail in 'lua_resetthread' by Roberto Ierusalimschy · 3 years, 11 months ago
  91. 6d7cd31 Fixed missing GC barriers in compiler and undump by Roberto Ierusalimschy · 3 years, 11 months ago
  92. 993c58f In 'lua_checkmemory', userdata can be gray, too by Roberto Ierusalimschy · 3 years, 11 months ago
  93. d49b288 'luaE_shrinkCI' shouldn't remove first free CallInfo by Roberto Ierusalimschy · 3 years, 11 months ago
  94. 69e8480 Details by Roberto Ierusalimschy · 4 years ago
  95. 364e569 Avoid calling 'fprintf' with NULL by Roberto Ierusalimschy · 4 years ago
  96. 63295f1 Fixed two bugs in to-be-closed variables x constants by Roberto Ierusalimschy · 4 years ago
  97. 50523b1 Improvements in the manual by Roberto Ierusalimschy · 4 years ago
  98. aa8d4a7 Details (more uniformity in error messages) by Roberto Ierusalimschy · 4 years ago
  99. efcf24b 'luaL_execresult' does not assume -1 status as error by Roberto Ierusalimschy · 4 years ago
  100. 17dbaa8 Improvements in the handling of signals by Roberto Ierusalimschy · 4 years ago