Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 3e41afcec5 extra api checks for number of returns of C functions and for lua_yield il y a 15 ans
  Roberto Ierusalimschy 4a714cebd1 API checks now have explanatory messages il y a 16 ans
  Roberto Ierusalimschy fffbaede75 detail il y a 16 ans
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) il y a 16 ans
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) il y a 19 ans
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions il y a 21 ans
  Roberto Ierusalimschy 88c7b574cb `luaA_index' is a local macro now il y a 23 ans
  Roberto Ierusalimschy 100bfec39a new implementation for `next' il y a 25 ans
  Roberto Ierusalimschy 9fdf73bc9a first version for new API il y a 25 ans
  Roberto Ierusalimschy bad6365540 details il y a 25 ans
  Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table il y a 25 ans
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, il y a 25 ans
  Roberto Ierusalimschy 73aa465a8e some name changes il y a 25 ans
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). il y a 25 ans
  Roberto Ierusalimschy 2877bad4c2 new debug API (first version) il y a 25 ans
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. il y a 25 ans
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution il y a 26 ans
  Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) il y a 26 ans
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). il y a 26 ans
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) il y a 26 ans
  Roberto Ierusalimschy 17374d2daa `put_luaObjectonTop' must be public (to be used by lfback.c), and so il y a 26 ans
  Roberto Ierusalimschy 04265655a8 compatibility with old fallback system now provided by external module il y a 26 ans
  Roberto Ierusalimschy c787dccd9b "const" !!! il y a 26 ans
  Roberto Ierusalimschy f04c83e075 new function "lua_next" (+ new implementation for "next") il y a 26 ans
  Roberto Ierusalimschy d5feffdb60 new function lua_nextvar il y a 26 ans
  Roberto Ierusalimschy 9618aaf07d small corrections in comments il y a 27 ans
  Roberto Ierusalimschy ea169d2083 auxiliar functions from Lua API il y a 28 ans