Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 9a37dc0ce6 Small corrections when setting 'L->top' hace 6 años
  Roberto Ierusalimschy 34840301b5 To-be-closed variables in the C API hace 6 años
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings hace 7 años
  Roberto Ierusalimschy ad0704e40c back to 'CallInfo' (no gains with its removal) hace 7 años
  Roberto Ierusalimschy 54eb35a8aa more fields moved out of 'CallInfo' hace 7 años
  Roberto Ierusalimschy b9e76be8a6 using 'L->func' when possible hace 7 años
  Roberto Ierusalimschy a30c66f0fc macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter hace 10 años
  Roberto Ierusalimschy 5bbb4a06a6 removed unused parameter Ä'L' in macro 'api_check' and company hace 11 años
  Roberto Ierusalimschy 3e41afcec5 extra api checks for number of returns of C functions and for lua_yield hace 15 años
  Roberto Ierusalimschy 4a714cebd1 API checks now have explanatory messages hace 16 años
  Roberto Ierusalimschy fffbaede75 detail hace 16 años
  Roberto Ierusalimschy ba484b9eb1 yielding across lua_call (first version) hace 16 años
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) hace 19 años
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API hace 20 años
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions hace 21 años
  Roberto Ierusalimschy 88c7b574cb `luaA_index' is a local macro now hace 23 años
  Roberto Ierusalimschy 100bfec39a new implementation for `next' hace 25 años
  Roberto Ierusalimschy 9fdf73bc9a first version for new API hace 25 años
  Roberto Ierusalimschy bad6365540 details hace 25 años
  Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 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 73aa465a8e some name changes hace 25 años
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). hace 25 años
  Roberto Ierusalimschy 2877bad4c2 new debug API (first version) hace 25 años
  Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. hace 25 años
  Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 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 29ede6aa13 first implementation of multiple states (reentrant code). hace 26 años
  Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) hace 26 años
  Roberto Ierusalimschy 17374d2daa `put_luaObjectonTop' must be public (to be used by lfback.c), and so hace 26 años