1. 2c32bff After a "bad collections", avoid switching back back to generational by Roberto Ierusalimschy · 5 years ago
  2. 264659b Optional 'init' argument to 'string.gmatch' by Roberto Ierusalimschy · 5 years ago
  3. 4ace93c No more to-be-closed functions by Roberto Ierusalimschy · 5 years ago
  4. c6f7181 No more LUA_ERRGCMM errors by Roberto Ierusalimschy · 5 years ago
  5. 437a5b0 Added a warning system to Lua by Roberto Ierusalimschy · 5 years ago
  6. ba7da13 Changes in the control of C-stack overflow by Roberto Ierusalimschy · 5 years ago
  7. da37ac9 Detail by Roberto Ierusalimschy · 5 years ago
  8. 6625064 'all' script automatically 'make's everything by Roberto Ierusalimschy · 5 years ago
  9. 5d7dec5 Added directory 'testes/libs/P1' to the repository by Roberto Ierusalimschy · 5 years ago
  10. af6d9f3 Details by Roberto Ierusalimschy · 5 years ago alt-version alternative-version
  11. 2258f31 Added file 'testes/heavy.lua' by Roberto Ierusalimschy · 5 years ago
  12. 57f5b81 Bug: Long brackets with a huge number of '=' causes overflow by Roberto Ierusalimschy · 5 years ago
  13. fdc25a1 New functions 'lua_resetthread' and 'coroutine.kill' by Roberto Ierusalimschy · 5 years ago
  14. 3b06f98 Details by Roberto Ierusalimschy · 5 years ago
  15. 51316f9 'math.rand()' uses higher bits to produce float value by Roberto Ierusalimschy · 5 years ago
  16. 46beca5 Better error messages for some polymorphic functions by Roberto Ierusalimschy · 5 years ago
  17. 28d829c Calls cannot be tail in the scope of a to-be-closed variable by Roberto Ierusalimschy · 5 years ago
  18. 6d04537 A to-be-closed variable must have a closable value (or be nil) by Roberto Ierusalimschy · 5 years ago
  19. 7696c64 Auxiliary buffer cannot close box with 'lua_remove' by Roberto Ierusalimschy · 5 years ago
  20. 7e63d3d Some bugs with stack reallocation by 'luaF_close' by Roberto Ierusalimschy · 5 years ago
  21. 84e32ad Added opcodes for arithmetic with K operands by Roberto Ierusalimschy · 5 years ago
  22. 35296e1 Details by Roberto Ierusalimschy · 5 years ago
  23. bb0185b Documentation for to-be-closed variables by Roberto Ierusalimschy · 5 years ago
  24. d40cd31 Visibility of non-API functions changed to "internal" by Roberto Ierusalimschy · 5 years ago
  25. 8cb8421 String buffer using to-be-closed variable by Roberto Ierusalimschy · 5 years ago
  26. 5fda30b 'lua_toclose' gets the index to be closed as an argument by Roberto Ierusalimschy · 5 years ago
  27. 9eafe9c New implementation for 'luaL_addvalue' by Roberto Ierusalimschy · 5 years ago
  28. 7f6f708 To-be-closed variable in 'for' loop separated from the state by Roberto Ierusalimschy · 6 years ago
  29. b8fed93 New syntax for to-be-closed variables by Roberto Ierusalimschy · 6 years ago
  30. 5e76a4f New macros for arithmetic/bitwise operations in 'luaV_execute' by Roberto Ierusalimschy · 6 years ago
  31. e8c7797 Removed internal cache for closures by Roberto Ierusalimschy · 6 years ago
  32. 2fc6b55 Removed resource-related "emergency collections" by Roberto Ierusalimschy · 6 years ago
  33. 947a372 State in generic 'for' acts as a to-be-closed variable by Roberto Ierusalimschy · 6 years ago
  34. e073cbc Better error messages for invalid operands in numeric 'for' by Roberto Ierusalimschy · 6 years ago
  35. 2316ec4 Back with optimization for 'if cond then goto' by Roberto Ierusalimschy · 6 years ago
  36. a006514 Big revamp in the implmentation of labels/gotos by Roberto Ierusalimschy · 6 years ago
  37. 6e9b719 More uniformity in code generation for 'for' loops by Roberto Ierusalimschy · 6 years ago
  38. 3484030 To-be-closed variables in the C API by Roberto Ierusalimschy · 6 years ago
  39. 41c800b Closing methods should not interfere with returning values by Roberto Ierusalimschy · 6 years ago
  40. 0a9aca5 Added a '__close' metamethod to file handles by Roberto Ierusalimschy · 6 years ago
  41. ea1322e Detail: bad assertion in 'luaM_free_' by Roberto Ierusalimschy · 6 years ago
  42. 6a4b9bb Removed extra information from RCS keyword strings in tests by Roberto Ierusalimschy · 6 years ago
  43. 7c8146d Small improvements in the manual by Roberto Ierusalimschy · 6 years ago
  44. c90176f Complete implementation of to-be-closed variables by Roberto Ierusalimschy · 6 years ago scopedvars
  45. 3c7dc52 Handling of memory errors when creating to-be-closed upvalues by Roberto Ierusalimschy · 6 years ago
  46. bd96330 First "complete" implementation of to-be-closed variables by Roberto Ierusalimschy · 6 years ago
  47. 4cd1f4a Towards "to closed" local variables by Roberto Ierusalimschy · 6 years ago
  48. b114c7d Added "cost" for the use of C stack by a coroutine invocation. by Roberto Ierusalimschy · 6 years ago
  49. 9cbf17b Details (comments) by Roberto Ierusalimschy · 6 years ago
  50. 5382a22 Corrections in the implementation of '%' for floats. by Roberto Ierusalimschy · 6 years ago
  51. 8c8a91f Deprecated the emulation of '__le' using '__lt' by Roberto Ierusalimschy · 6 years ago
  52. f995095 Removed extra information from RCS keyword strings by Roberto Ierusalimschy · 6 years ago
  53. 3dcd04a details by Roberto Ierusalimschy · 6 years ago
  54. faaf7e4 Removed use of 'rl_inhibit_completion' in 'lua.c' by Roberto Ierusalimschy · 6 years ago
  55. 3d838f6 Added "emergency collection" to 'io.tmpfile' and 'os.tmpname' by Roberto Ierusalimschy · 6 years ago
  56. aa4c5cf Added directory to test file names in '$Id:' by Roberto Ierusalimschy · 6 years ago
  57. b47f2cd Small improvements in the manual by Roberto Ierusalimschy · 6 years ago
  58. e885dee File operations try an "emergency collection" when failing by Roberto Ierusalimschy · 6 years ago
  59. ccae0f5 Comments about OLD0/OLD1 ages by Roberto Ierusalimschy · 6 years ago
  60. 2e297d6 Fixed bug in generational collection of userdata by Roberto Ierusalimschy · 6 years ago
  61. fb18346 Avoid using 'int' for UTF-8 values by Roberto Ierusalimschy · 6 years ago
  62. 96f9643 Bug: wrong 'nCcalls' when resuming a coroutine by Roberto Ierusalimschy · 6 years ago
  63. 84058b1 Added definition for LUA_VERSION_RELEASE_NUM by Roberto Ierusalimschy · 6 years ago
  64. 4d5de1c Fixed bug in line info. when using 'not' operator by Roberto Ierusalimschy · 6 years ago
  65. 9a825f6 In tests of opcodes, avoid coercion in bitwise operation by Roberto Ierusalimschy · 6 years ago
  66. 941b189 Improvements in the manual by Roberto Ierusalimschy · 6 years ago
  67. 21f663d Added missing $Id$ to file 'ljumptab.h' by Roberto Ierusalimschy · 6 years ago
  68. 626cf05 Generational mode may wait longer after a major collection by Roberto Ierusalimschy · 6 years ago
  69. ccf6d09 'searchpath' creates less temporary strings by Roberto Ierusalimschy · 6 years ago
  70. de2caf7 Bit-library file removed from the project (as it was deprecated) by Roberto Ierusalimschy · 6 years ago
  71. b08c907 Opcode names moved to a new header file by Roberto Ierusalimschy · 6 years ago
  72. 06e08c6 Fixed bug in OP_IDIVI by Roberto Ierusalimschy · 6 years ago
  73. 7c519df Added manual and tests for version 5.4-w2 by Roberto Ierusalimschy · 6 years ago
  74. f59e6a9 opening functions must be exported! by Roberto Ierusalimschy · 6 years ago v5.4-w2
  75. 6683f83 several details by Roberto Ierusalimschy · 6 years ago
  76. a314409 in generational mode, an emergency collection can turn any object black by Roberto Ierusalimschy · 6 years ago
  77. 15ce8d0 in generational mode, an emergency collection can turn any object black by Roberto Ierusalimschy · 6 years ago
  78. b43300c change in 'LUAI_DDEC' to allow variables to be static in 'onelua' by Roberto Ierusalimschy · 6 years ago
  79. af70905 no need to check whether libraries and host use the same kernel; by Roberto Ierusalimschy · 6 years ago
  80. b95e466 new field 'nilvalue' in struct 'global_State' to avoid the use of by Roberto Ierusalimschy · 6 years ago
  81. d406d3d removed unused macros 'isstackindex'/'api_checkstackindex' + by Roberto Ierusalimschy · 6 years ago
  82. b6780ee detail (removed unused definition for 'LUA_QS') by Roberto Ierusalimschy · 6 years ago
  83. 2c107e1 warning (comparison between signed and unsigned integers) by Roberto Ierusalimschy · 6 years ago
  84. 6e60069 field 'sizearray' in struct 'Table' changed to 'alimit', which can by Roberto Ierusalimschy · 6 years ago
  85. 0612792 new macro 'ispow2' by Roberto Ierusalimschy · 6 years ago
  86. aedcfb9 type 'Rand64' may not be long long, so it should not use 'LL' in its constants by Roberto Ierusalimschy · 6 years ago
  87. 992b6d2 no more 'TESTGRAYBIT' (to free this bit for real uses) by Roberto Ierusalimschy · 6 years ago
  88. 588dfa4 detail in comment by Roberto Ierusalimschy · 6 years ago
  89. 6f2b8e2 added 'const' to 'Proto*' when possible by Roberto Ierusalimschy · 6 years ago
  90. c5dc521 added patch for bug 5.3.4-7 by Roberto Ierusalimschy · 6 years ago
  91. 505fc91 no more 'luaO_nilobject' to avoid comparison of global variable addresses by Roberto Ierusalimschy · 6 years ago
  92. fb8fa66 no more 'luaH_emptyobject' and comparisons of addresses of global variables by Roberto Ierusalimschy · 6 years ago
  93. b397064 avoid craches when loading tampered code with NULL as a string constant by Roberto Ierusalimschy · 6 years ago
  94. 34aa0c5 new macros 'likely'/'unlikely' with hints for jump predictions by Roberto Ierusalimschy · 6 years ago
  95. 97e394b macro 'luai_makeseed' now controls the whole process of making the seed by Roberto Ierusalimschy · 6 years ago
  96. 950fbcb detail ('l_castU2S' should only be used over lua_Unsigned values) by Roberto Ierusalimschy · 6 years ago
  97. b2d4d06 avoid possible overflows when checking sizes in 'string.unpack' by Roberto Ierusalimschy · 6 years ago
  98. 3b8dba5 added patches for two bugs (5.3.4-2 and 5.3.4-3) by Roberto Ierusalimschy · 6 years ago
  99. 892aff2 avoid circular inclusion between ltm.h <-> lstate.h by Roberto Ierusalimschy · 6 years ago
  100. 02ed0b2 in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0' by Roberto Ierusalimschy · 6 years ago