113 Commits (dbbf6c073b4203169a0221a082f6d00ccb27754c)

Author SHA1 Message Date
Roberto Ierusalimschy 292c953018 new auxiliar function `luaH_setstr' 25 years ago
Roberto Ierusalimschy 6b9bf49265 better to keep `foreach' and `foreachi'. 25 years ago
Roberto Ierusalimschy 8e617985fa functions `for...' and `raw...' are obsolete now 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 44b71ca816 defines for _ERRORMESSAGE and _ALERT 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 534c3a64d3 small optimizations for table access 25 years ago
Roberto Ierusalimschy 62824137d6 no more `seterrormethod' function 25 years ago
Roberto Ierusalimschy 4aa9ad6514 functions must return explicit `nil' on failure 25 years ago
Roberto Ierusalimschy d76b1a0eef `base' for `tonumber' must be >= 2. 25 years ago
Roberto Ierusalimschy ceaa97ff5b tonumber must return `nil' when convertion fails. 25 years ago
Roberto Ierusalimschy 9f734094f9 `nil' is optional for next and nextvar (and is not for tonumber & tag). 25 years ago
Roberto Ierusalimschy e30327728c BUG: tostring() without arguments gives seg. fault. 25 years ago
Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, 25 years ago
Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE 25 years ago
Roberto Ierusalimschy 102a1be615 no more support for gc TM for tables 25 years ago
Roberto Ierusalimschy 213e9febc8 limits now are in `llims.n' 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 88b306f495 some optimizations 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 4d4e6f07c0 all order operators use a single tag method (<) 25 years ago
Roberto Ierusalimschy 512b15b601 small optimizations (relational operators) 25 years ago
Roberto Ierusalimschy 607012ece1 tag method must be a function 25 years ago
Roberto Ierusalimschy aabefe9d68 details. 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy 5b08fcd5a1 no more "lua" in error messages 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy d61d5bef9d details 25 years ago
Roberto Ierusalimschy 12b45c2df2 luaS_newfixedstring renamed to luaS_newfixed 25 years ago
Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy 544eeb1f9c details 25 years ago
Roberto Ierusalimschy 533beedad2 new tests for begin/end blocks and multi-state 25 years ago
Roberto Ierusalimschy c7119a93f0 new language for testC (debugging facility) 25 years ago
Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 25 years ago
Roberto Ierusalimschy fe237ad808 fixed stack; first version. 25 years ago
Roberto Ierusalimschy 3181dfefee details 25 years ago
Roberto Ierusalimschy 49af08e3e7 new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT 25 years ago
Roberto Ierusalimschy 790690a223 new way to keep function arguments (with StkId instead of copy) 25 years ago
Roberto Ierusalimschy 7d1499ba88 new macro luaL_openl 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 951897c093 last warnings in Visual C 25 years ago
Roberto Ierusalimschy 573372665a new API function `lua_equalobj' 25 years ago
Roberto Ierusalimschy a4628a02cf better ways to test lock mechanism 25 years ago
Roberto Ierusalimschy cde179b369 new implementation for global variable values (separated from strings) 25 years ago
Roberto Ierusalimschy 5a48255c9f invariant tests over tables performed externally, through a built-in 25 years ago
Roberto Ierusalimschy 910836fb53 warnings from Visual C++ 25 years ago
Roberto Ierusalimschy 4e9f2d13d5 new implementation of hash tables. 25 years ago
Roberto Ierusalimschy c5fee7615e new implementation for string hashing, with chaining. 25 years ago
Roberto Ierusalimschy 63ccf42397 new API function 'lua_type'. 25 years ago
Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 25 years ago