Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 81e142fc14 detail (`key' is always on stack) il y a 23 ans
  Roberto Ierusalimschy 63633c5b5f better name for `lua_movethread' il y a 23 ans
  Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC il y a 23 ans
  Roberto Ierusalimschy 118347d8c3 new API for coroutines il y a 23 ans
  Roberto Ierusalimschy 6820da5096 detail il y a 23 ans
  Roberto Ierusalimschy c3eb4675b9 new module, ldump.c il y a 23 ans
  Roberto Ierusalimschy 7e0f880bc5 C++ demands cast from void to specific types il y a 23 ans
  Roberto Ierusalimschy 118e9cd843 new facility for dumping chunks il y a 23 ans
  Roberto Ierusalimschy de00d0d0ad module for dumping chunks il y a 23 ans
  Roberto Ierusalimschy 1713b64065 Writer type must be public (so, in lua.h) il y a 23 ans
  Roberto Ierusalimschy 671dc6eec2 new version (from lhf) il y a 23 ans
  Roberto Ierusalimschy e356a43dc0 C needs "union" (unlike C++) il y a 23 ans
  Roberto Ierusalimschy f36038e42a assertion must be always valid (not only in debug mode) il y a 23 ans
  Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection il y a 23 ans
  Roberto Ierusalimschy 0fd91b1b08 optional limits for table.concat il y a 23 ans
  Roberto Ierusalimschy a2b353e044 details il y a 23 ans
  Roberto Ierusalimschy 92a2ef9dca field `__globals' protect global tables il y a 23 ans
  Roberto Ierusalimschy 4fb9110a6e tests for compatibility functions lua_dostring/lua_dofile il y a 23 ans
  Roberto Ierusalimschy 11886dc7b0 print error on stderr when _ALERT is not defined il y a 23 ans
  Roberto Ierusalimschy 81bc5711a8 only one instance of registry and default metatable per global state il y a 23 ans
  Roberto Ierusalimschy 6a77a6b73f avoid too much precision when printing numbers il y a 23 ans
  Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities il y a 23 ans
  Roberto Ierusalimschy 6823a2f57f better tokens for error messages il y a 23 ans
  Roberto Ierusalimschy 313b2fe902 detail il y a 23 ans
  Roberto Ierusalimschy 425e5813b0 free prototype in (more or less) the same order it is created by il y a 23 ans
  Roberto Ierusalimschy 6505503b49 do not pretend that file is closed when close fails il y a 23 ans
  Roberto Ierusalimschy ec748fcb0a correct handling of opened files in presence of memory allocation il y a 23 ans
  Roberto Ierusalimschy c196348717 in case of memory allocation errors, sizecode and sizelineinfo can il y a 23 ans
  Roberto Ierusalimschy 669129a6d8 io.lines() iterate over the standard input file il y a 23 ans
  Roberto Ierusalimschy 46b063ef59 `undump' also uses private buffer il y a 23 ans