Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 2b84e36b93 patches for some bugs il y a 18 ans
  Roberto Ierusalimschy e64b0cada8 several bugs related to precompiled code il y a 18 ans
  Roberto Ierusalimschy 32d42bdcdc bugs: lua_checkstack may have arithmetic overflow for large 'size' + il y a 18 ans
  Roberto Ierusalimschy f6cab9666c corrected name of 'Patrick Donnelly' il y a 18 ans
  Roberto Ierusalimschy 3b5b14a085 LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + il y a 18 ans
  Roberto Ierusalimschy 3a515df086 debug.sethook/gethook may overflow the thread's stack il y a 18 ans
  Roberto Ierusalimschy fdecdd0cec stand-alone interpreter shows incorrect error message when the il y a 18 ans
  Roberto Ierusalimschy abcc124df0 BUG: lua_setfenv may crash if called over an invalid object il y a 18 ans
  Roberto Ierusalimschy 9f0d62ad9f BUG: table.remove removes last element of a table when given il y a 18 ans
  Roberto Ierusalimschy c06cc60946 BUG: 'gsub' may go wild when wrongly called without its third il y a 18 ans
  Roberto Ierusalimschy 8acaa2ce07 An error in a module loaded through the '-l' option il y a 18 ans
  Roberto Ierusalimschy ec68ed66ed detail il y a 18 ans
  Roberto Ierusalimschy f6a81dbe97 BUG: too many variables in an assignment may cause a C stack overflow il y a 18 ans
  Roberto Ierusalimschy dc59444cd1 strong collision for very small numbers used as table keys il y a 18 ans
  Roberto Ierusalimschy 18a583306b patch may be a little simpler il y a 18 ans
  Roberto Ierusalimschy fc8d077612 bug: wrong error message in some concatenations il y a 18 ans
  Roberto Ierusalimschy e64fcb9d94 bug: recursive coroutines may overflow C stack il y a 18 ans
  Roberto Ierusalimschy 6c0a9a272e assignment of nil to parameter may be optimized away il y a 18 ans
  Roberto Ierusalimschy 60bc151ed7 patch for last bug il y a 19 ans
  Roberto Ierusalimschy 3bf0292cd5 two new bugs + one new patch il y a 19 ans
  Roberto Ierusalimschy d513c3c66b bug: os.date throws error when result is the empty string il y a 19 ans
  Roberto Ierusalimschy 93d3c8450c bug: string.format("%") reads past the string il y a 19 ans
  Roberto Ierusalimschy ca7e5b5cb6 wrong message error in some cases involving closures il y a 19 ans
  Roberto Ierusalimschy 3fa47c5dc1 bugs now are against 5.1.1 il y a 19 ans
  Roberto Ierusalimschy 0782416a74 bug: wrong limit for list constructors il y a 19 ans
  Roberto Ierusalimschy a62fca1ebb BUG: debug hooks may get wrong when mixed with coroutines il y a 19 ans
  Roberto Ierusalimschy ad0765b4f0 subtle problem with the garbage collector il y a 19 ans
  Roberto Ierusalimschy 18330b6091 lua_dostring/lua_dofile should return any values returned by the chunk il y a 20 ans
  Roberto Ierusalimschy 8487913697 BUG: option '%q' for string.format does not handle '\r' correctly il y a 20 ans
  Roberto Ierusalimschy 0238a0b01e BUG: luaL_checkudata may show wrong error message il y a 20 ans