Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy e81f184164 new #define LUA_COMPAT2_5 to select "compatibility mode". hace 29 años
  Roberto Ierusalimschy 3c5d71cf77 "nil" may have fallbacks too. hace 29 años
  Roberto Ierusalimschy 312f78d925 default error method is not nil (nil does nothing). hace 29 años
  Roberto Ierusalimschy dd22ea4da5 new implementation for udata (again they are just void *); hace 29 años
  Roberto Ierusalimschy 369dd65318 small optimization in the access to i.m. table. hace 29 años
  Roberto Ierusalimschy c9e3d32182 first implementation of "$if"; hace 29 años
  Roberto Ierusalimschy 3a9516ffc8 luaL check functions do not need the function name (it can be hace 29 años
  Roberto Ierusalimschy 42fa305649 better error messages; hace 29 años
  Roberto Ierusalimschy d0339e7b72 "setintmethod" returns old method (to be coerent with seterrormethod). hace 29 años
  Roberto Ierusalimschy 075b7918c3 new function "getintmethod" hace 29 años
  Roberto Ierusalimschy 27d95f1880 "newtag" does not need a type name. hace 29 años
  Roberto Ierusalimschy efaaf99c42 first version of "setglobal" and "getglobal" internal methods. hace 29 años
  Roberto Ierusalimschy 373363cb69 new name for old "mem.h" (conflicts with some compiler libraries) hace 29 años
  Roberto Ierusalimschy ad5574c4c9 "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with hace 29 años
  Roberto Ierusalimschy 03d917f229 some corrections, improvements; hace 29 años
  Roberto Ierusalimschy 6fef372fb8 mathlib now uses i.m. for "pow" operator. hace 29 años
  Roberto Ierusalimschy ae067dcddd BUG: lua_newtag can be called before luaI_IMtable is initialized. hace 29 años
  Roberto Ierusalimschy 5d60470508 i.m. "arith" and "order" splited for different operations hace 29 años
  Roberto Ierusalimschy 47527d2d3c setmethods should return old methods. hace 29 años
  Roberto Ierusalimschy 1444d28476 first full implementation of internal methods hace 29 años
  Roberto Ierusalimschy b6d91e24e2 "tag" changed to "ttype" (since now tag has other meaning) hace 29 años
  Roberto Ierusalimschy 131d66efd2 first step in implementing internal methods. hace 29 años
  Roberto Ierusalimschy bced00ab9e lua_Reference is int, so say so. hace 30 años
  Roberto Ierusalimschy 0ef5cf2289 lock mechanism seperseded by the REFERENCE mechanism. hace 30 años
  Roberto Ierusalimschy 9284742a11 better control when growing arrays. hace 30 años
  Roberto Ierusalimschy a275d9a25b functions "lua_is..." consider coercions. hace 30 años
  Roberto Ierusalimschy 74102bd716 small corrections. hace 30 años
  Roberto Ierusalimschy 8c1a9899d4 functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be hace 30 años
  Roberto Ierusalimschy 369c5fe3c0 lock mechanism more robust; nil is pseudo-locked under index -1. hace 30 años
  Roberto Ierusalimschy 43382ce5a2 new fallback "getglobal". hace 30 años