135 Commits (cf22133b69c9974060d3b488046461a8523b7fe7)

Author SHA1 Message Date
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy b5b230d95c fewer #include's in luaconf.h 20 years ago
Roberto Ierusalimschy 7d57ea70bc new `mod' (`%') operator 20 years ago
Roberto Ierusalimschy 192d185492 C module names may have an optional `l' prefix 20 years ago
Roberto Ierusalimschy 5eeff89f32 comments 20 years ago
Roberto Ierusalimschy d55bb795fa details 20 years ago
Roberto Ierusalimschy af39352632 LUA_PATH_SEP -> LUA_PATHSEP 20 years ago
Roberto Ierusalimschy a72fbf794d detail 20 years ago
Roberto Ierusalimschy 8ddfe3df29 macros for all arithmetic operations over lua_Numbers 20 years ago
Roberto Ierusalimschy 162b66624d no more `lua_userinit' macro 20 years ago
Roberto Ierusalimschy f61d435a7d a^b calls `pow´ (from math.h) directly 20 years ago
Roberto Ierusalimschy 9fe2d0266a better configuration for Windows 20 years ago
Roberto Ierusalimschy 49fe79e9fd small change 20 years ago
Roberto Ierusalimschy 96727c61b8 several improvements/corrections 20 years ago
Roberto Ierusalimschy 39a8082f50 more options for controling the GC 20 years ago
Roberto Ierusalimschy 12dacd3c0e added an `L' parameter to macros L_TRY & L_THROW (someone may need it). 20 years ago
Roberto Ierusalimschy 23b38176a7 `LUA_FIRSTINDEX' should not be configurable 20 years ago
Roberto Ierusalimschy 2f82bf6fe9 better support for 64-bit machines 20 years ago
Roberto Ierusalimschy 9be5844713 first full implementation of new package system 20 years ago
Roberto Ierusalimschy b32e9a46d2 better configuration for loadlib 20 years ago
Roberto Ierusalimschy f1c2dd3aed detail 20 years ago
Roberto Ierusalimschy 67391a35da details 20 years ago
Roberto Ierusalimschy 226c57fec0 simpler configuration to turn on all asserts 20 years ago
Roberto Ierusalimschy 7d309480dd new way to handle _PATH (old LUA_PATH) 20 years ago
Roberto Ierusalimschy 857253cdfc detail 20 years ago
Roberto Ierusalimschy 31f6540fba back with an "open all libs" function 21 years ago
Roberto Ierusalimschy 753625c3f3 new interface for search-path function 21 years ago
Roberto Ierusalimschy 42b74ccf1d libraries may want to use `lua_assert' too... 21 years ago
Roberto Ierusalimschy e8d4fe7236 new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 21 years ago
Roberto Ierusalimschy 557f0009c4 clear definition for `lua_number2int' 21 years ago
Roberto Ierusalimschy e9844a4f1d `popen' is not ANSI and therefore was removed from the basic library 21 years ago
Roberto Ierusalimschy 7e41612eb2 code parameterized by LUA_FIRSTINDEX (first index of an array) 21 years ago
Roberto Ierusalimschy b0f341ee52 LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it 21 years ago
Roberto Ierusalimschy 9629508a98 configuration file for Lua project 21 years ago