1. f849885 Small changes in macros that change GC colors by Roberto Ierusalimschy · 3 years, 9 months ago
  2. f7ce7e5 TOUCHED2 objects are not always black by Roberto Ierusalimschy · 3 years, 9 months ago
  3. 6514183 Open upvalues should be gray when entering gen. mode by Roberto Ierusalimschy · 3 years, 9 months ago
  4. f13dc59 Better tests for gray lists by Roberto Ierusalimschy · 3 years, 9 months ago
  5. 7c3cb71 Free bit 7 of GC 'marked' field by Roberto Ierusalimschy · 3 years, 9 months ago
  6. 68109af Detail (in asserts) by Roberto Ierusalimschy · 3 years, 9 months ago
  7. 9cf3299 Threads don't need to always go to 'grayagain' by Roberto Ierusalimschy · 3 years, 9 months ago
  8. b9b554e Clearer handling of gray lists when entering generational mode by Roberto Ierusalimschy · 3 years, 9 months ago
  9. 0dc5dec Optimization in 'markold' by Roberto Ierusalimschy · 3 years, 9 months ago
  10. b4c3534 Details by Roberto Ierusalimschy · 3 years, 9 months ago
  11. 71f70df OLD1 ages advanced by 'markold' by Roberto Ierusalimschy · 3 years, 9 months ago
  12. 663f83f Same changes around 'correctgraylist' by Roberto Ierusalimschy · 3 years, 9 months ago
  13. ae5b5ba Fixed bug: line hooks in stripped functions by Roberto Ierusalimschy · 3 years, 9 months ago
  14. a585eae Fixed bug: Negation overflow in getlocal/setlocal by Roberto Ierusalimschy · 3 years, 9 months ago
  15. d2c2e32 All objects are kept 'new' in incremental GC by Roberto Ierusalimschy · 3 years, 9 months ago
  16. 8c7c9ea Function 'printobj' in 'ltests.c' made public by Roberto Ierusalimschy · 3 years, 9 months ago
  17. a6da147 Fixed bug: barriers cannot be active during sweep by Roberto Ierusalimschy · 3 years, 9 months ago
  18. 34affe7 Fixed bug: 'luaD_callnoyield' called twice in a row by Roberto Ierusalimschy · 3 years, 10 months ago
  19. a219564 Fixed bug: invalid 'oldpc' when returning to a function by Roberto Ierusalimschy · 3 years, 10 months ago
  20. 1ecfbfa Fixed bug: invalid mode can crash 'io.popen' by Roberto Ierusalimschy · 3 years, 10 months ago
  21. e1d8770 Fixed bug: wrong stack limit when entering a coroutine by Roberto Ierusalimschy · 3 years, 10 months ago
  22. 0f1cd0e Added test for fix 127e7a6c894 by Roberto Ierusalimschy · 3 years, 10 months ago
  23. 127e7a6 Fixed bug of old finalized objects in the GC by Roberto Ierusalimschy · 3 years, 10 months ago
  24. 6f5bd50 Macro LUAI_ASSERT eases turning assertions on by Roberto Ierusalimschy · 3 years, 10 months ago
  25. 56ec432 Change in macro HARDMEMTESTS for testing GC by Roberto Ierusalimschy · 3 years, 10 months ago
  26. 31b8c2d Fixed bug of access violation in finalizers by Roberto Ierusalimschy · 3 years, 10 months ago
  27. eb41999 Fixed bugs of stack reallocation x GC by Roberto Ierusalimschy · 3 years, 10 months ago
  28. 314c605 Avoid any code before locks in the API by Roberto Ierusalimschy · 3 years, 10 months ago
  29. d39ea8b Make sure that main thread is non yieldable by Roberto Ierusalimschy · 3 years, 10 months ago
  30. 6298903 Keep minimum size when shrinking a stack by Roberto Ierusalimschy · 3 years, 10 months ago
  31. b57574d Keep memory errors as memory errors by Roberto Ierusalimschy · 3 years, 10 months ago
  32. bfcf06d Avoid memory allocation in some functions from 'ltests.c' by Roberto Ierusalimschy · 3 years, 10 months ago
  33. 0280407 Details by Roberto Ierusalimschy · 3 years, 10 months ago
  34. ae809e9 'luaV_concat' can "concat" one single value by Roberto Ierusalimschy · 3 years, 10 months ago
  35. e96385a Simplification and smaller buffers for 'lua_pushfstring' by Roberto Ierusalimschy · 3 years, 10 months ago
  36. 56a165b Added '.gitignore' to the repository by Roberto Ierusalimschy · 3 years, 10 months ago
  37. 422ce50 Fixed detail in 'loadUpvalues' by Roberto Ierusalimschy · 3 years, 10 months ago
  38. c33b172 Details by Roberto Ierusalimschy · 3 years, 11 months ago v5.4.0 v5.4.0
  39. a304199 Detail in 'lua_resetthread' by Roberto Ierusalimschy · 3 years, 11 months ago
  40. 6d7cd31 Fixed missing GC barriers in compiler and undump by Roberto Ierusalimschy · 3 years, 11 months ago
  41. 993c58f In 'lua_checkmemory', userdata can be gray, too by Roberto Ierusalimschy · 3 years, 11 months ago
  42. d49b288 'luaE_shrinkCI' shouldn't remove first free CallInfo by Roberto Ierusalimschy · 3 years, 11 months ago
  43. 69e8480 Details by Roberto Ierusalimschy · 4 years ago
  44. 364e569 Avoid calling 'fprintf' with NULL by Roberto Ierusalimschy · 4 years ago
  45. 63295f1 Fixed two bugs in to-be-closed variables x constants by Roberto Ierusalimschy · 4 years ago
  46. 50523b1 Improvements in the manual by Roberto Ierusalimschy · 4 years ago
  47. aa8d4a7 Details (more uniformity in error messages) by Roberto Ierusalimschy · 4 years ago
  48. efcf24b 'luaL_execresult' does not assume -1 status as error by Roberto Ierusalimschy · 4 years ago
  49. 17dbaa8 Improvements in the handling of signals by Roberto Ierusalimschy · 4 years ago
  50. 9514abc Cleaner definition for 'TString' by Roberto Ierusalimschy · 4 years ago
  51. 0be57b9 Details in comments by Roberto Ierusalimschy · 4 years ago
  52. 61a4e64 Back to old encoding of versions in binary files by Roberto Ierusalimschy · 4 years ago
  53. 9a6f47f C-Stack test does not assume minimum of 400 slots by Roberto Ierusalimschy · 4 years ago
  54. 948fb62 Details by Roberto Ierusalimschy · 4 years ago
  55. a901c50 Fixed warning about casts between function pointers by Roberto Ierusalimschy · 4 years ago
  56. 0ddc0f4 Several details about 5.4.0 rc1 by Roberto Ierusalimschy · 4 years ago
  57. cac075a Small issue in 'exprstat' by Roberto Ierusalimschy · 4 years ago
  58. 9e0a847 Added 'simplesect' sections to the manual by Roberto Ierusalimschy · 4 years, 1 month ago
  59. 7ccc6d8 Improvements in the manual by Roberto Ierusalimschy · 4 years, 1 month ago
  60. 7288528 Short strings always use all bytes in the hash by Roberto Ierusalimschy · 4 years, 1 month ago
  61. 513559c Fixed bug in 'string.format("%p")' by Roberto Ierusalimschy · 4 years, 2 months ago
  62. e460752 Fixed "conceptual" bug in 'luaK_setreturns' by Roberto Ierusalimschy · 4 years, 2 months ago
  63. 92594f0 Corrected direct use of 'snprintf' in 'lstrlib.c' by Roberto Ierusalimschy · 4 years, 2 months ago
  64. e8a5228 Code style in 'ldump'/'lundump'. by Roberto Ierusalimschy · 4 years, 2 months ago
  65. 6eb53b7 Details by Roberto Ierusalimschy · 4 years, 2 months ago
  66. 9b7987a OP_LOADFALSE broken in two instructions by Roberto Ierusalimschy · 4 years, 3 months ago
  67. 28ef706 Tag values don't need to be different from type values by Roberto Ierusalimschy · 4 years, 3 months ago
  68. 46c3587 Clearer distinction between types and tags by Roberto Ierusalimschy · 4 years, 3 months ago
  69. 69c7139 New macro 'makevariant' to codify variant tags by Roberto Ierusalimschy · 4 years, 4 months ago
  70. 5ff408d Changed internal representation of booleans by Roberto Ierusalimschy · 4 years, 4 months ago
  71. e3c8383 Fixed bug in 'aux_rawset' by Roberto Ierusalimschy · 4 years, 4 months ago
  72. bd1b87c Comments (mosty typos) by Roberto Ierusalimschy · 4 years, 4 months ago
  73. d7bb8df Copyright year changed to 2020 by Roberto Ierusalimschy · 4 years, 4 months ago
  74. c646e57 Joined common code in 'lua_rawset' and 'lua_rawsetp' by Roberto Ierusalimschy · 4 years, 5 months ago
  75. e0ab13c Easy way to allow Unicode characters in identifiers by Roberto Ierusalimschy · 4 years, 5 months ago
  76. e0cbaa5 Added test for NULL in string.format("%p") by Roberto Ierusalimschy · 4 years, 5 months ago
  77. 3747487 Small correction in assertion by Roberto Ierusalimschy · 4 years, 5 months ago
  78. 1e0ad01 Comment about LUA_COMPAT_LT_LE moved to proper place by Roberto Ierusalimschy · 4 years, 5 months ago
  79. 95735bd Simplifications in 'op_arith*' family of macros by Roberto Ierusalimschy · 4 years, 5 months ago
  80. d30569c Using an enumeration for float->integer coercion modes by Roberto Ierusalimschy · 4 years, 5 months ago
  81. 2d92102 'l_mathlim' renamed to 'l_floatatt' by Roberto Ierusalimschy · 4 years, 5 months ago
  82. 490ecfc Better comments about the use of 'k' in opcodes by Roberto Ierusalimschy · 4 years, 5 months ago
  83. e174f43 Manual a little more clear about string->number coersions by Roberto Ierusalimschy · 4 years, 5 months ago
  84. 81f2401 Code reorganization for opcodes OP_FORPREP and OP_FORLOOP by Roberto Ierusalimschy · 4 years, 5 months ago
  85. 508a705 Removed some wrong comments by Roberto Ierusalimschy · 4 years, 5 months ago
  86. 6f1c033 More generic pattern when testing 'string.format' by Roberto Ierusalimschy · 4 years, 6 months ago
  87. 5f83fb6 Details by Roberto Ierusalimschy · 4 years, 6 months ago
  88. 679dc72 Using 'metavalues' for "metamethods" that are not methods by Roberto Ierusalimschy · 4 years, 6 months ago
  89. 1499680 Comments in 'lopcodes.h' by Roberto Ierusalimschy · 4 years, 6 months ago
  90. bdcfae2 File 'bugs' no longer tracked by git by Roberto Ierusalimschy · 4 years, 6 months ago
  91. 7d526e7 Fixed bug in tail calls of __call chains by Roberto Ierusalimschy · 4 years, 6 months ago
  92. c12983c Fixed warnings from Keil compiler by Roberto Ierusalimschy · 4 years, 6 months ago
  93. ba9cd0d Change in the prefix of messages from searchers by Roberto Ierusalimschy · 4 years, 7 months ago
  94. b93f3b0 Added function 'luaL_buffsub' by Roberto Ierusalimschy · 4 years, 7 months ago
  95. 4c32d93 Several enhancements in the manual by Roberto Ierusalimschy · 4 years, 7 months ago
  96. 6e285e5 More pious implementation of 'string.dump' by Roberto Ierusalimschy · 4 years, 7 months ago
  97. b8cdea0 Changed definition of macro 'l_isfalse' by Roberto Ierusalimschy · 4 years, 7 months ago
  98. e592f94 Details (mostly comments) by Roberto Ierusalimschy · 4 years, 7 months ago
  99. 6e1aec7 Larger C-stack limits for new threads by Roberto Ierusalimschy · 4 years, 7 months ago
  100. 6055a03 Easy redefinition of valid flags for 'string.format' by Roberto Ierusalimschy · 4 years, 7 months ago