Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy d07abcc6c7 finalizers always called protected vor 16 Jahren
  Roberto Ierusalimschy 189378142a buffer creation ensures buffer space plus MINSTACK in the stack vor 16 Jahren
  Roberto Ierusalimschy 82749b765e 'db_errorfb' changed to 'db_traceback' for consistency vor 16 Jahren
  Roberto Ierusalimschy 2b590aea40 no more '__len' metamethod for strings vor 16 Jahren
  Roberto Ierusalimschy 547e47649f 'luaL_typeerror' spelled right vor 16 Jahren
  Roberto Ierusalimschy 41dd32e18e comment (should not use 'go trhough' when simply using multiple labels) vor 16 Jahren
  Roberto Ierusalimschy 5d3cc5def8 'writestring' changed into a configurable macro vor 16 Jahren
  Roberto Ierusalimschy 53db607963 avoid using 'fputs' in 'print' to avoid problems with embedded zeros vor 16 Jahren
  Roberto Ierusalimschy cbf0c7a103 check for invalid use of '%' in replacement string in 'string.gsub' vor 16 Jahren
  Roberto Ierusalimschy 4c399c5dfb detail (MAXSRC changed to LUA_IDSIZE) vor 16 Jahren
  Roberto Ierusalimschy b472098493 concat TM can yield vor 17 Jahren
  Roberto Ierusalimschy 84b3daebbd generic for coded as two dedicated instructions to simplify resumption vor 17 Jahren
  Roberto Ierusalimschy f6978173e0 yields accross metamethods and for iterators (except for __concat) vor 17 Jahren
  Roberto Ierusalimschy e02483dbc0 whole build depends on 'makefile' itself + better format for warning vor 17 Jahren
  Roberto Ierusalimschy 9e58e0df8f some cleaning vor 17 Jahren
  Roberto Ierusalimschy 690efef3de detail (added 'UNUSED' to unused argument) vor 17 Jahren
  Roberto Ierusalimschy b9e92c8b0d updating header dependencies vor 17 Jahren
  Roberto Ierusalimschy 4376c9bc5f more specific test to avoid calling luaF_close when function returns vor 17 Jahren
  Roberto Ierusalimschy f94cd2201c better control of call status through CallInfo vor 17 Jahren
  Roberto Ierusalimschy fdbb243ff9 first steps towards yielding through longjump vor 17 Jahren
  Roberto Ierusalimschy c1565c16ed small bug: lua_resume returning LUA_YIELD is not an error vor 17 Jahren
  Roberto Ierusalimschy 394646891c new field 'status' in CallInfo structure vor 17 Jahren
  Roberto Ierusalimschy d69aa51088 added missing parentheses around function names vor 17 Jahren
  Roberto Ierusalimschy afe849c9b4 change in error message vor 17 Jahren
  Roberto Ierusalimschy ccd678ea3e 'module' may change the environment of a C function + vor 17 Jahren
  Roberto Ierusalimschy bb92ef23cb bug: string at the end of TString must consider the entire TString vor 17 Jahren
  Roberto Ierusalimschy bb48f456d9 bug: 'module' now checks that is caller is a Lua function vor 17 Jahren
  Roberto Ierusalimschy df802dc74b larger alignment requirement helps to uncover some kinds of bugs vor 17 Jahren
  Roberto Ierusalimschy e23da9edee GC step does not unblock collector (when it is blocked by "stop") vor 17 Jahren
  Roberto Ierusalimschy 4db2cddeee LUA_COMPAT -> LUA_COMPAT_API (more specific) vor 17 Jahren