Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 41259bff31 BIG CHANGE: new data structure for constants, strings and globals, using hace 29 años
  Roberto Ierusalimschy 826d70fcba new type lua_Function for activation records hace 29 años
  Roberto Ierusalimschy 5a3a1fe458 debug interface functions to manipulated local variables: hace 29 años
  Roberto Ierusalimschy 43382ce5a2 new fallback "getglobal". hace 29 años
  Roberto Ierusalimschy 445872a6e2 "dofile" does not issue a warning when unable to open the file, hace 29 años
  Roberto Ierusalimschy b2afc410fa hooks for line change and function calls; first version. hace 30 años
  Roberto Ierusalimschy 415ee250b5 bug: luaI_findconstantbyname may change the value of lua_constant. hace 30 años
  Roberto Ierusalimschy f188e1000b useless "#include math.h" hace 30 años
  Roberto Ierusalimschy 87fe07c0d4 little improvement hace 30 años
  Roberto Ierusalimschy 15d48576ea functions now may be declared with any "var" as a name; hace 30 años
  Roberto Ierusalimschy 9efc257d9d new method to keep debug line information: current line is stored on the hace 30 años
  Roberto Ierusalimschy a66404aca6 function "setfallback" now gives an error if called with wrong parameters. hace 30 años
  Roberto Ierusalimschy d80659759b new module luadebug.h. hace 30 años
  Roberto Ierusalimschy 2cffb08a5c new style for debug information about functions: no more SETFUNCTION hace 30 años
  Roberto Ierusalimschy b17c76817d new function "luaI_findconstantbyname". hace 30 años
  Roberto Ierusalimschy 36a7fda014 bug: stack overflow error must leave space on the stack for error function. hace 30 años
  Roberto Ierusalimschy 7e01348658 "docall" now assumes that called function is always on the stack, just hace 30 años
  Roberto Ierusalimschy 68f337dfa6 Garbage collection of functions + header structure for functions hace 30 años
  Roberto Ierusalimschy 3ec4f4eb86 small corrections to avoid warnings. hace 30 años
  Roberto Ierusalimschy ec79f25286 new lua function "getstack"; new interface to function luaI_reportbug. hace 30 años
  Roberto Ierusalimschy 18ea2eff80 calls to "lua_reportbug" changed to "lua_error", since hace 30 años
  Waldemar Celes 8156604823 run-time stack now is controled at run time, instead of hace 30 años
  Roberto Ierusalimschy 2043a0ca30 adjust checks if stack has enough space hace 30 años
  Roberto Ierusalimschy 7c342c488e header "stdlib.h" was missing (gcc does not warn that) hace 30 años
  Roberto Ierusalimschy dd28b830e9 a null lua_Object is LUA_NOOBJECT, not NULL. hace 30 años
  Waldemar Celes 8795aab83e new API function lua_pushlocked & lua_checkstack is a macro hace 30 años
  Roberto Ierusalimschy 5b8ced84b4 stack is indexed by integers, not Words, to allow bigger stack on 32 bit machines hace 31 años
  Roberto Ierusalimschy df3a81ec88 functions that no more return error codes now have return type void hace 31 años
  Waldemar Celes b8e76d9b5c 'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve efficiency) hace 31 años
  Roberto Ierusalimschy 8cb8594a3b better control of integer types and their limits hace 31 años