82 Commits (b3fe203c36b673bd01c45bf39dbb3cf6daa6d852)

Author SHA1 Message Date
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
Roberto Ierusalimschy 04265655a8 compatibility with old fallback system now provided by external module 26 years ago
Roberto Ierusalimschy ae3ecc2d4a tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. 26 years ago
Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy 438598aeea details. 26 years ago
Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits 26 years ago
Roberto Ierusalimschy 5caf7f4a33 tremove erases its previous last element (to avoid locking potential 26 years ago
Roberto Ierusalimschy 3b533ea7c7 foreach, foreachi, foreachvar points to function in stack when stack 26 years ago
Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 years ago
Roberto Ierusalimschy ab8ea5c38a warnings 26 years ago
Roberto Ierusalimschy f04c83e075 new function "lua_next" (+ new implementation for "next") 26 years ago
Roberto Ierusalimschy d5feffdb60 new function lua_nextvar 26 years ago
Roberto Ierusalimschy bb5627f3a4 better control over calls to _ALERT and _ERRORMESSAGE (to avoid error 26 years ago
Roberto Ierusalimschy bf6d2ccf92 details 26 years ago
Roberto Ierusalimschy 19ca2087de another (silly) debuging function. 26 years ago
Roberto Ierusalimschy 76179a1014 compile option EXTRALIB for builtin functions that can be written in Lua. 26 years ago
Roberto Ierusalimschy fd25d4ad85 no need to define functions for macros... 26 years ago
Roberto Ierusalimschy 1b45e967b4 table entries with ref=null always have val=null too. 26 years ago
Roberto Ierusalimschy 3314f49ec4 C cannot initialize a struct. 26 years ago
Roberto Ierusalimschy f5bc671030 "goto" for tail recursion changed to "while" 26 years ago
Roberto Ierusalimschy 03d38b66fd new sort algorithm. 26 years ago
Roberto Ierusalimschy fe5c41fb8a new functions "tinsert" and "tremove" 26 years ago
Roberto Ierusalimschy 9a45543841 tables are better manipulated via "Hash *" instead of "TObject" or 26 years ago
Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 26 years ago
Roberto Ierusalimschy 96a7695275 reorder and rename of most functions, for better documentation. 26 years ago
Roberto Ierusalimschy 0c9080c7a9 "tonumber" goes crazy with negative numbers in other bases (not 10), 26 years ago
Roberto Ierusalimschy b8fcb7b151 details 26 years ago
Roberto Ierusalimschy 5d6de9075d "print" uses fputs instead of printf (easier to reimplement). 26 years ago
Roberto Ierusalimschy 5ca2709ba0 small warnings 26 years ago
Roberto Ierusalimschy 8e3bd752bb small optimization in "sort" + new functions "getn" and "foreachi" 26 years ago
Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE 27 years ago
Roberto Ierusalimschy afb5ef72e1 new function "sort" + many small changes 27 years ago