2479 Commits (f8df21bd2071c4e3729d37d1552f54ca2742551a)
 

Author SHA1 Message Date
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy d3902cfa81 entries `{[...] = ...}' need space too. 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 2d5b923759 details 20 years ago
Roberto Ierusalimschy 192d185492 C module names may have an optional `l' prefix 20 years ago
Roberto Ierusalimschy e010ef8948 detail 20 years ago
Roberto Ierusalimschy 1e48b20ce0 `loadlib' not global anymore (packaged inside `package') 20 years ago
Roberto Ierusalimschy d1ed6e4c07 small bug: must use original (previous) base 20 years ago
Roberto Ierusalimschy b6a7983b65 USHRT_MAX may not fit in a (16-bit) int 20 years ago
Roberto Ierusalimschy 49f90ffdeb new functions (to complete math.h) 20 years ago
Roberto Ierusalimschy dcabf721f8 "coroutine.current" -> "running" (compatible with "running" status) 20 years ago
Roberto Ierusalimschy 5eeff89f32 comments 20 years ago
Roberto Ierusalimschy d6143b1d7b avoid access to undefined global variables 20 years ago
Roberto Ierusalimschy d55bb795fa details 20 years ago
Roberto Ierusalimschy d84cc9d2db small bug 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago
Roberto Ierusalimschy 73d7640244 more secure way to stop GC cycles during finalizers 20 years ago
Roberto Ierusalimschy a9af455b32 detail 20 years ago
Roberto Ierusalimschy 678d2fb2ac all collected userdata must go to the end of the list of finalizers 20 years ago
Roberto Ierusalimschy af39352632 LUA_PATH_SEP -> LUA_PATHSEP 20 years ago
Roberto Ierusalimschy 4df8800a01 cleaner way to free all objects 20 years ago
Roberto Ierusalimschy 0e60572606 values holded in open upvalues of suspended threads may be 20 years ago
Roberto Ierusalimschy 621ef9f767 better control over GC collors of upvalues 20 years ago
Roberto Ierusalimschy d89a56f869 small warning in C++ 20 years ago
Roberto Ierusalimschy 334ba8132b cleaner way to remark open upvalues 20 years ago
Roberto Ierusalimschy ac71a0891d detail 20 years ago
Roberto Ierusalimschy 8e346d875a auxiliar patch to monitor garbage collection 20 years ago
Roberto Ierusalimschy 5be517602e no more generational collector (and no more `noinc' mode) 20 years ago
Roberto Ierusalimschy d2bda8046c new implementation for loaders 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 6eb68ba57a all function declarations surround name with parentheses 20 years ago
Roberto Ierusalimschy a27497aa03 `debug.traceback' gets an optional `initial level' parameter 20 years ago
Roberto Ierusalimschy 0480ea0886 gets `debug.traceback' current when error occurs 20 years ago
Roberto Ierusalimschy 162b66624d no more `lua_userinit' macro 20 years ago
Roberto Ierusalimschy e791f025c0 no more `_TRACEBACK' variable 20 years ago
Roberto Ierusalimschy f61d435a7d a^b calls `pow´ (from math.h) directly 20 years ago
Roberto Ierusalimschy 071b2ae0e1 details 20 years ago
Roberto Ierusalimschy e2498e079e change in hash algorithm so that it does not need empty slot 20 years ago
Roberto Ierusalimschy 65726f3e2e cleaner interface to `ltable' 20 years ago
Roberto Ierusalimschy 9fe2d0266a better configuration for Windows 20 years ago
Roberto Ierusalimschy e22cdf7752 better error messages when require fails for C module 20 years ago
Roberto Ierusalimschy a5eb48a3e6 redesigned loadlib (Windows version not tested yet) 20 years ago
Roberto Ierusalimschy 49fe79e9fd small change 20 years ago
Roberto Ierusalimschy 96727c61b8 several improvements/corrections 20 years ago
Roberto Ierusalimschy d5ebc3ff6d small changes 20 years ago
Roberto Ierusalimschy 3d19aee78f `luac' may generate code without upvalue names 20 years ago
Roberto Ierusalimschy 4194de70e7 details 20 years ago
Roberto Ierusalimschy c6254dceff a different option for the GC 20 years ago