1. 38425e0 Avoid moving the collector while in 'GCSenteratomic' state by Roberto Ierusalimschy · 5 years ago
  2. d122620 Small optimizations in range checks by Roberto Ierusalimschy · 5 years ago
  3. 0443ad9 LUAI_MAXCCALLS renamed LUAI_MAXCSTACK by Roberto Ierusalimschy · 5 years ago
  4. f9b0cf0 Year in copyright notice updated to 2019 by Roberto Ierusalimschy · 5 years ago
  5. 7ceb215 Fixed small bugs/issues by Roberto Ierusalimschy · 5 years ago
  6. 23e6bac Keep correct type for immediate operands in comparisons by Roberto Ierusalimschy · 5 years ago
  7. 6820549 Details in the implementation of the integer 'for' loop by Roberto Ierusalimschy · 5 years ago
  8. f53eabe Small changes in the header of binary files by Roberto Ierusalimschy · 5 years ago c6f7181e910b6
  9. 39bb3cf Name 'nonstrict' in the UTF-8 library changed to 'lax' by Roberto Ierusalimschy · 5 years ago
  10. 9b37a46 New semantics for the integer 'for' loop by Roberto Ierusalimschy · 5 years ago
  11. 1e0c73d Changes in the validation of UTF-8 by Roberto Ierusalimschy · 5 years ago
  12. 8fa4f13 Finalizers must be callable by Roberto Ierusalimschy · 5 years ago
  13. b56d4e5 Changes in the warning system by Roberto Ierusalimschy · 5 years ago
  14. 9eca305 'math.randomseed()' sets a somewhat random seed by Roberto Ierusalimschy · 5 years ago
  15. c5feac2 Strings inside Lua are not fully aligned by Roberto Ierusalimschy · 5 years ago
  16. dfebe43 New conversion specifier '%p' for 'string.format' by Roberto Ierusalimschy · 5 years ago
  17. cf71a5d Details by Roberto Ierusalimschy · 5 years ago
  18. 2c32bff After a "bad collections", avoid switching back back to generational by Roberto Ierusalimschy · 5 years ago
  19. 264659b Optional 'init' argument to 'string.gmatch' by Roberto Ierusalimschy · 5 years ago
  20. 4ace93c No more to-be-closed functions by Roberto Ierusalimschy · 5 years ago
  21. c6f7181 No more LUA_ERRGCMM errors by Roberto Ierusalimschy · 5 years ago
  22. 437a5b0 Added a warning system to Lua by Roberto Ierusalimschy · 5 years ago
  23. ba7da13 Changes in the control of C-stack overflow by Roberto Ierusalimschy · 5 years ago
  24. da37ac9 Detail by Roberto Ierusalimschy · 5 years ago
  25. 6625064 'all' script automatically 'make's everything by Roberto Ierusalimschy · 5 years ago
  26. 5d7dec5 Added directory 'testes/libs/P1' to the repository by Roberto Ierusalimschy · 5 years ago
  27. af6d9f3 Details by Roberto Ierusalimschy · 5 years ago alt-version alternative-version
  28. 2258f31 Added file 'testes/heavy.lua' by Roberto Ierusalimschy · 5 years ago
  29. 57f5b81 Bug: Long brackets with a huge number of '=' causes overflow by Roberto Ierusalimschy · 5 years ago
  30. fdc25a1 New functions 'lua_resetthread' and 'coroutine.kill' by Roberto Ierusalimschy · 5 years ago
  31. 3b06f98 Details by Roberto Ierusalimschy · 5 years ago
  32. 51316f9 'math.rand()' uses higher bits to produce float value by Roberto Ierusalimschy · 5 years ago
  33. 46beca5 Better error messages for some polymorphic functions by Roberto Ierusalimschy · 5 years ago
  34. 28d829c Calls cannot be tail in the scope of a to-be-closed variable by Roberto Ierusalimschy · 5 years ago
  35. 6d04537 A to-be-closed variable must have a closable value (or be nil) by Roberto Ierusalimschy · 5 years ago
  36. 7696c64 Auxiliary buffer cannot close box with 'lua_remove' by Roberto Ierusalimschy · 5 years ago
  37. 7e63d3d Some bugs with stack reallocation by 'luaF_close' by Roberto Ierusalimschy · 5 years ago
  38. 84e32ad Added opcodes for arithmetic with K operands by Roberto Ierusalimschy · 6 years ago
  39. 35296e1 Details by Roberto Ierusalimschy · 6 years ago
  40. bb0185b Documentation for to-be-closed variables by Roberto Ierusalimschy · 6 years ago
  41. d40cd31 Visibility of non-API functions changed to "internal" by Roberto Ierusalimschy · 6 years ago
  42. 8cb8421 String buffer using to-be-closed variable by Roberto Ierusalimschy · 6 years ago
  43. 5fda30b 'lua_toclose' gets the index to be closed as an argument by Roberto Ierusalimschy · 6 years ago
  44. 9eafe9c New implementation for 'luaL_addvalue' by Roberto Ierusalimschy · 6 years ago
  45. 7f6f708 To-be-closed variable in 'for' loop separated from the state by Roberto Ierusalimschy · 6 years ago
  46. b8fed93 New syntax for to-be-closed variables by Roberto Ierusalimschy · 6 years ago
  47. 5e76a4f New macros for arithmetic/bitwise operations in 'luaV_execute' by Roberto Ierusalimschy · 6 years ago
  48. e8c7797 Removed internal cache for closures by Roberto Ierusalimschy · 6 years ago
  49. 2fc6b55 Removed resource-related "emergency collections" by Roberto Ierusalimschy · 6 years ago
  50. 947a372 State in generic 'for' acts as a to-be-closed variable by Roberto Ierusalimschy · 6 years ago
  51. e073cbc Better error messages for invalid operands in numeric 'for' by Roberto Ierusalimschy · 6 years ago
  52. 2316ec4 Back with optimization for 'if cond then goto' by Roberto Ierusalimschy · 6 years ago
  53. a006514 Big revamp in the implmentation of labels/gotos by Roberto Ierusalimschy · 6 years ago
  54. 6e9b719 More uniformity in code generation for 'for' loops by Roberto Ierusalimschy · 6 years ago
  55. 3484030 To-be-closed variables in the C API by Roberto Ierusalimschy · 6 years ago
  56. 41c800b Closing methods should not interfere with returning values by Roberto Ierusalimschy · 6 years ago
  57. 0a9aca5 Added a '__close' metamethod to file handles by Roberto Ierusalimschy · 6 years ago
  58. ea1322e Detail: bad assertion in 'luaM_free_' by Roberto Ierusalimschy · 6 years ago
  59. 6a4b9bb Removed extra information from RCS keyword strings in tests by Roberto Ierusalimschy · 6 years ago
  60. 7c8146d Small improvements in the manual by Roberto Ierusalimschy · 6 years ago
  61. c90176f Complete implementation of to-be-closed variables by Roberto Ierusalimschy · 6 years ago scopedvars
  62. 3c7dc52 Handling of memory errors when creating to-be-closed upvalues by Roberto Ierusalimschy · 6 years ago
  63. bd96330 First "complete" implementation of to-be-closed variables by Roberto Ierusalimschy · 6 years ago
  64. 4cd1f4a Towards "to closed" local variables by Roberto Ierusalimschy · 6 years ago
  65. b114c7d Added "cost" for the use of C stack by a coroutine invocation. by Roberto Ierusalimschy · 6 years ago
  66. 9cbf17b Details (comments) by Roberto Ierusalimschy · 6 years ago
  67. 5382a22 Corrections in the implementation of '%' for floats. by Roberto Ierusalimschy · 6 years ago
  68. 8c8a91f Deprecated the emulation of '__le' using '__lt' by Roberto Ierusalimschy · 6 years ago
  69. f995095 Removed extra information from RCS keyword strings by Roberto Ierusalimschy · 6 years ago
  70. 3dcd04a details by Roberto Ierusalimschy · 6 years ago
  71. faaf7e4 Removed use of 'rl_inhibit_completion' in 'lua.c' by Roberto Ierusalimschy · 6 years ago
  72. 3d838f6 Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' by Roberto Ierusalimschy · 6 years ago
  73. aa4c5cf Added directory to test file names in '$Id:' by Roberto Ierusalimschy · 6 years ago
  74. b47f2cd Small improvements in the manual by Roberto Ierusalimschy · 6 years ago
  75. e885dee File operations try an "emergency collection" when failing by Roberto Ierusalimschy · 6 years ago
  76. ccae0f5 Comments about OLD0/OLD1 ages by Roberto Ierusalimschy · 6 years ago
  77. 2e297d6 Fixed bug in generational collection of userdata by Roberto Ierusalimschy · 6 years ago
  78. fb18346 Avoid using 'int' for UTF-8 values by Roberto Ierusalimschy · 6 years ago
  79. 96f9643 Bug: wrong 'nCcalls' when resuming a coroutine by Roberto Ierusalimschy · 6 years ago
  80. 84058b1 Added definition for LUA_VERSION_RELEASE_NUM by Roberto Ierusalimschy · 6 years ago
  81. 4d5de1c Fixed bug in line info. when using 'not' operator by Roberto Ierusalimschy · 6 years ago
  82. 9a825f6 In tests of opcodes, avoid coercion in bitwise operation by Roberto Ierusalimschy · 6 years ago
  83. 941b189 Improvements in the manual by Roberto Ierusalimschy · 6 years ago
  84. 21f663d Added missing $Id$ to file 'ljumptab.h' by Roberto Ierusalimschy · 6 years ago
  85. 626cf05 Generational mode may wait longer after a major collection by Roberto Ierusalimschy · 6 years ago
  86. ccf6d09 'searchpath' creates less temporary strings by Roberto Ierusalimschy · 6 years ago
  87. de2caf7 Bit-library file removed from the project (as it was deprecated) by Roberto Ierusalimschy · 6 years ago
  88. b08c907 Opcode names moved to a new header file by Roberto Ierusalimschy · 6 years ago
  89. 06e08c6 Fixed bug in OP_IDIVI by Roberto Ierusalimschy · 6 years ago
  90. 7c519df Added manual and tests for version 5.4-w2 by Roberto Ierusalimschy · 6 years ago
  91. f59e6a9 opening functions must be exported! by Roberto Ierusalimschy · 6 years ago v5.4-w2
  92. 6683f83 several details by Roberto Ierusalimschy · 6 years ago
  93. a314409 in generational mode, an emergency collection can turn any object black by Roberto Ierusalimschy · 6 years ago
  94. 15ce8d0 in generational mode, an emergency collection can turn any object black by Roberto Ierusalimschy · 6 years ago
  95. b43300c change in 'LUAI_DDEC' to allow variables to be static in 'onelua' by Roberto Ierusalimschy · 6 years ago
  96. af70905 no need to check whether libraries and host use the same kernel; by Roberto Ierusalimschy · 6 years ago
  97. b95e466 new field 'nilvalue' in struct 'global_State' to avoid the use of by Roberto Ierusalimschy · 6 years ago
  98. d406d3d removed unused macros 'isstackindex'/'api_checkstackindex' + by Roberto Ierusalimschy · 6 years ago
  99. b6780ee detail (removed unused definition for 'LUA_QS') by Roberto Ierusalimschy · 6 years ago
  100. 2c107e1 warning (comparison between signed and unsigned integers) by Roberto Ierusalimschy · 6 years ago