733 Commits (6ac047afc46cbee935587b5734ec37d2e667a598)
 

Author SHA1 Message Date
Roberto Ierusalimschy bd9e68cfcd new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
Roberto Ierusalimschy 9747f3c87a double hashing + tables do not grow if there are empty slots 28 years ago
Roberto Ierusalimschy 12d9731a49 bug: string table must be initialized. 28 years ago
Roberto Ierusalimschy 4aade854bb correction of name (and "iternal" was wrong, any way). 28 years ago
Roberto Ierusalimschy 369dd65318 small optimization in the access to i.m. table. 28 years ago
Roberto Ierusalimschy 209602ac31 BUG: input file must be closed just after parser. 28 years ago
Roberto Ierusalimschy 6251d889ca missing definition of "lua_storesubscript", for compatibility 28 years ago
Roberto Ierusalimschy faec0b0824 new pragma "$endinput" 28 years ago
Roberto Ierusalimschy 64d93e7cf9 global variables (in $if) may have '_'. 28 years ago
Roberto Ierusalimschy d73c5bcfe7 function name is only needed *if* there is an error. 28 years ago
Luiz Henrique de Figueiredo e78c1c54aa mem.h is now luamem.h 28 years ago
Luiz Henrique de Figueiredo 42049b42f1 fix comment in VERSION 28 years ago
Roberto Ierusalimschy a8cd072c76 nested "$if's", "$else", and "$if" constants (nil & 1). 28 years ago
Roberto Ierusalimschy 83e9897cf0 correction on comments about opcodes. 28 years ago
Roberto Ierusalimschy f93704728f one cannot "create" a userdata. 28 years ago
Roberto Ierusalimschy c9e3d32182 first implementation of "$if"; 28 years ago
Roberto Ierusalimschy 00050b8a6b detail: local names 28 years ago
Roberto Ierusalimschy 19a1e19ae1 detail: better way to put a "..." in message. 28 years ago
Roberto Ierusalimschy 3a9516ffc8 luaL check functions do not need the function name (it can be 28 years ago
Roberto Ierusalimschy 42fa305649 better error messages; 28 years ago
Roberto Ierusalimschy 9319735744 using new lib auxlib. 28 years ago
Roberto Ierusalimschy 1ea6e8064c "setintmethod" returns old method (to be coerent with seterrormethod). 28 years ago
Roberto Ierusalimschy c1746340c3 obs: version 4 is due to internal methods. 28 years ago
Roberto Ierusalimschy d0339e7b72 "setintmethod" returns old method (to be coerent with seterrormethod). 28 years ago
Roberto Ierusalimschy 075b7918c3 new function "getintmethod" 28 years ago
Roberto Ierusalimschy 7c99149a76 "tostring" gives an overview of a userdata. 28 years ago
Roberto Ierusalimschy 27d95f1880 "newtag" does not need a type name. 28 years ago
Roberto Ierusalimschy f0d523887d lua_getuserdata must return NULL if object is not userdata 28 years ago
Roberto Ierusalimschy f29fbf2bf6 lua_getuserdata must return NULL if object is not userdata; 28 years ago
Roberto Ierusalimschy 4355e1afcd "getbyte" returns userdata size when called without second parameter. 28 years ago
Roberto Ierusalimschy cae1eff901 small "bugs" detected by Purify: cannot read "next" after 0. 28 years ago
Roberto Ierusalimschy f83bc86e51 small "bugs" detected by Purify: some blocks may be smaller than 28 years ago
Roberto Ierusalimschy 59744f0311 "storeglobal" changed to "setglobal" 28 years ago
Roberto Ierusalimschy bb2e2bec18 new lua function "tag" 28 years ago
Roberto Ierusalimschy efaaf99c42 first version of "setglobal" and "getglobal" internal methods. 28 years ago
Roberto Ierusalimschy f8a571ee35 some new options for warnings and optimizations. 28 years ago
Roberto Ierusalimschy 397e32399b update of ".h" dependencies 28 years ago
Roberto Ierusalimschy 373363cb69 new name for old "mem.h" (conflicts with some compiler libraries) 28 years ago
Roberto Ierusalimschy ad5574c4c9 "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with 28 years ago
Roberto Ierusalimschy 264f8c5e7b new (internal?) functions to manipulate userdata 28 years ago
Roberto Ierusalimschy 9e9e2ea287 BUG: must mark userdata in garbage collection. 28 years ago
Roberto Ierusalimschy 03d917f229 some corrections, improvements; 28 years ago
Roberto Ierusalimschy c3488f5115 must call "gc" i.m. for nil after all others. 28 years ago
Roberto Ierusalimschy 6fef372fb8 mathlib now uses i.m. for "pow" operator. 28 years ago
Roberto Ierusalimschy 052a1cc46c files now have proper tags. 28 years ago
Roberto Ierusalimschy ae067dcddd BUG: lua_newtag can be called before luaI_IMtable is initialized. 28 years ago
Roberto Ierusalimschy 5d60470508 i.m. "arith" and "order" splited for different operations 28 years ago
Roberto Ierusalimschy 88d7ffb0d0 luaI_type moved to fallback.c 28 years ago
Roberto Ierusalimschy 47527d2d3c setmethods should return old methods. 28 years ago
Roberto Ierusalimschy 1444d28476 first full implementation of internal methods 28 years ago