2429 Commits (a56d889f7225a3cfdfa6dfeb55db2b4ae22f1572)
 

Author SHA1 Message Date
Roberto Ierusalimschy 6b41e84da5 `assert' returns all its parameters (not only the first) 21 years ago
Roberto Ierusalimschy 359840c2f8 new coroutines inherit hook from creator 21 years ago
Roberto Ierusalimschy dba17070ac optional error for accesss to undefined variables/fields 21 years ago
Roberto Ierusalimschy 569eefbf73 detail 21 years ago
Roberto Ierusalimschy 5e4ea9a831 `setn' returns its "self" (the table) 21 years ago
Roberto Ierusalimschy 6311e3109f `setfenv' returns "self" 21 years ago
Roberto Ierusalimschy 9b854e6dbc BUG: string concatenation may cause arithmetic overflow, leading 21 years ago
Roberto Ierusalimschy 2b2d8ecd7a details 21 years ago
Roberto Ierusalimschy 75057dfced 21 years ago
Roberto Ierusalimschy 345379b5ff option for garbage-collector `step' 21 years ago
Roberto Ierusalimschy 118e471fa0 details 21 years ago
Roberto Ierusalimschy ba9878fcb8 lock stuff defined in `luaconf.h' 21 years ago
Roberto Ierusalimschy fa38421cea `testC' can operate on other states 21 years ago
Roberto Ierusalimschy e8d4fe7236 new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 21 years ago
Roberto Ierusalimschy b8691f13a8 `getn' uses binary search if it has to count elements 21 years ago
Roberto Ierusalimschy f4718544de what is provided by lauxlib.c should be defined at lauxlib.h 21 years ago
Roberto Ierusalimschy 50f9cd201e no more `__fenv' 21 years ago
Roberto Ierusalimschy 9d8426bab4 better error messages for `loadfile' 21 years ago
Roberto Ierusalimschy 557f0009c4 clear definition for `lua_number2int' 21 years ago
Roberto Ierusalimschy 0dfd04eb60 `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) 21 years ago
Roberto Ierusalimschy 1e0aaf2156 `luaL_dofile' and `luaL_dostring' are deprecated 21 years ago
Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') 21 years ago
Roberto Ierusalimschy 47eda6ebd8 main must return status from original main! 21 years ago
Roberto Ierusalimschy 0f49b3e62d new function `select' 21 years ago
Roberto Ierusalimschy 0733c83b8c other modules may need FILEHANDLE definition 21 years ago
Roberto Ierusalimschy e9844a4f1d `popen' is not ANSI and therefore was removed from the basic library 21 years ago
Roberto Ierusalimschy c61bb89dba details 21 years ago
Roberto Ierusalimschy 0bda88e6cd small steps towards yields in iterators and tag methods 21 years ago
Roberto Ierusalimschy 7966a4acae avoid name clashes among different files 21 years ago
Roberto Ierusalimschy 37cd986532 in `time', uses default if `isdst' is absent 21 years ago
Roberto Ierusalimschy a17dd24b34 no more USE_DEGREES option 21 years ago
Roberto Ierusalimschy b072e4ea0b `tinsert' and `tremove' also use LUA_FIRSTINDEX 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 1c459b881f accept `\r' as newline when looking for line end 21 years ago
Roberto Ierusalimschy 9629508a98 configuration file for Lua project 21 years ago
Roberto Ierusalimschy 763b8fba1b more stuff goes to configuration file 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 079facab40 ensures own top is corrected after calling function with multiple results 21 years ago
Roberto Ierusalimschy 4c5d7b2ddd small optimization for {f()} 21 years ago
Roberto Ierusalimschy d7cb622866 `unpack' has two optional arguments (to give a range) 21 years ago
Roberto Ierusalimschy 26a9b249db details 21 years ago
Roberto Ierusalimschy 227bddafe8 new copyright year 21 years ago
Roberto Ierusalimschy 5008e3d7d1 new states must use controlled malloc, too 21 years ago
Roberto Ierusalimschy 21bc05c920 write barrier for C upvalues 21 years ago
Roberto Ierusalimschy 29a13b4128 detail 21 years ago
Roberto Ierusalimschy ef8c0d7d90 better message for errors with upvalues 21 years ago
Roberto Ierusalimschy 178246062c reuse `sweeplist' for all lists 21 years ago
Roberto Ierusalimschy 24f2d1183c detail 21 years ago
Roberto Ierusalimschy 8e1f25e3f8 bug in `dofile' 21 years ago