56 Commits (732741b62fe1cb9cf19ecca8b210474d076ba8b3)

Author SHA1 Message Date
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
Roberto Ierusalimschy e869d17eb1 functions should return explicit "nil"s. 27 years ago
Roberto Ierusalimschy df0df08bc5 "dostring" accepts chunk name. 27 years ago
Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 years ago
Roberto Ierusalimschy 02134b4a87 name: lua_pushCclosure -> lua_pushcclosure. 27 years ago
Roberto Ierusalimschy 243a808067 'print' now calls 'tostring' 27 years ago
Roberto Ierusalimschy 0969a971cd better use of "ASSERT". 27 years ago
Roberto Ierusalimschy 88a2023c32 support for strings with '\0' 27 years ago
Roberto Ierusalimschy 5ef1989c4b "settag" returns its first argument. 27 years ago
Roberto Ierusalimschy f380d627f8 usefull macros also available as functions 27 years ago
Roberto Ierusalimschy d49e4dd752 MAX_WORD should not be bigger than MAX_INT 27 years ago
Roberto Ierusalimschy 26679b1a48 back to upavalues as extra arguments for C closures; this way it's 27 years ago
Roberto Ierusalimschy 964c503a63 LUA_COMPAT2.5 may use #ifdef instead of #if 27 years ago
Roberto Ierusalimschy a5fd7d722c opctional "base" in "tonumber" convertion. 27 years ago
Roberto Ierusalimschy de79e7fc58 back to "lua_upvalue"... (seems better choice) 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures 27 years ago
Roberto Ierusalimschy 4daae2165d new API function and built-in "lua_copytagmethods" 27 years ago
Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) 27 years ago
Roberto Ierusalimschy 00c122cc29 other distribution of memory debug information. 27 years ago
Roberto Ierusalimschy a6ad644bf2 no more protected global variables 27 years ago
Roberto Ierusalimschy 5482992dec other access method for C upvalues (as arguments) 27 years ago
Roberto Ierusalimschy 024528e0c2 global variables starting with '.' are protected in Lua (temporarily at 27 years ago
Roberto Ierusalimschy b291e50006 extra argument for "assert" 27 years ago
Roberto Ierusalimschy 9ae0c082a3 small details by lint. 27 years ago
Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. 27 years ago
Roberto Ierusalimschy c957b270d2 "call" now handles errors (instead of "dostring") 27 years ago