59 Commits (5e8a9e324ccdba03b326f8a8fafa0446042975a5)

Author SHA1 Message Date
Roberto Ierusalimschy 5e8a9e324c luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar 20 years ago
Roberto Ierusalimschy bbfd28959d attempt to better control use of _longjmp 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 b261cd110f new macro for conversion double->int + small changes 20 years ago
Roberto Ierusalimschy e82b41aac2 several small improvements 20 years ago
Roberto Ierusalimschy 999d55d887 several updates 20 years ago
Roberto Ierusalimschy e33d7bae45 __STRICT_ANSI__ -> LUA_ANSI (definition is independent of gcc) 20 years ago
Roberto Ierusalimschy 38da9d568a better use defined/undefined as flag values for macros 20 years ago
Roberto Ierusalimschy f21e9c172f details 20 years ago
Roberto Ierusalimschy 67578ec51f several small details 20 years ago
Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 years ago
Roberto Ierusalimschy d5fd44d747 corrected definition of lua_number2int for Windows 20 years ago
Roberto Ierusalimschy 8e696dd14a detail 20 years ago
Roberto Ierusalimschy cf5d1bdd76 nesting of long strings only in compatibility mode 20 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy b1957b1e8e detail for Windows (untested) 20 years ago
Roberto Ierusalimschy fabf5db237 C stack is the same for the parser and the interpreter, so depth 20 years ago
Roberto Ierusalimschy de0bfe33b7 new definition for `lua_number2int' for Windows (not tested yet!) 20 years ago
Roberto Ierusalimschy e6e543a534 better control for compatibility code 20 years ago
Roberto Ierusalimschy 1c9c886974 standard configuration should run out-of-the-box in "any" system 20 years ago
Roberto Ierusalimschy 6d475731ca cleaner configuration for lua.c 20 years ago
Roberto Ierusalimschy d872090248 small errors in previous `ci' of luaconf.h. 20 years ago
Roberto Ierusalimschy d3a6d95b9a more cleaning on configurations 20 years ago
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