2624 Commits (2bcbd3c72539ef121cbde5ccbe355171a0722381)
 

Author SHA1 Message Date
Roberto Ierusalimschy 2bcbd3c725 avoid 'PathRemoveFileSpec' (not very portable) 19 years ago
Roberto Ierusalimschy 5fa6604f00 detail 19 years ago
Roberto Ierusalimschy ce67a9be31 avoid exporting undefined functions 19 years ago
Roberto Ierusalimschy 506c89cef8 just in case, flush all output 19 years ago
Roberto Ierusalimschy 8ead2ec358 wrong syntax for Windows-specific options 19 years ago
Roberto Ierusalimschy c3cc4de3fd small bug (zero is not error code) 19 years ago
Roberto Ierusalimschy 351f7dad6b default for 'module' is opaque (with option 'seeall') 19 years ago
Roberto Ierusalimschy 3b19af44b0 new method to handle tests without values (negative values) 19 years ago
Roberto Ierusalimschy 3390f9a35a detail 19 years ago
Roberto Ierusalimschy 9273fbd131 no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) 19 years ago
Roberto Ierusalimschy be666a662b detail 19 years ago
Roberto Ierusalimschy 39cdbce23e no more '-w' option + new way to check module existence 19 years ago
Roberto Ierusalimschy 8974b59e40 no more compatibility for {;} and similar syntax 19 years ago
Roberto Ierusalimschy 4ff1e5b4e1 details 19 years ago
Roberto Ierusalimschy 98296f6b45 some bugs related to stack reallocation 19 years ago
Roberto Ierusalimschy 23b79c5945 small changes to facilitate external C coroutines 19 years ago
Roberto Ierusalimschy 6fcd334ca0 small improvements 19 years ago
Roberto Ierusalimschy 43ad0637ca small optimizations 19 years ago
Roberto Ierusalimschy 027e9e99ca simpler implementation for userdata types 20 years ago
Roberto Ierusalimschy 3b828d9e48 luaL_setfield does a non-raw set 20 years ago
Roberto Ierusalimschy 68548a02d3 fancier code ;) 20 years ago
Roberto Ierusalimschy 2f2b4a42a9 luaL_checkudata raises an error if value is not correct 20 years ago
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