1. 52c8679 Fixed bug of keys removed from tables vs 'next' by Roberto Ierusalimschy · 3 years, 7 months ago
  2. 849b2ec New release number (5.4.2) by Roberto Ierusalimschy · 3 years, 7 months ago
  3. 3052804 'lua_upvalueid' returns NULL on invalid upvalue index by Roberto Ierusalimschy · 3 years, 7 months ago
  4. 9a89fb1 Hash always use all characters in a long string by Roberto Ierusalimschy · 3 years, 7 months ago
  5. c23cc86 Details by Roberto Ierusalimschy · 3 years, 7 months ago
  6. 171dcd7 'recover' finish of 'luaD_pcall' should follow the original by Roberto Ierusalimschy · 3 years, 7 months ago
  7. 5aa36e8 No more field 'lua_State.stacksize' by Roberto Ierusalimschy · 3 years, 7 months ago
  8. 9ecd446 Avoid shrinking stacks to often by Roberto Ierusalimschy · 3 years, 7 months ago
  9. fb172d0 No need for 'volatile' in string.pack/unpack by Roberto Ierusalimschy · 3 years, 7 months ago
  10. 0085db4 Avoid GCs when testing stack overflow by Roberto Ierusalimschy · 3 years, 7 months ago
  11. 490d42b Correct handling of 'luaV_execute' invocations by Roberto Ierusalimschy · 3 years, 7 months ago
  12. 287b302 Revision of stackless implementation by Roberto Ierusalimschy · 3 years, 7 months ago
  13. 5d8ce05 Back to a stackless implementation by Roberto Ierusalimschy · 3 years, 7 months ago
  14. f83de8e Wrong cast in 'str_unpack' by Roberto Ierusalimschy · 3 years, 7 months ago
  15. 9f79153 Merge branch 'master' of https://github.com/lua/lua by Roberto Ierusalimschy · 3 years, 7 months ago v5.4.1
  16. 51c29ec Create README.md by lhf · 3 years, 7 months ago
  17. fbaf040 Details in the manual by Roberto Ierusalimschy · 3 years, 7 months ago
  18. e51564d Details in comments and documentation by Roberto Ierusalimschy · 3 years, 8 months ago
  19. 98ec799 Detail by Roberto Ierusalimschy · 3 years, 8 months ago
  20. b6888a1 New release number (5.4.1) by Roberto Ierusalimschy · 3 years, 8 months ago
  21. 613513d Better documentation for the GC of strings in the C API by Roberto Ierusalimschy · 3 years, 8 months ago
  22. 8496112 Better documentation for 'lctype.h' by Roberto Ierusalimschy · 3 years, 8 months ago
  23. 6bc0f13 Fixed bug of long strings in binary chunks by Roberto Ierusalimschy · 3 years, 9 months ago
  24. 8a89da0 Better control of gray objects by Roberto Ierusalimschy · 3 years, 9 months ago
  25. f849885 Small changes in macros that change GC colors by Roberto Ierusalimschy · 3 years, 9 months ago
  26. f7ce7e5 TOUCHED2 objects are not always black by Roberto Ierusalimschy · 3 years, 9 months ago
  27. 6514183 Open upvalues should be gray when entering gen. mode by Roberto Ierusalimschy · 3 years, 9 months ago
  28. f13dc59 Better tests for gray lists by Roberto Ierusalimschy · 3 years, 9 months ago
  29. 7c3cb71 Free bit 7 of GC 'marked' field by Roberto Ierusalimschy · 3 years, 9 months ago
  30. 68109af Detail (in asserts) by Roberto Ierusalimschy · 3 years, 9 months ago
  31. 9cf3299 Threads don't need to always go to 'grayagain' by Roberto Ierusalimschy · 3 years, 9 months ago
  32. b9b554e Clearer handling of gray lists when entering generational mode by Roberto Ierusalimschy · 3 years, 9 months ago
  33. 0dc5dec Optimization in 'markold' by Roberto Ierusalimschy · 3 years, 9 months ago
  34. b4c3534 Details by Roberto Ierusalimschy · 3 years, 9 months ago
  35. 71f70df OLD1 ages advanced by 'markold' by Roberto Ierusalimschy · 3 years, 9 months ago
  36. 663f83f Same changes around 'correctgraylist' by Roberto Ierusalimschy · 3 years, 9 months ago
  37. ae5b5ba Fixed bug: line hooks in stripped functions by Roberto Ierusalimschy · 3 years, 9 months ago
  38. a585eae Fixed bug: Negation overflow in getlocal/setlocal by Roberto Ierusalimschy · 3 years, 9 months ago
  39. d2c2e32 All objects are kept 'new' in incremental GC by Roberto Ierusalimschy · 3 years, 9 months ago
  40. 8c7c9ea Function 'printobj' in 'ltests.c' made public by Roberto Ierusalimschy · 3 years, 9 months ago
  41. a6da147 Fixed bug: barriers cannot be active during sweep by Roberto Ierusalimschy · 3 years, 9 months ago
  42. 34affe7 Fixed bug: 'luaD_callnoyield' called twice in a row by Roberto Ierusalimschy · 3 years, 10 months ago
  43. a219564 Fixed bug: invalid 'oldpc' when returning to a function by Roberto Ierusalimschy · 3 years, 10 months ago
  44. 1ecfbfa Fixed bug: invalid mode can crash 'io.popen' by Roberto Ierusalimschy · 3 years, 10 months ago
  45. e1d8770 Fixed bug: wrong stack limit when entering a coroutine by Roberto Ierusalimschy · 3 years, 10 months ago
  46. 0f1cd0e Added test for fix 127e7a6c894 by Roberto Ierusalimschy · 3 years, 10 months ago
  47. 127e7a6 Fixed bug of old finalized objects in the GC by Roberto Ierusalimschy · 3 years, 10 months ago
  48. 6f5bd50 Macro LUAI_ASSERT eases turning assertions on by Roberto Ierusalimschy · 3 years, 10 months ago
  49. 56ec432 Change in macro HARDMEMTESTS for testing GC by Roberto Ierusalimschy · 3 years, 10 months ago
  50. 31b8c2d Fixed bug of access violation in finalizers by Roberto Ierusalimschy · 3 years, 10 months ago
  51. eb41999 Fixed bugs of stack reallocation x GC by Roberto Ierusalimschy · 3 years, 10 months ago
  52. 314c605 Avoid any code before locks in the API by Roberto Ierusalimschy · 3 years, 10 months ago
  53. d39ea8b Make sure that main thread is non yieldable by Roberto Ierusalimschy · 3 years, 10 months ago
  54. 6298903 Keep minimum size when shrinking a stack by Roberto Ierusalimschy · 3 years, 10 months ago
  55. b57574d Keep memory errors as memory errors by Roberto Ierusalimschy · 3 years, 10 months ago
  56. bfcf06d Avoid memory allocation in some functions from 'ltests.c' by Roberto Ierusalimschy · 3 years, 10 months ago
  57. 0280407 Details by Roberto Ierusalimschy · 3 years, 10 months ago
  58. ae809e9 'luaV_concat' can "concat" one single value by Roberto Ierusalimschy · 3 years, 10 months ago
  59. e96385a Simplification and smaller buffers for 'lua_pushfstring' by Roberto Ierusalimschy · 3 years, 10 months ago
  60. 56a165b Added '.gitignore' to the repository by Roberto Ierusalimschy · 3 years, 10 months ago
  61. 422ce50 Fixed detail in 'loadUpvalues' by Roberto Ierusalimschy · 3 years, 10 months ago
  62. c33b172 Details by Roberto Ierusalimschy · 3 years, 11 months ago v5.4.0 v5.4.0
  63. a304199 Detail in 'lua_resetthread' by Roberto Ierusalimschy · 3 years, 11 months ago
  64. 6d7cd31 Fixed missing GC barriers in compiler and undump by Roberto Ierusalimschy · 3 years, 11 months ago
  65. 993c58f In 'lua_checkmemory', userdata can be gray, too by Roberto Ierusalimschy · 3 years, 11 months ago
  66. d49b288 'luaE_shrinkCI' shouldn't remove first free CallInfo by Roberto Ierusalimschy · 3 years, 11 months ago
  67. 69e8480 Details by Roberto Ierusalimschy · 3 years, 11 months ago
  68. 364e569 Avoid calling 'fprintf' with NULL by Roberto Ierusalimschy · 3 years, 11 months ago
  69. 63295f1 Fixed two bugs in to-be-closed variables x constants by Roberto Ierusalimschy · 4 years ago
  70. 50523b1 Improvements in the manual by Roberto Ierusalimschy · 4 years ago
  71. aa8d4a7 Details (more uniformity in error messages) by Roberto Ierusalimschy · 4 years ago
  72. efcf24b 'luaL_execresult' does not assume -1 status as error by Roberto Ierusalimschy · 4 years ago
  73. 17dbaa8 Improvements in the handling of signals by Roberto Ierusalimschy · 4 years ago
  74. 9514abc Cleaner definition for 'TString' by Roberto Ierusalimschy · 4 years ago
  75. 0be57b9 Details in comments by Roberto Ierusalimschy · 4 years ago
  76. 61a4e64 Back to old encoding of versions in binary files by Roberto Ierusalimschy · 4 years ago
  77. 9a6f47f C-Stack test does not assume minimum of 400 slots by Roberto Ierusalimschy · 4 years ago
  78. 948fb62 Details by Roberto Ierusalimschy · 4 years ago
  79. a901c50 Fixed warning about casts between function pointers by Roberto Ierusalimschy · 4 years ago
  80. 0ddc0f4 Several details about 5.4.0 rc1 by Roberto Ierusalimschy · 4 years ago
  81. cac075a Small issue in 'exprstat' by Roberto Ierusalimschy · 4 years ago
  82. 9e0a847 Added 'simplesect' sections to the manual by Roberto Ierusalimschy · 4 years, 1 month ago
  83. 7ccc6d8 Improvements in the manual by Roberto Ierusalimschy · 4 years, 1 month ago
  84. 7288528 Short strings always use all bytes in the hash by Roberto Ierusalimschy · 4 years, 1 month ago
  85. 513559c Fixed bug in 'string.format("%p")' by Roberto Ierusalimschy · 4 years, 2 months ago
  86. e460752 Fixed "conceptual" bug in 'luaK_setreturns' by Roberto Ierusalimschy · 4 years, 2 months ago
  87. 92594f0 Corrected direct use of 'snprintf' in 'lstrlib.c' by Roberto Ierusalimschy · 4 years, 2 months ago
  88. e8a5228 Code style in 'ldump'/'lundump'. by Roberto Ierusalimschy · 4 years, 2 months ago
  89. 6eb53b7 Details by Roberto Ierusalimschy · 4 years, 2 months ago
  90. 9b7987a OP_LOADFALSE broken in two instructions by Roberto Ierusalimschy · 4 years, 3 months ago
  91. 28ef706 Tag values don't need to be different from type values by Roberto Ierusalimschy · 4 years, 3 months ago
  92. 46c3587 Clearer distinction between types and tags by Roberto Ierusalimschy · 4 years, 3 months ago
  93. 69c7139 New macro 'makevariant' to codify variant tags by Roberto Ierusalimschy · 4 years, 4 months ago
  94. 5ff408d Changed internal representation of booleans by Roberto Ierusalimschy · 4 years, 4 months ago
  95. e3c8383 Fixed bug in 'aux_rawset' by Roberto Ierusalimschy · 4 years, 4 months ago
  96. bd1b87c Comments (mosty typos) by Roberto Ierusalimschy · 4 years, 4 months ago
  97. d7bb8df Copyright year changed to 2020 by Roberto Ierusalimschy · 4 years, 4 months ago
  98. c646e57 Joined common code in 'lua_rawset' and 'lua_rawsetp' by Roberto Ierusalimschy · 4 years, 5 months ago
  99. e0ab13c Easy way to allow Unicode characters in identifiers by Roberto Ierusalimschy · 4 years, 5 months ago
  100. e0cbaa5 Added test for NULL in string.format("%p") by Roberto Ierusalimschy · 4 years, 5 months ago