Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table hace 25 años
  Roberto Ierusalimschy 62824137d6 no more `seterrormethod' function hace 25 años
  Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, hace 25 años
  Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE hace 25 años
  Roberto Ierusalimschy bb9605bbc9 tags can be positive values hace 25 años
  Roberto Ierusalimschy 73aa465a8e some name changes hace 25 años
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). hace 25 años
  Roberto Ierusalimschy 5cecf0ea9f it is better to control stack space where it is needed. hace 25 años
  Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" hace 25 años
  Roberto Ierusalimschy 99e340b2ba keep `top' in registers when running basic tasks (settable, getglobal, ...) hace 25 años
  Roberto Ierusalimschy 2877bad4c2 new debug API (first version) hace 25 años
  Roberto Ierusalimschy 46ec57cbc6 little change when calling tag methods hace 25 años
  Roberto Ierusalimschy 5cafe5af02 tag method must be a function hace 25 años
  Roberto Ierusalimschy acdb0b741e comments. hace 26 años
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. hace 26 años
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution hace 26 años
  Roberto Ierusalimschy 617be66015 better control (and error recovery) for begin/end blocks hace 26 años
  Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) hace 26 años
  Roberto Ierusalimschy fe237ad808 fixed stack; first version. hace 26 años
  Roberto Ierusalimschy 764e095d7f `object' and `string' are very busy names... hace 26 años
  Roberto Ierusalimschy 49af08e3e7 new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT hace 26 años
  Roberto Ierusalimschy e5743adb21 macros `key', `val', and `node' don't need the state hace 26 años
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). hace 26 años
  Roberto Ierusalimschy 573372665a new API function `lua_equalobj' hace 26 años
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) hace 26 años
  Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. hace 26 años
  Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. hace 26 años
  Roberto Ierusalimschy 63ccf42397 new API function 'lua_type'. hace 26 años
  Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). hace 26 años
  Roberto Ierusalimschy 17374d2daa `put_luaObjectonTop' must be public (to be used by lfback.c), and so hace 26 años