1. c037162 Stricter test for use of '__builtin_expect' by Roberto I · 12 days ago master
  2. efddc23 Bug: wrong initialization in result from 'gmatch' by Roberto Ierusalimschy · 12 days ago
  3. f1bb277 Bug: Loading a binary chunk does not run the GC by Roberto I · 12 days ago
  4. 51269bd Adjustment in useless parameter L in macros luai_num* by Roberto I · 4 weeks ago
  5. 377cbea 'table.tunpack' using 'aux_getn' like the others by Roberto I · 5 weeks ago
  6. 36d5d2b Details by Roberto I · 5 weeks ago
  7. 9e501d9 Slightly better documentation for LUAI_MAXALIGN by Roberto I · 5 weeks ago
  8. 10eb89d BUG: shift overflow in utf-8 decode by Roberto I · 8 weeks ago
  9. 7c40c5e Details by Roberto Ierusalimschy · 9 weeks ago
  10. b60e2bc Avoid an assignment of values that overlap by Roberto Ierusalimschy · 9 weeks ago
  11. c6b4848 Environment variable for readline library name by Roberto I · 2 months ago
  12. efbc297 New year and (eventual) new release by Roberto I · 2 months ago
  13. cfcaa94 Explanation about char* parameters in the C API by Roberto I · 3 months ago
  14. 3360710 Another way to handle option -E by Roberto I · 3 months ago
  15. e992c6a Some compilation options configurable from makefile by Roberto Ierusalimschy · 3 months ago
  16. f5d1e86 New compile option LUA_COMPAT_LOOPVAR by Roberto I · 3 months ago
  17. 2a7cf4f More effort in avoiding errors in finalizers by Roberto I · 3 months ago
  18. 5cfc725 Special case for 'string.rep' over an empty string by Roberto I · 3 months ago
  19. 45c7ae5 BUG: Possible overflow in 'string.packsize' by Roberto I · 3 months ago
  20. 962f444 Details by Roberto I · 3 months ago
  21. c4e2c91 Details by Roberto I · 3 months ago
  22. 632a71b BUG: Arithmetic overflow in 'collectgarbage"step"' by Roberto I · 4 months ago
  23. 578ae57 Details by Roberto I · 4 months ago
  24. a5522f0 GC checks stack space before running finalizer by Roberto I · 4 months ago v5.5.0
  25. 3d03ae5 'luaL_newstate' starts state with warnings on by Roberto I · 4 months ago
  26. 82d721a Format adjust in the manual by Roberto I · 4 months ago
  27. 104b0fc Details by Roberto I · 4 months ago
  28. 8164d09 Wrong assert in 'luaK_indexed' by Roberto I · 4 months ago
  29. 985ef32 In luaB_close, running coroutines do not go to default by Roberto I · 4 months ago rc
  30. a07f6a8 Functions with vararg tables don't need hidden args. by Roberto I · 5 months ago
  31. f33cc4d New conceptual model for vararg by Roberto I · 5 months ago
  32. d94f7ba Details by Roberto I · 5 months ago
  33. 4cf4982 '__pairs' can also return a to-be-closed object by Roberto I · 5 months ago
  34. 5b7d998 External strings are as good as internal ones by Roberto I · 5 months ago
  35. 81f4def Correction in line info for semantic errors by Roberto I · 5 months ago
  36. e44f3a2 Global initialization checks name conflict by Roberto I · 5 months ago
  37. f791bb6 Details by Roberto I · 5 months ago
  38. d342328 Vertical bar removed from syntax of vararg table by Roberto I · 5 months ago
  39. 0149b78 Case VVARGIND added to luaK_storevar by Roberto Ierusalimschy · 5 months ago
  40. d4eff00 Fixed initialization of global variables by Roberto I · 6 months ago
  41. fca9744 Small change in 'trymt' by Roberto I · 6 months ago
  42. 26755ca Added "attribute internal" to __MACH__ platforms by Roberto I · 6 months ago
  43. b352217 Standard allocator function added to the API by Roberto I · 6 months ago
  44. 9c66903 Details by Roberto I · 6 months ago
  45. 30a7b93 Two new memory tests by Roberto I · 6 months ago
  46. 7a92f3f Change in dumping of NULL strings by Roberto I · 6 months ago
  47. 3347c9d Initialization of too many locals break assertion by Roberto I · 6 months ago
  48. 25c54fe Optimization for vararg tables by Roberto I · 7 months ago
  49. 0cc3c94 Small tweaks in makefile by Roberto I · 7 months ago
  50. 8fb1af0 Varag parameter is a new kind of variable by Roberto I · 7 months ago
  51. 140b672 Vararg table by Roberto I · 7 months ago
  52. 9ea06e6 Details by Roberto I · 7 months ago
  53. ffbcadf In C++, 'throw' must go to the correct handler. by Roberto I · 7 months ago
  54. 0b73ed8 Allows LUA_32BITS to be defined externally by Roberto Ierusalimschy · 8 months ago
  55. f87416f Added limit to number of elements in a constructor by Roberto I · 8 months ago
  56. 03a3473 'ltests.h' should not use LUAI_FUNC by Roberto I · 8 months ago
  57. 9a39403 New compile option LUA_USE_OFF_T by Roberto Ierusalimschy · 8 months ago
  58. 7118906 update in 'onelua.c' by Roberto Ierusalimschy · 8 months ago
  59. 13d2326 Some definitions moved from luaconf.h to llimits.h by Roberto Ierusalimschy · 8 months ago
  60. 06c5d38 Removed code for compatibility with version 5.3 by Roberto I · 8 months ago
  61. c345877 Better documentation for LUA_ERRERR by Roberto I · 8 months ago
  62. 907d172 Added lock/unlock to API function 'lua_rawlen' by Roberto I · 8 months ago
  63. 88aa404 Keep the order left-right in shifts by Roberto I · 8 months ago
  64. c688b00 Detail in 'obj2gco' by Roberto I · 8 months ago
  65. dd09567 Small cleaning services by Roberto I · 8 months ago
  66. 53dc5a3 Functions 'frexp'-'ldexp' back to the math library by Roberto I · 8 months ago
  67. 5b179ea Details by Roberto I · 8 months ago
  68. 8fddca8 'onelua' can use the test library by Roberto Ierusalimschy · 9 months ago
  69. c33bb08 Added some casts for 32-bit machines by Roberto Ierusalimschy · 9 months ago
  70. e3716ee Fix in string.rep by Roberto Ierusalimschy · 9 months ago
  71. 303f415 Randomness added to table length computation by Roberto Ierusalimschy · 9 months ago
  72. ccb8b30 Correction in utf8.offset by Roberto Ierusalimschy · 9 months ago
  73. 60b6599 Short strings can be external, too by Roberto Ierusalimschy · 9 months ago
  74. c612685 lua.c doesn't use function pointers with LUA_READLINE by Roberto Ierusalimschy · 9 months ago
  75. 85a3c16 New method to unload DLLs by Roberto Ierusalimschy · 9 months ago
  76. f65d1f9 lua option '--' may not be followed by script by Roberto Ierusalimschy · 9 months ago
  77. 942c10a Optional initialization for global declarations by Roberto Ierusalimschy · 9 months ago
  78. 8485687 Correction in definition of CIST_FRESH by Roberto Ierusalimschy · 9 months ago
  79. 03d672a Details (comments) by Roberto Ierusalimschy · 9 months ago
  80. 03bf7fd Added missing casts from lua_Unsigned to size_t by Roberto Ierusalimschy · 10 months ago
  81. 59a1adf LUAI_MAXSTACK defined privately by Roberto Ierusalimschy · 10 months ago
  82. cfce6f4 Warning in loslib.c (signed-unsigned comparison) by Roberto Ierusalimschy · 10 months ago v5.5-beta
  83. 1da89da Manual updated to version 5.5 by Roberto Ierusalimschy · 10 months ago
  84. f6c627a Cast added to 'add_history' by Roberto Ierusalimschy · 10 months ago
  85. 270a58c Application name for 'readline' is "lua", not "Lua" by Roberto Ierusalimschy · 10 months ago =list
  86. 30531c2 Refactoring in the use of 'readline' by 'lua.c' by Roberto Ierusalimschy · 10 months ago
  87. 07b009c No need to limit variable declarations to 250 by Roberto Ierusalimschy · 10 months ago
  88. f711567 Check string indices when loading binary chunk by Roberto Ierusalimschy · 10 months ago
  89. 9386e49 New metatable in an all-weak table can fool the GC by Roberto Ierusalimschy · 10 months ago
  90. 8cd7ae7 Simpler code for 'traversetable' by Roberto Ierusalimschy · 10 months ago
  91. 0cecf1a Dump uses varints also for integer constants by Roberto Ierusalimschy · 10 months ago
  92. e657a48 The main thread cannot be closed by Roberto Ierusalimschy · 10 months ago
  93. fd89702 A coroutine can close itself by Roberto Ierusalimschy · 10 months ago
  94. d05fe48 Loading a binary chunk should not break assertions by Roberto Ierusalimschy · 10 months ago
  95. 519c57d Removed uneeded check in parser by Roberto Ierusalimschy · 10 months ago
  96. c15543b Bug: check for constructor overflow in [exp] fields by Roberto Ierusalimschy · 11 months ago
  97. be05c44 New way to control preambular declaration by Roberto Ierusalimschy · 11 months ago
  98. 6d53701 Proper error message when jumping into 'global *' by Roberto Ierusalimschy · 11 months ago
  99. abbae57 Variable attributes can prefix name list by Roberto Ierusalimschy · 11 months ago
  100. f2c1531 Detail by Roberto Ierusalimschy · 11 months ago