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