2852 Commits (658e7caf92072fbcb1aac8737e05cb1ea4a90806)
 

Author SHA1 Message Date
Roberto Ierusalimschy 074352911f new coding for while and repeat (with new scoping for repeat) 20 years ago
Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar 20 years ago
Roberto Ierusalimschy 16ddf86168 luaL_openlib -> luaL_register and new function luaL_loadstring 20 years ago
Roberto Ierusalimschy e4d369c9b7 comments 20 years ago
Roberto Ierusalimschy 42a662334a simpler implementation for unary minus 20 years ago
Roberto Ierusalimschy 39c0f391c6 detail 20 years ago
Roberto Ierusalimschy c7b4f44772 correct name to open package library 20 years ago
Roberto Ierusalimschy 44b19075c0 small changes (to easy integration with Coco) 20 years ago
Roberto Ierusalimschy ab3dfa5594 store some configuration information 20 years ago
Roberto Ierusalimschy 62f786e08c new version (and new copyright)... 20 years ago
Roberto Ierusalimschy bbfd28959d attempt to better control use of _longjmp 20 years ago
Roberto Ierusalimschy 894cd31c52 #string is primitive 20 years ago
Roberto Ierusalimschy f01a95d4a0 detail 20 years ago
Roberto Ierusalimschy 680fc88cc2 a small bug 20 years ago
Roberto Ierusalimschy d96f088a26 'lua_lock' and similars should be hard to use 20 years ago
Roberto Ierusalimschy d8be9a6326 small changes 20 years ago
Roberto Ierusalimschy 95f3eefa5b small optimization 20 years ago
Roberto Ierusalimschy e82bdb24f3 new loader for "all-in-one" C packages 20 years ago
Roberto Ierusalimschy 1a343814d8 details 20 years ago
Roberto Ierusalimschy 280f7becb8 "%0" stands for the whole pattern (in gsub) 20 years ago
Roberto Ierusalimschy d6ff5d9f46 searchpath is "private affair" of loadlib 20 years ago
Roberto Ierusalimschy a05190fa3b elimination of common code + better error message 20 years ago
Roberto Ierusalimschy a569099b70 no more path for loadfile + function lists sorted 20 years ago
Roberto Ierusalimschy 20131e54d3 no more "getc" when testing if file exists 20 years ago
Roberto Ierusalimschy 80ac5e83fd details (alphabetical order for list of functions) 20 years ago
Roberto Ierusalimschy 289b5dc67a details (function list in alphabetical order) 20 years ago
Roberto Ierusalimschy c2f065f405 detail 20 years ago
Roberto Ierusalimschy b261cd110f new macro for conversion double->int + small changes 20 years ago
Roberto Ierusalimschy e4324f54b9 ';;' in a path is replaced by default path + '!' (in Windows) is 20 years ago
Roberto Ierusalimschy 3d08aa591d details 20 years ago
Roberto Ierusalimschy 0f30d00c87 warnings from Visual C 20 years ago
Roberto Ierusalimschy e86dab2dae details 20 years ago
Roberto Ierusalimschy 64b57db377 new test function for conversion from num to int 20 years ago
Roberto Ierusalimschy 575637319e better recovery at panic 20 years ago
Roberto Ierusalimschy 87be01598b warnings Visual C 20 years ago
Roberto Ierusalimschy e84b11a494 avoid names starting with '_' 20 years ago
Roberto Ierusalimschy bbf2cea9a1 more "polite" way to change a thread's environment 20 years ago
Roberto Ierusalimschy b3f7a43019 lua_setfenv/lua_getfenv should also manipulate threads 20 years ago
Roberto Ierusalimschy 7f97ec286e parent modules are also imported toghether with the module itself 20 years ago
Roberto Ierusalimschy e82b41aac2 several small improvements 20 years ago
Roberto Ierusalimschy ee1edd5734 detail 20 years ago
Roberto Ierusalimschy 8efb44b5e0 changes in 'string.find' and 'string.gfind' (new 'string.match' and 20 years ago
Roberto Ierusalimschy f7720bebe3 more precise way to check incomplete lines 20 years ago
Roberto Ierusalimschy 69cc0a12fe small bug 20 years ago
Roberto Ierusalimschy 2f0955b99b detail 20 years ago
Roberto Ierusalimschy 999d55d887 several updates 20 years ago
Roberto Ierusalimschy 1f9f97e3cf 'math.mod' -> 'math.fmod' 20 years ago
Roberto Ierusalimschy 34aac33c15 detail 20 years ago
Roberto Ierusalimschy 3c2cf9db67 some extra consistency checks 20 years ago
Roberto Ierusalimschy 0b71bfd6af syntax for length changed from '*' to '#' 20 years ago