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