1. 262dc57 Details by Roberto Ierusalimschy · 12 days ago master
  2. 9d985db New year (2024) by Roberto Ierusalimschy · 3 weeks ago
  3. 0897c0a 'getmode' renamed to 'getMode' by Roberto Ierusalimschy · 6 weeks ago
  4. 5edacaf Yet another representation for arrays by Roberto Ierusalimschy · 6 weeks ago
  5. 3507c33 Small simplification in 'findloader' by Roberto Ierusalimschy · 7 weeks ago
  6. 88a50ff Fixed dangling 'StkId' in 'luaV_finishget' by Roberto Ierusalimschy · 7 weeks ago
  7. 86a8e74 Details by Roberto Ierusalimschy · 8 weeks ago
  8. 9fa63a6 Some 'unsigned int' changed to 'unsigned' by Roberto Ierusalimschy · 9 weeks ago
  9. 0593256 'luaH_get' functions return tag of the result by Roberto Ierusalimschy · 9 weeks ago
  10. ce6f550 'luaH_get' functions return 'TValue' by Roberto Ierusalimschy · 9 weeks ago
  11. ba71060 Removed "bulk operations" by Roberto Ierusalimschy · 10 weeks ago
  12. 3823fc6 Added "bulk operations" to arrays by Roberto Ierusalimschy · 10 weeks ago
  13. 52aa2b5 Details by Roberto Ierusalimschy · 10 weeks ago
  14. cc2b66c Removed type 'varint_t' by Roberto Ierusalimschy · 10 weeks ago
  15. 65b07dd API asserts for illegal pops of to-be-closed variables by Roberto Ierusalimschy · 2 months ago
  16. 7237eb3 Fixed warnings from different compilers by Roberto Ierusalimschy · 3 months ago
  17. 165389b New interface to function 'luaL_openselectedlibs' by Roberto Ierusalimschy · 3 months ago
  18. c8121ce Revising code for Varint encoding in dumps by Roberto Ierusalimschy · 3 months ago
  19. 7360f8d Removed deprecated function 'setcstacklimit' by Roberto Ierusalimschy · 3 months ago
  20. 6063c47 Field 'lastfree' changed (back) to 'Node *' by Roberto Ierusalimschy · 3 months ago
  21. 0c9bec0 Better handling of size limit when resizing a table by Roberto Ierusalimschy · 3 months ago
  22. c31d677 Details by Roberto Ierusalimschy · 4 months ago
  23. 108e0bd Merge branch 'master' into nextversion by Roberto Ierusalimschy · 4 months ago
  24. b34a97a Small optimization in 'luaH_psetint' by Roberto Ierusalimschy · 4 months ago
  25. 3e9dbe1 New function 'table.create' by Roberto Ierusalimschy · 4 months ago
  26. 4a8e480 New mechanism to query GC parameters by Roberto Ierusalimschy · 4 months ago
  27. 17e0c29 Clear interface between references and predefines by Roberto Ierusalimschy · 4 months ago
  28. 8eb0abc Removed uses of LUA_NUMTAGS by Roberto Ierusalimschy · 4 months ago
  29. d862da6 Optimizations for 'lua_rawgeti' and 'lua_rawseti' by Roberto Ierusalimschy · 4 months ago
  30. e288c5a Bug: Yielding in a hook stops in the wrong instruction by Roberto Ierusalimschy · 4 months ago
  31. 7827c40 A few more tweaks in the garbage collector by Roberto Ierusalimschy · 4 months ago
  32. e7af9cd Fixed buffers reuse absolute line information by Roberto Ierusalimschy · 5 months ago
  33. 12b6f61 Several tweaks in the garbage collector by Roberto Ierusalimschy · 5 months ago
  34. e81f586 Removed compatibility option LUA_COMPAT_GCPARAMS by Roberto Ierusalimschy · 5 months ago
  35. e2cc179 New option "setparms" for 'collectgarbage' by Roberto Ierusalimschy · 5 months ago
  36. 5853c37 Bug: Buffer overflow in string concatenation by Roberto Ierusalimschy · 5 months ago
  37. ad0ea78 GC parameters encoded as floating-point bytes by Roberto Ierusalimschy · 5 months ago
  38. 666e95a Option 0 for step multiplier makes GC non-incremental by Roberto Ierusalimschy · 5 months ago
  39. 4eda1ac Cleaner protocol between 'lua_dump' and writer function by Roberto Ierusalimschy · 5 months ago
  40. ad73b33 Check minor->major made at the end of a minor cycle by Roberto Ierusalimschy · 6 months ago
  41. 925fe8a First criteria for shifts minor<->major by Roberto Ierusalimschy · 6 months ago
  42. 789e7ac Major collections done incrementally by Roberto Ierusalimschy · 6 months ago
  43. 74b4013 Removed macro 'changeage' by Roberto Ierusalimschy · 6 months ago
  44. b719ff9 Removed parameter in 'collectgarbage("step")' by Roberto Ierusalimschy · 6 months ago
  45. 35a2fed Removed deprecated options in 'lua_gc' by Roberto Ierusalimschy · 6 months ago
  46. 63d68bd Comments detailing the ages for generational GC by Roberto Ierusalimschy · 6 months ago
  47. 842a83f Panic functions should not raise errors by Roberto Ierusalimschy · 6 months ago
  48. 011850a Details in the manual by Roberto Ierusalimschy · 6 months ago
  49. 52b899d Simpler coding for new representation for arrays by Roberto Ierusalimschy · 6 months ago
  50. 25cd3d3 Buffer in 'luai_makeseed' measured in bytes by Roberto Ierusalimschy · 6 months ago
  51. 1028f29 Default paths stored as external strings by Roberto Ierusalimschy · 6 months ago
  52. 6d042a1 Auxiliary buffer uses external strings by Roberto Ierusalimschy · 6 months ago
  53. eabf425 Correct anchoring and GC barriers in 'loadString' by Roberto Ierusalimschy · 6 months ago
  54. 3b57e37 Fixed buffers save long strings as external. by Roberto Ierusalimschy · 6 months ago
  55. 024f906 External strings by Roberto Ierusalimschy · 6 months ago
  56. 7f4906f Towards external strings by Roberto Ierusalimschy · 6 months ago
  57. b8a9d14 Details by Roberto Ierusalimschy · 6 months ago
  58. 19afd91 Solving merge issue with use of tables in dump/undump by Roberto Ierusalimschy · 6 months ago
  59. 37c215b Merge branch 'newarray' into nextversion by Roberto Ierusalimschy · 7 months ago
  60. 9e99f30 Merge branch 'master' into nextversion by Roberto Ierusalimschy · 7 months ago
  61. fa075b7 Merge branch 'master' into newarray by Roberto Ierusalimschy · 7 months ago
  62. 08a077d Full implementation of new representation for arrays by Roberto Ierusalimschy · 7 months ago
  63. 7923dbb Bug: Recursion in 'getobjname' can stack overflow by Roberto Ierusalimschy · 7 months ago
  64. 43c8e5b Full abstraction for representation of array values by Roberto Ierusalimschy · 7 months ago
  65. b8b709b Avoid direct accesses to the array part of a table by Roberto Ierusalimschy · 7 months ago
  66. 81e4fce Simpler test in 'luaH_getint' by Roberto Ierusalimschy · 7 months ago
  67. 6baee9e Removed test for "corrupted binary dump" by Roberto Ierusalimschy · 9 months ago
  68. edd8589 Avoid casts from unsigned long to floating-point by Roberto Ierusalimschy · 9 months ago
  69. 14e4163 Added suport for Fixed Buffers by Roberto Ierusalimschy · 9 months ago
  70. f33cda8 New macro 'getlstr' by Roberto Ierusalimschy · 9 months ago
  71. 96f7714 Field 'Proto.is_vararg' uses only one bit by Roberto Ierusalimschy · 9 months ago
  72. 0554581 Opcode in dumps is stored properly aligned by Roberto Ierusalimschy · 9 months ago
  73. 07a9eab Cannot use 'getshrstr' before setting 'shrlen' by Roberto Ierusalimschy · 9 months ago
  74. c815c2f Merge branch 'master' into nextversion by Roberto Ierusalimschy · 9 months ago
  75. 9363a8b Documentation for "LUA_NOENV" by Roberto Ierusalimschy · 9 months ago
  76. 5ab6a57 Bug: Wrong line number for function calls by Roberto Ierusalimschy · 9 months ago
  77. 9b4f39a More disciplined use of 'getstr' and 'tsslen' by Roberto Ierusalimschy · 9 months ago
  78. f4211a5 More control over encoding of test files by Roberto Ierusalimschy · 9 months ago
  79. 1b3f507 Bug: Call hook may be called twice when count hook yields by Roberto Ierusalimschy · 10 months ago
  80. 6b51133 Thread stacks resized in the atomic phase by Roberto Ierusalimschy · 10 months ago
  81. cbae016 Details by Roberto Ierusalimschy · 11 months ago
  82. ab6a949 Merge branch 'master' into nextversion by Roberto Ierusalimschy · 11 months ago
  83. ea39042 Removed redundancy in definitions of version/release by Roberto Ierusalimschy · 11 months ago
  84. 05ec55f Avoid inclusion loop in 'ltm.h' by Roberto Ierusalimschy · 11 months ago
  85. f623b96 Bug: read overflow in 'l_strcmp' by Roberto Ierusalimschy · 11 months ago
  86. 9be74cc Several functions turned 'static' by Roberto Ierusalimschy · 12 months ago
  87. 819bd51 Some cleaning in the new table API by Roberto Ierusalimschy · 1 year ago
  88. f8d3082 New table API for 'set' functions by Roberto Ierusalimschy · 1 year ago
  89. 351ccd7 Towards a new implementation of arrays by Roberto Ierusalimschy · 1 year ago
  90. 09f3c23 Option '-l' discards version sufix from file name by Roberto Ierusalimschy · 1 year ago
  91. c197885 Small improvements in tests by Roberto Ierusalimschy · 1 year ago
  92. 934e77a Details by Roberto Ierusalimschy · 1 year ago
  93. 6443185 "Emergency" new version 5.4.6 by Roberto Ierusalimschy · 1 year, 1 month ago v5.4.6
  94. e15f1f2 Details by Roberto Ierusalimschy · 1 year, 1 month ago v5.4.5
  95. b5c6570 New year (2023) by Roberto Ierusalimschy · 1 year, 2 months ago
  96. 7ca8105 More orderliness in casts of enumerations by Roberto Ierusalimschy · 1 year, 2 months ago
  97. 94689ac More regularity in uses of enums in 'lcode.c' by Roberto Ierusalimschy · 1 year, 2 months ago
  98. 86e8039 Clock component removed from 'luaL_makeseed' by Roberto Ierusalimschy · 1 year, 2 months ago
  99. 5a04f18 New function 'luaL_makeseed' by Roberto Ierusalimschy · 1 year, 2 months ago
  100. ab859fe Bug: Loading a corrupted binary file can segfault by Roberto Ierusalimschy · 1 year, 2 months ago